Cannot print a PDF on Kyocera Laser Printer

Bug #1049635 reported by Felix Möller
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GS-GPL
Won't Fix
Medium
cups (Ubuntu)
Invalid
Undecided
Unassigned
ghostscript (Ubuntu)
New
Undecided
Unassigned

Bug Description

I am trying to print http://www.kochzauber.de/resources/pdf/beispielrezepte.pdf however my printout contains the following:

ERROR:
limitcheck
OFFENDING COMMAND:
clip
STACK:
-mark-
-mark-
-mark-

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ghostscript 9.06~dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Wed Sep 12 13:56:41 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120331)
Lpstat:
 p11-kit: duplicate configured module: gnome-keyring.module: /usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
 device for Canon-MP280-series: usb://Canon/MP280%20series?serial=71DACC&interface=1
 device for Generic-PCL-6-PCL-XL: socket://192.168.178.3:9100
 device for Kyocera-Mita-FS-1350DN-KPDL: ipp://laser:631/ipp
MachineType: LENOVO 6474A46
Papersize: a4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
PpdFiles:
 Canon-MP280-series: Canon PIXMA MP280 - CUPS+Gutenprint v5.2.9
 Generic-PCL-6-PCL-XL: Generic PCL 6/PCL XL Printer Foomatic/pxlcolor (recommended)
 Kyocera-Mita-FS-1350DN-KPDL: Kyocera FS-1350DN (KPDL)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic root=UUID=b32d85c9-d1fb-49ca-8c94-c64d321221b3 ro quiet splash vt.handoff=7
SourcePackage: ghostscript
UpgradeStatus: Upgraded to quantal on 2012-08-02 (40 days ago)
dmi.bios.date: 04/19/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET86WW (3.16 )
dmi.board.name: 6474A46
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: dmi:bvnLENOVO:bvr7UET86WW(3.16):bd04/19/2010:svnLENOVO:pn6474A46:pvrThinkPadT400:rvnLENOVO:rn6474A46:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6474A46
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO

Revision history for this message
Felix Möller (felix-derklecks) wrote :
Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Can you follow the instructions on https://wiki.ubuntu.com/DebuggingPrintingProblems, especially of the sections "CUPS error_log" and "Capturing print job data"? Thanks.

Can you attach the PPD file of your printer (KPDL/PostScript mode) to this bug report?

Can you print the file if you use a PCL driver?

Changed in ghostscript (Ubuntu):
status: New → Incomplete
Changed in cups (Ubuntu):
status: New → Invalid
Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Chris, can you have a look at this? There seems to be another incompatibility with Kyocera.

Revision history for this message
cliddell (cjl) wrote :

I'll need the exact Postscript being sent to the printer, and the command line invoking Ghostscript to create the PS.

Chris

Revision history for this message
Felix Möller (felix-derklecks) wrote :
Revision history for this message
Felix Möller (felix-derklecks) wrote :
Revision history for this message
Felix Möller (felix-derklecks) wrote :
Revision history for this message
Felix Möller (felix-derklecks) wrote :

> Can you follow the instructions on https://wiki.ubuntu.com/DebuggingPrintingProblems, especially of the sections "CUPS error_log" and "Capturing print job data"? Thanks.
done

> Can you attach the PPD file of your printer (KPDL/PostScript mode) to this bug report?
done

> Can you print the file if you use a PCL driver?
yes the PCL driver works here, but has less options and has failed on other PDFs if I remember correctly.

Changed in ghostscript (Ubuntu):
status: Incomplete → New
Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Felix, can you generate a PostScript output stream as it gets to the printer by doing the following:

cupsctl FileDevice=yes
lpadmin -p test -E -v file:/tmp/printout /etc/cups/ppd/Kyocera-Mita-FS-1350DN-KPDL.ppd

Now print the job which failed on the printer "test" and as soon as the job disappears from the queue attach the file /tmp/printout to this bug report.

Revision history for this message
Felix Möller (felix-derklecks) wrote :

I created the postscript data as descibed in bug #1025061 comment #9.

Revision history for this message
Felix Möller (felix-derklecks) wrote :
Changed in gs-gpl:
importance: Unknown → Medium
status: Unknown → New
Revision history for this message
cliddell (cjl) wrote :

Okay, so we think we know the source of the problem.

All the text in the PDF is drawn with text rendering mode 7, which means "add to clip". So drawing the text accumulates an enormous path, which is then use to clip. Hence the limitcheck error on clip.

Now the Ghostscript ps2write output (for some architectural reasons) simply emits the accumulated path, and drops the fonts from the output. The poppler output retains the fonts, and uses the Postscript charpath operator to create the path which it then uses to clip.

So, the question is: does the poppler output work?

There really should be no difference in the complexity of the path that Ghostscript emits explicitly, and the one that poppler creates via charpath, by the time the "clip" operator gets called.

There is a small chance that Ghostscript could be changed to also emit the fonts and use charpath for this class of file, but it would be a lot of work, and rather pointless if it still won't work.

It's possible that the answer is simply: the Postscript resulting from that PDF is simply too complicated for your printer to handle.

So, in conclusion, can we test the poppler output?

Revision history for this message
Felix Möller (felix-derklecks) wrote :

I executed ...
lpadmin -p Kyocera-Mita-FS-1350DN-KPDL -o pdftops-renderer-default=pdftops
... to try the poppler version and that fails as well.

The output is:
Error Name: /limitcheck

Offending Command: --clip--

Operand Stack:

As mentioned before this works with the PCL driver.

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

I have tried to send the attached printout.ps file unfiltered to 2 HP PostScript printers via

nc -w1 <IP address> 9100 < printout.ps

The HP LaserJet 3390 hangs infinitely, the nc command does not complete and the printer stays blinking for more than one hour now.

