[Poppler-bugs] [Bug 81760] pdftops sometimes creates huge PS 3 files out of small PDFs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 5 18:29:59 CET 2016
https://bugs.freedesktop.org/show_bug.cgi?id=81760
--- Comment #11 from William Bader <williambader at hotmail.com> ---
Now that I have an idea how the streams work, I am trying to add
FlateCompression also. I am putting the code in FlateStream, which already uses
zlib to make a flate decoder. It looks like Stream has its own non-zlib version
of the flate decoder. One of the comments said that it was for "safety". Does
that mean that using zlib's deflate is also unsafe?
Anyway, when I started with flate, I saw that I forgot to initialize enableLZW
in the constructor, but I think that the only way to get into that code is
through pdftops, which always calls the setter.
In any case, if the initialization of enableLZW is the only issue, if you want,
I can make a new patch.
Regards, William
--
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/20160205/ec9f818b/attachment.html>
More information about the Poppler-bugs
mailing list