Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0, 5.1
-
Fix Version/s: 5.1.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:Pro content parser.
Description
The PDF in question contains empty dictionary entry which is causing our content parser get stuck and iterate to the end of the content stream. The content looks something like this:
/Artifact << >>
BDC
...
EMC
This defect in the PRO engine doesn't effect the OS content parser. For some reason this is the only test case we have in our test suite for an empty dictionary entry, << >>. There is nothing in the specification that points that is incorrect and is like just something iText is doing from time to time.
/Artifact << >>
BDC
...
EMC
This defect in the PRO engine doesn't effect the OS content parser. For some reason this is the only test case we have in our test suite for an empty dictionary entry, << >>. There is nothing in the specification that points that is incorrect and is like just something iText is doing from time to time.
Issue Links
- duplicates
-
PDF-649 ArrayIndexOutOfBoundsException: 0
- Closed
I've check in fix for the Pro lexer which appears to address this issue. I'll need to circle back with a QA run but believe this issue is addressed.