Note that there are some explanatory texts on larger screens.

plurals
  1. POPrint PDF that contains JBIG2 images
    text
    copied!<p>Please, suggest me some libraries that will help me print PDF files that contain JBIG2 encoded images. <code>PDFRenderer</code>, <code>PDFBox</code> don't help me. These libs can print simple PDF, but not PDF containing JBIG2 images. <code>PDFRenderer</code> tries to fix it (according to bug issue on PDFRedndrer's bug tracker), but some pages still (especially where barcodes exist) don't want to print. </p> <p>P.S. I use <code>javax.print</code> API within applet</p> <p>Thanks!</p> <p><strong>UPDATE</strong>: also tried ICEPdf, is too don't want to work.</p> <p>I came to the conclusion that all these libraries(PDFRenderer, ICEPdf, PDFBox) use <a href="http://www.jpedal.org/support_JBIG.php" rel="nofollow noreferrer"><code>JPedals</code> jbig2 decoder</a>. Bug (some pages didn't print) come from this decoder library. The open source version of this decoder (which is used in PDFRenderer, ICEPdf, PDFBox) is no longer supported, but <code>JPedal</code> has a new commercial branch of the project, and they wrote that the bug has been fixed in new commercial release, which costs $9k.</p> <p>Any ideas? </p> <p><strong>UPDATE 2</strong>: yesterday I tried to replace <a href="http://www.jpedal.org/support_JBIG.php" rel="nofollow noreferrer">JPedal's free library</a> with other open-source <a href="http://code.google.com/p/jbig2-imageio/" rel="nofollow noreferrer"><code>jbig2-imageio</code></a> libraries. But yet I don't get any successful results, so I created a new topic on their project's page (google-code's forum - <a href="https://groups.google.com/forum/?fromgroups=#!topic/jbig2-imageio-discuss/56FlWsXNYEg" rel="nofollow noreferrer">here</a> ). Would be grateful for any help.</p> <p>I also found some helpfull discussions on <code>Apache PDFBox</code> bug-tracker: <a href="https://issues.apache.org/jira/browse/PDFBOX-1067" rel="nofollow noreferrer">here</a> and <a href="https://issues.apache.org/jira/browse/PDFBOX-81" rel="nofollow noreferrer">here</a>. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload