Follow-up Comment #2, bug #44891 (project groff):

Gropdf uses Zlib in two places, once when writing a "stream", and again when
reading a stream (happens when you insert a graphic which is a pdf file). In
both cases I don't think it is absolutely necessary, if you use the -d flag
pdfs are not compressed anyway, and on reading pdfs if a different compression
other than deflate is used then it just leaves it alone and passes it "as is"
to the writer.

So I will make a change which checks for Compress::Zlib and if not found
outputs a suitable warning to stderr but continues to produce an uncompressed
pdf as if the -d flag was set.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44891>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to