In Eclipse Java I am using Print API and when attempting to print receive INFO messages as such:
Oct 31, 2011 5:48:58 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: i
Oct 31, 2011 5:48:59 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: i
Is there any way to extract the message that INFO gives that is "unsupported/disabled operation: i". Perhaps a get() method somehow? Thanks