Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 6.0.0_P01
-
Fix Version/s: 6.0.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13584 - https://icesoft.my.salesforce.com/5007000001S7niM
Description
The provided PDF file isn't being loaded by ICEpdf. No errors are thrown in the logs. A small pixel by pixel black box can be seen. The PDF file loads in Adobe without any issues.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.0.2 [ 12971 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46486 | Mon Dec 07 13:31:54 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/Parser.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46487 | Mon Dec 07 13:32:05 MST 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.0.0_P01/icepdf/core/src/org/icepdf/core/util/Parser.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The PDF in question has use /type instead of /Type which is throwing off the page initialization. This is technically a n issue with the PDF encoding and the file is malformed. The /type name is lower case throughout the PDF content which seems to indicated a typo in the generators syntax.
This can be fairly easily accounted for tin the Parser class.