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.
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.