The HP Color LaserJet CM3530 MFP prints only the first page.

So this is not a Kyocera incompatibility problem. It is either a problem of the original file being too complex and therefore only rendering well when rastering the PDF directly but causing problems when converted to PostScript or the problem is in Ghostscript's PDF-> PostScript conversion. Therefore we also need the PostScript produced by Poppler.

Revision history for this message
Felix Möller (felix-derklecks) wrote :

Ok, this is the new poppler based printout now.

I get the following output on print:
fm@thinkpad:~$ nc -w1 laser 9100 < printout.poppler.ps
%%[ Error: limitcheck; OffendingCommand: clip]%%
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
fm@thinkpad:~$

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

How did you exactly produce printout.poppler.ps?

I did a quick Poppler test by (note that the pdftops here is /usr/bin/pdftops which is the command line converter of Poppler)

pdftops beispielrezepte.pdf
nc -w1 <IP address> 9100 < beispielrezepte.ps

Both printers print this, but very slowly. The LaserJet 3390 needs 5-10 minutes for each page, the Color LaserJet CM3530 MFP around 1 minute per page.

Revision history for this message
Felix Möller (felix-derklecks) wrote :

I executed lpadmin -p test -o pdftops-renderer-default=pdftops with a file based "test" printer.
Then I gathered the /tmp/printout.

How should I do it?

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Felix, that is perfect. Absolutely correct.

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Your printout.poppler.ps seems to contain only the first page,

I sent it to both printers with the nc command and it got printed on both, but on the LaserJet 3390 it needed several minutes.

Revision history for this message
cliddell (cjl) wrote :

Frankly, that's what I feared. The Adobe produced Postscript can be made to resemble either the Ghostscript output or the poppler output (depending on the settings used in Acrobat), and it looks to me as though this is simply a case where the (mostly minor) differences in the imaging capabilities of PDF and Postscript result in a Postscript file with a very long path. In such cases, limited resource printers are going to struggle.

Chris

Revision history for this message
Felix Möller (felix-derklecks) wrote :

Till, it contains just the first page as chrisl told me on IRC that it gets easier to debug this way.

To summarize the findings for now:
My Kyocera printer cannot print this document no matter what with the PS driver.

Till has two HP printers.
The ghostscript document does not print on the LJ 3390 and just the first page prints on the CM3530.
The poppler document prints on both although slowly.

So I guess fixing ghostscript to produce a document that prints on the HP printers is usefull.
However, priting on the Kyocera seems to be more difficult, can this be tackled?

Revision history for this message
cliddell (cjl) wrote :

I can't see any way to reproduce the page description accurately without running into the same problem.

IIRC, some Windows Postscript drivers have the option to produce the page as an image, which I believe is intended to work around this type of issue. Thus reducing the PDL complexity, for such limited printers, at expense of comms traffic.

I'm intrigued by Till's results with the HP because, as I stated above, the path(s) in question, whether they are explicitly described in the PS, or result from character outlines are equivalent in complexity at the time the printer executes the clip operator.

I would expect it to always be slow, because making marks through such a hugely complex clipping path is a very time consuming operation.

Sorry the news isn't better.

Revision history for this message
cliddell (cjl) wrote :

I've attached the result of printing the first page from Acrobat, through the KPDL Windows driver. It looks similar to the poppler output (it builds the clipping path using charpath operations).

The Kyocera driver does, indeed, include a "Print As Image" option - although it comes out grayscale, for some reason. I can only assume that option is there to deal with cases like this one.

Revision history for this message
Felix Möller (felix-derklecks) wrote :

Printing this I get:
fm@thinkpad:~$ nc -w1 laser 9100 < Downloads/beispielrezepte-kyo-driver.ps
%%[ ProductName: FS-1350DN ]%%
%%[ Error: limitcheck; OffendingCommand: charpath ]%%
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

As far as I can see my evince print dialog does not have an option to print as image.

Revision history for this message
cliddell (cjl) wrote :

Well, I think it's fair to say that if Kyocera's very own driver does not/cannot produce PS that the printer can interpret, it's not unreasonable that we don't. I'm not saying if there were a reasonable way for us to workaround the problem that we wouldn't, on that basis - but frankly, none of us can see a way to do that without taking ps2write away from it's intended purpose, which is to output as accurate a representation of the input as possible, within the limitations of the imaging models and the Ghostscript internals.

I guess it's something to Till to consider, and discuss with the other cups devs: should there be a "Print As Image" option in cups?

That option is in all the Windows Postscript drivers which I have access to, right now, so I have to assume it is included for a reason - and the only reason I can think of is cases like this.

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

I am in favor of having the "Print As Image" option.

We do not need to ask someone else, the "CUPS" options are all defined by the CUPS filters in the cups-filters package. I can add an option like "print-as-image" to the pdftops filter. Chris, so it would be great if the Ghostscript upstream developers could add such an option to the "ps2write" device, so that the filter can add a command line option to the Ghostscript command line when the user requests "print-as-image".

Revision history for this message
cliddell (cjl) wrote :

No, we're not going to add that option to ps2write, that would, frankly, defeat the whole point of ps2write.

There is already a cups imagetops filter, so it would be a lot less work to have the option have Ghostscript convert to pnm and then do imagetops on the pnm.

Changed in gs-gpl:
status: New → Won't Fix
Revision history for this message
Joshua O'Leary (jmoleary) wrote :

I also found that someone I know had a problem with the Kyocera fs-1350dn. The workaround found in the end was to plug it in via ethernet and add it as a network printer, and then add the PPD file. It printed fine then. If you only have one PC, you could just share the ethernet to the printer (Shared to other computers under ethernet settings). Hope this helps someone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.