You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/07/06 11:47:33 UTC

[jira] [Created] (PDFBOX-2192) "unknown command" in Type1CharString.handleCommand

Tilman Hausherr created PDFBOX-2192:
---------------------------------------

             Summary: "unknown command" in Type1CharString.handleCommand
                 Key: PDFBOX-2192
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2192
             Project: PDFBox
          Issue Type: Bug
          Components: FontBox
    Affects Versions: 2.0.0
            Reporter: Tilman Hausherr


I get this at page 24 of the attached PDF:
{code}
IOException for file pdfbox-2192-006972.pdf
java.lang.IllegalArgumentException: Unknown command: null
	at org.apache.fontbox.cff.Type1CharString.handleCommand(Type1CharString.java:260)
	at org.apache.fontbox.cff.Type1CharString.access$000(Type1CharString.java:39)
	at org.apache.fontbox.cff.Type1CharString$1.handleCommand(Type1CharString.java:135)
	at org.apache.fontbox.cff.CharStringHandler.handleSequence(CharStringHandler.java:45)
	at org.apache.fontbox.cff.Type1CharString.render(Type1CharString.java:138)
	at org.apache.fontbox.cff.Type1CharString.getPath(Type1CharString.java:110)
{code}
A source code comment tells "indicates a PDFBox bug".



--
This message was sent by Atlassian JIRA
(v6.2#6252)