Please, suggest me some libraries that will help me print PDF files that contain JBIG2 encoded images. PDFRenderer
, PDFBox
don't help me. These libs can print simple PDF, but not PDF containing JBIG2 images. PDFRenderer
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.S. I use javax.print
API within applet
Thanks!
UPDATE: also tried ICEPdf, is too don't want to work.
I came to the conclusion that all these libraries(PDFRenderer, ICEPdf, PDFBox) use JPedals
jbig2 decoder. 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 JPedal
has a new commercial branch of the project, and they wrote that the bug has been fixed in new commercial release, which costs $9k.
Any ideas?
UPDATE 2: yesterday I tried to replace JPedal's free library with other open-source jbig2-imageio
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 - here ). Would be grateful for any help.
I also found some helpfull discussions on Apache PDFBox
bug-tracker: here and here.
krysalis
is barcode generator library? I need library that renders PDF into image and print it. So all printers able to print any kind of PDF (not only printers that have native support pdf) – Proterohttps://idrsolutions.fogbugz.com/default.asp?support.2.4055.1
Other pages print's nice. – Protero