[
https://issues.apache.org/jira/browse/PDFBOX-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868225#comment-15868225
]
ASF subversion and git services commented on PDFBOX-3685:
---------------------------------------------------------
Commit 1783125 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1783125 ]
PDFBOX-3685: avoid ClassCastException
> ClassCastException in SetMatrix() operator
> ------------------------------------------
>
> Key: PDFBOX-3685
> URL: https://issues.apache.org/jira/browse/PDFBOX-3685
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 2.0.4
> Reporter: Tilman Hausherr
> Assignee: Tilman Hausherr
> Fix For: 2.0.5, 2.1.0
>
>
> {code}
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSName cannot be cast to
> org.apache.pdfbox.cos.COSNumber
> at
> org.apache.pdfbox.contentstream.operator.state.SetMatrix.process(SetMatrix.java:45)
> at
> org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:853)
> at
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:509)
> at
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:477)
> at
> org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:158)
> at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:223)
> {code}
> with digitalcorpora file 626148.pdf p21
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]