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.3.1, 1.2.1
         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.

Reply via email to