[Poppler-bugs] [Bug 84811] Adobe Distiller cannot process PostScript file generated by pdftocairo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 10 08:11:54 PDT 2014


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

James Cloos <cloos at jhcloos.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cloos at jhcloos.com

--- Comment #3 from James Cloos <cloos at jhcloos.com> ---
[Email replies are broken; re-submitting.]

> %%[ Error: undefined; OffendingCommand: .& ]%%
> %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
> %%[ Warning: PostScript error. No PDF file produced. ] %%

The only place .& occurs in that postscript is at the end of the image.

Which implies that the image data may be longer than required, or that
adobe's current software expects the /ASCII85Decode data to have no
extra whitespace (the file leads each line in the ascii85 data with a
space).

For a test, try running:

  :; perl -pe 's/^ //' <gezond.ps >gezond2.ps

and then sending gezond2.ps to distiller or a printer.

If that works, then the indent is the imcompatibility.

If it does not work, then perhaps the pdf has extraneous data in the
image, and cairo copies all of it, rather than limiting the data to
the minimum necessary?  (Just speculating.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20141010/2d72377d/attachment.html>


More information about the Poppler-bugs mailing list