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 2015/06/14 19:16:00 UTC

[jira] [Reopened] (PDFBOX-2829) PDBox 2.0 Throws IndexOutOfBoundsException (severe offset errors as well)

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

Tilman Hausherr reopened PDFBOX-2829:
-------------------------------------

Reopening, because of wrong rendering of the files ARCHIVERGB.ai, gs-bugzilla692503.ai and PDFBOX-1870-DeviceN3.pdf. I verified that it is not because of the change in PDColor.java I did yesterday, it is related to rev 1685398.

> PDBox 2.0 Throws IndexOutOfBoundsException (severe offset errors as well)
> -------------------------------------------------------------------------
>
>                 Key: PDFBOX-2829
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2829
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 2.0.0
>            Reporter: Lori
>            Assignee: Andreas Lehmkühler
>            Priority: Blocker
>             Fix For: 2.0.0
>
>         Attachments: Tracy_Party.pdf
>
>
> The pdf file comes up in adobe okay.  It has an unusally font.  And the load complains about  incorrect offsets.   
> {code}
> Jun 12, 2015 12:27:10 PM org.apache.pdfbox.pdfparser.COSParser validateStreamLength
> SEVERE: The end of the stream doesn't point to the correct offset, using workaround to read the stream, found 576 but expected 6095
> Jun 12, 2015 12:27:10 PM org.apache.pdfbox.pdfparser.COSParser validateStreamLength
> SEVERE: The end of the stream doesn't point to the correct offset, using workaround to read the stream, found 6513 but expected 8951
> Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 10, Size: 10
> 	at java.util.ArrayList.rangeCheck(ArrayList.java:635)
> 	at java.util.ArrayList.get(ArrayList.java:411)
> 	at org.apache.pdfbox.io.RandomAccessBuffer.nextBuffer(RandomAccessBuffer.java:395)
> 	at org.apache.pdfbox.io.RandomAccessBuffer.read(RandomAccessBuffer.java:260)
> 	at org.apache.pdfbox.pdfparser.BaseParser.readUntilEndStream(BaseParser.java:412)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseCOSStream(COSParser.java:922)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseFileObject(COSParser.java:725)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseObjectDynamically(COSParser.java:686)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseObjectDynamically(COSParser.java:639)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseDictObjects(COSParser.java:600)
> 	at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:198)
> 	at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:225)
> 	at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:976)
> 	at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:865)
> 	at com.smartfin.backend.sfreceipts.offline.PdfToImage2_0RedoTesterFor.getImageFromPdf(PdfToImage2_0RedoTesterFor.java:47)
> 	at com.smartfin.backend.sfreceipts.offline.PdfToImage2_0RedoTesterFor.getImageFromPdf(PdfToImage2_0RedoTesterFor.java:39)
> 	at com.smartfin.backend.sfreceipts.offline.PdfToImage2_0RedoTesterFor.main(PdfToImage2_0RedoTesterFor.java:199)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
> {code}
> Process finished with exit code 1



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org