artist has asked for the wisdom of the Perl Monks concerning the following question:

PDF::API2 currently does not support JBIG2 compression. So I cannot work with PDF document compressed with JBIG2 currently. I like to make it working. I appreciate any help.

Thanks

--Artist

Replies are listed 'Best First'.
Re: JBIG2 and PDF::API2
by kwaping (Priest) on Aug 16, 2005 at 22:53 UTC
    Maybe the author of PDF::API2 can help? His email address is in the module's source. I did a quick search for JBIG2 on CPAN and came up with no hits, so that might be your only recourse.
      Yep, I checked CPAN already and contacted author of PDF::API2 also. No help so far. There are third party tools, which can do this after optimization of Compressed PDF.
      --Artist