You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Peter Pinnau (JIRA)" <ji...@apache.org> on 2017/03/21 14:22:41 UTC

[jira] [Created] (PDFBOX-3728) org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream

Peter Pinnau created PDFBOX-3728:
------------------------------------

             Summary: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
                 Key: PDFBOX-3728
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3728
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering, Text extraction
    Affects Versions: 2.0.5, 2.0.4
         Environment: Ubuntu + Windows, JRE 1.8.0 121
            Reporter: Peter Pinnau
         Attachments: test.pdf

The attached PDF document produces an exception in rendering or text extraction.

Stacktrace:

java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
	at org.apache.pdfbox.pdmodel.PDPage.getContents(PDPage.java:157)
	at org.apache.pdfbox.pdfparser.PDFStreamParser.<init>(PDFStreamParser.java:92)
	at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:485)
	at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:469)
	at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:150)
	at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:206)
	at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:145)
	at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:68)
	at biz.pinnau.rcp.pdf.java.PDFBoxHandler.renderCurrentImage(PDFBoxHandler.java:52)
	at biz.pinnau.rcp.pdf.SWTPDFPositionChooser$12.run(SWTPDFPositionChooser.java:403)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org