[cairo-bugs] [Bug 64939] PDF print jobs created by evince are rendered very slow on PS printers
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 24 04:11:05 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=64939
James Cloos <cloos at jhcloos.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cloos at jhcloos.com
--- Comment #3 from James Cloos <cloos at jhcloos.com> ---
That pdf has a function with hundreds of sub-functions.
I bet that is where things slow down.
The ps2 and ps3 translations made by pdftops(1) generate a nested ifelse tree.
That might overwhelm the resources of embedded PS interpreters.
The output from pdftocairo -ps uses a different translation of the stitching
functions with a /Bounds array just like in the pdf. That might work better on
printers.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20130524/53062027/attachment.html>
More information about the cairo-bugs
mailing list