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
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 5.0.5 [ 11373 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38701 | Thu Oct 31 09:03:41 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/util/Parser.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38702 | Thu Oct 31 09:03:49 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/Parser.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added parser patch for the "enbobj" token on both the trunk and 5.0.1 branch.