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/09/10 13:08:28 UTC

[jira] [Updated] (PDFBOX-2338) IllegalStateException: recursive definition

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

Tilman Hausherr updated PDFBOX-2338:
------------------------------------
    Attachment: PDFBOX-2338-203886.pdf

> IllegalStateException: recursive definition
> -------------------------------------------
>
>                 Key: PDFBOX-2338
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2338
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 2.0.0
>            Reporter: Tilman Hausherr
>         Attachments: PDFBOX-2338-203886.pdf
>
>
> I get this exception with the attached file:
> {code}
> WARNUNG: Using fallback font 'TimesNewRomanPSMT' for 'Symbol,Italic'
> Sep 10, 2014 12:59:30 PM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNUNG: No Unicode mapping for character code 119 in font Symbol,Italic
> Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: recursive definition
>         at org.apache.pdfbox.pdmodel.font.PDSimpleFont.isFontSymbolic(PDSimpleFont.java:186)
>         at org.apache.pdfbox.pdmodel.font.PDFont.isSymbolic(PDFont.java:370)
>         at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.codeToGID(PDTrueTypeFont.java:289)
>         at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.getWidthFromFont(PDTrueTypeFont.java:250)
>         at org.apache.pdfbox.pdmodel.font.PDFont.getWidth(PDFont.java:216)
> {code}
> The file probably does have a problem, AR claims that the /BBox value for "Symbol,Italic" is incorrect. However it displays the file, and so does GSView.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)