[
https://issues.apache.org/jira/browse/PDFBOX-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-1811.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.8.5
Assignee: Tilman Hausherr
I change the code to don't fail, but put a warning if the parser is lenient and
object doesn't end with "endobj" but with the start of a new " obj".
I committed the changes in rev 1570841 for the trunk and r1570842.
> java.io.IOException: Object at offset does not end with 'endobj'
> ----------------------------------------------------------------
>
> Key: PDFBOX-1811
> URL: https://issues.apache.org/jira/browse/PDFBOX-1811
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 2.0.0
> Environment: XP, W7
> Reporter: Tilman Hausherr
> Assignee: Tilman Hausherr
> Fix For: 1.8.5, 2.0.0
>
>
> I get this exception with the file amyuni2_05d__pdf1_3_acro4x.pdf (it was
> once part of the project, now no more, but it can still be found on the web):
> java.io.IOException: Object (48:0) at offset 161333 does not end with
> 'endobj'.
> This is true, the "endobject" is indeed missing in that file. However the
> content of endObjectKey is 49 0 obj, i.e. the start of a new object.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)