[cairo-bugs] [Bug 27491] Printing web pages with images in them doesn't work

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 10 07:05:47 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=27491

--- Comment #11 from Adrian Johnson <ajohnson at redneon.com> 2010-04-10 07:05:45 PDT ---
I've pushed the patch out to master. Printing the file in comment 9 works for
me.

You didn't mention what printer you are using. If it is a PostScript printer
you can capture the PS that CUPS sends to the printer and check if it works
with ghostscript.

To capture the output sent to the printer:

 Run the command:

  cupsctl FileDevice=yes

 Then create a clone of your print queue. I use system-config-printer to do
this.
 Then run (assuming the copy of your queue is named "copy"):

  lpadmin -p copy -E -v file:/tmp/printout.ps

 Then print to "copy" and the output is in /tmp/printout.ps

You can send printout.ps directly to your printer bypassing all filtering with:

 lpr -l printout.ps

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list