[
https://issues.apache.org/jira/browse/PDFBOX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler resolved PDFBOX-3545.
----------------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0
2.0.6
> COSParser.parseXref failing if startXrefOffset over pdf size
> ------------------------------------------------------------
>
> Key: PDFBOX-3545
> URL: https://issues.apache.org/jira/browse/PDFBOX-3545
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 2.0.3
> Reporter: Matus Zamborsky
> Assignee: Andreas Lehmkühler
> Fix For: 2.0.6, 3.0.0
>
> Attachments: 000369.pdf
>
>
> Any PDF which had wrong startxref was parsed with warning in PdfBox 1.8
> thanks to self healing mechanism.
> In version 2.0 the COSParser.parseXref (called from PDFParser) tries to seek
> to the startxref position.
> If the position is wrong, but within the file size, the PDF is parsed with
> warning.
> But when the startxref is over the file size, the parsing ended with
> exception.
> We could either test if startxref is not over source.length(), or catch the
> exception.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]