You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Lars Torunski (JIRA)" <ji...@apache.org> on 2011/01/04 16:07:46 UTC

[jira] Updated: (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

     [ https://issues.apache.org/jira/browse/PDFBOX-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Torunski updated PDFBOX-880:
---------------------------------

    Affects Version/s: 1.4.0

Problem still exists with 1.4.0

java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
        at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
        at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
        at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
        at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:442)
        at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:366)
        at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:322)
        at de.oppenheim.pws.search.index.PdfFile.getDocument(PdfFile.java:86)

> ClassCastException: COSDictionary cannot be cast to COSStream
> -------------------------------------------------------------
>
>                 Key: PDFBOX-880
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.2.1, 1.3.1, 1.4.0
>         Environment: /fundsdoc.vw_de0009765511doc4.pdf
>            Reporter: Lars Torunski
>
> Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont
> Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
>         at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
>         at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
>         at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
>         at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
>         at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
>         at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.