Niko Ojanen created PDFBOX-1641:
-----------------------------------
Summary: Parsing of PDFs fails when no '<<' between directory
objects
Key: PDFBOX-1641
URL: https://issues.apache.org/jira/browse/PDFBOX-1641
Project: PDFBox
Issue Type: Bug
Components: Parsing
Affects Versions: 1.8.2, 2.0.0
Reporter: Niko Ojanen
PDF's that are missing {{<<}} between two COS directory objects are failing
with parsing.
E.g.
{noformat}
>>
endobj
2 0 obj
>>
endobj
5 0 obj
<<
{noformat}
The fix for handling these situations is adding under 20 lines of code to
{{BaseParser.java}} (which I'd like to contribute).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira