Hi PdfBox team, First off, thank you for creating such a great utility! I appreciate the time and work you put into it!
I am attaching a particular pdf where there is a field which will not display. The "Proposed Insured" pdf fields (pdf field name: InsuredFullName) at the top of page 3 & 4 displays correctly, but the same field at the top of page 5 does not. I do see the expected image if I use Adobe Reader which is why I am turning to you. I display the image on a JPanel using the PDPage.convertToImage() method, but PDFToImage displays the same output. I have attached the pdf. I am happy to attach images separately; they won't fit under 1MB. I wish I knew more about the PDF specification, so I could describe what is wrong. Here is the command I use and the exceptions I receive. C:\Users\Kevin Shannon\Downloads\DIIS Downloads>java -jar pdfbox-app-1.8.1.jar PDFToImage -startPage 4 -endPage 5 -resolution 256 -nonSeq C:\Users\Kevin Shannon\Principal\MktgIllus\Disability\DIIS\output\output1366056359491.pdf Apr 15, 2013 3:15:25 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: BMC Apr 15, 2013 3:15:25 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: EMC Apr 15, 2013 3:15:25 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: i Writing: C:\Users\Kevin Shannon\Principal\MktgIllus\Disability\DIIS\output\output13660563594914.jpg Apr 15, 2013 3:15:27 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: i Apr 15, 2013 3:15:27 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: BMC Apr 15, 2013 3:15:27 PM org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation: EMC Writing: C:\Users\Kevin Shannon\Principal\MktgIllus\Disability\DIIS\output\output13660563594915.jpg What recommendations do you have for me? Is there a bug I need to report or develop a fix for? Thank you! Kevin -- Kevin Shannon | @kevin_s | www.kevinjshannon.com c: 515.991.0347

