Using PDFToImage creates blank images on pages.
-----------------------------------------------
Key: PDFBOX-1239
URL: https://issues.apache.org/jira/browse/PDFBOX-1239
Project: PDFBox
Issue Type: Bug
Components: PDModel
Affects Versions: 1.6.0
Environment: Windows XP and java version 1.6.0_29
Reporter: Nghi Nguyen
Fix For: 1.7.0
I have been using PDFToImage to create images from the PDF documents and
everything has been working great until I ran into this file.
It will create the images of each page but not display the image correctly.
Either it will show the image as white or black. Here is the link for a sample
pdf http://www.dtic.mil/doctrine/jel/service_pubs/afdd2_1_1.pdf
Below I have used this command and some of the output.
java -jar pdfbox-app-1.6.0.jar PDFToImage -imageType png -startPage 1 -endPage
10 afdd2_1_1.pdf
Feb 28, 2012 9:14:57 PM org.apache.pdfbox.util.PDFStreamEngine processOperator
INFO: unsupported/disabled operation: BDC
Feb 28, 2012 9:14:58 PM org.apache.pdfbox.util.PDFStreamEngine processOperator
INFO: unsupported/disabled operation: EMC
Feb 28, 2012 9:14:58 PM org.apache.pdfbox.util.PDFStreamEngine processOperator
INFO: unsupported/disabled operation: i
Writing: afdd2_1_11.png
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira