[ https://issues.apache.org/jira/browse/PDFBOX-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Lehmkühler resolved PDFBOX-221. --------------------------------------- Resolution: Fixed Fix Version/s: 0.8.0-incubator I've checked the document again with version 741680. It's displayed quite perfect. The two images (one in the header and one in the footer) are missing because of the missing ImageIO-libs (the embedde tiffs can't be read). Second there are some oiverlapping characters, but this seems to be a problem, which other documents have, too. I think there is already a issue discribing that problem. > NPE on convertToImage > --------------------- > > Key: PDFBOX-221 > URL: https://issues.apache.org/jira/browse/PDFBOX-221 > Project: PDFBox > Issue Type: Bug > Components: Parsing > Assignee: Andreas Lehmkühler > Priority: Minor > Fix For: 0.8.0-incubator > > > [imported from SourceForge] > http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1607100 > Originally submitted by rimmeraj on 2006-12-01 12:31. > Command... > java -classpath PDFBox-0.7.3.jar:FontBox-0.1.0.jar org.pdfbox.PDFToImage > cert.pdf > java.lang.NullPointerException > at org.pdfbox.util.operator.pagedrawer.Invoke.process(Invoke.java:84) > at > org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452) > at > org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215) > at > org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174) > at org.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:104) > at org.pdfbox.pdmodel.PDPage.convertToImage(PDPage.java:657) > at org.pdfbox.PDFToImage.main(PDFToImage.java:183) > [attachment on SourceForge] > http://sourceforge.net/tracker/download.php?group_id=78314&atid=552832&aid=1607100&file_id=205325 > cert.pdf (application/pdf), 21465 bytes > Doc that was failing.. > [comment on SourceForge] > Originally sent by code_slave. > Logged In: YES > user_id=413743 > Originator: NO > I'm seeeing the same. > but it's been over a month since you reported it , and still not fixed in > the cvs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.