You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2008/11/10 16:45:44 UTC

[jira] Commented: (PDFBOX-221) NPE on convertToImage

    [ https://issues.apache.org/jira/browse/PDFBOX-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646282#action_12646282 ] 

Andreas Lehmkühler commented on PDFBOX-221:
-------------------------------------------

I guess it's the same problem with no embedded fonts as in PDFBOX-302. The font-mapping is broken.

> NPE on convertToImage
> ---------------------
>
>                 Key: PDFBOX-221
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-221
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>
> [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.