Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
The sample file came in through support. The issue is that there is a spelling mistake in how the file defines the an endobj token which defines the end of a PDF object in the file.
The mistake is something that I would have likely made "enbobj" instead of "enbodj". This is very simple to address in our parser and once the fix is the made the file renders correctly.
The mistake is something that I would have likely made "enbobj" instead of "enbodj". This is very simple to address in our parser and once the fix is the made the file renders correctly.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added parser patch for the "enbobj" token on both the trunk and 5.0.1 branch.