You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/18 22:55:37 UTC

[jira] [Commented] (PDFBOX-2177) [PATCH] IndexOutOfBoundsException reading embedded OpenType font

    [ https://issues.apache.org/jira/browse/PDFBOX-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139499#comment-14139499 ] 

ASF subversion and git services commented on PDFBOX-2177:
---------------------------------------------------------

Commit 1626085 from [~jahewson] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1626085 ]

PDFBOX-2177: Fix bug with Format3FDSelect, thanks to simon steiner

> [PATCH] IndexOutOfBoundsException reading embedded OpenType font
> ----------------------------------------------------------------
>
>                 Key: PDFBOX-2177
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2177
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 2.0.0
>            Reporter: simon steiner
>            Assignee: John Hewson
>             Fix For: 2.0.0
>
>         Attachments: glyphrange.patch, out.7z
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage opentype.pdf 
> PDFToImage failed with the following exception:
> java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
> 	at java.util.SubList.rangeCheck(AbstractList.java:755)
> 	at java.util.SubList.get(AbstractList.java:639)
> 	at java.util.Collections$SynchronizedList.get(Collections.java:2477)
> 	at org.apache.fontbox.cff.Type2CharString.drawCurve(Type2CharString.java:356)
> 7zip attachment



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