简体   繁体   中英

How to fix org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation error?

I wrote a silent printer application using JAVA to print PDF files. This program working fine in window OS but when i run the same program in solaris OS. When run the same program, I got below error message. I trying to print PostScript printer.

I'm using pdfbox 1.8.0 and my application is returning this error

org.apache.pdfbox.util.PDFStreamEngine processOperator
INFO: unsupported/disabled operation: i

read the PDF file

PDDocument document = getPDFDoc(new File("generated3.pdf"));

Many Thanks..

Currently, Adobe doesn't offer PostScript drivers for Solaris OS . They only offer drivers for Windows and Macintosh platform . that is required to run the print job. This is why you are getting the exception.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM