Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.3
-
Fix Version/s: 5.0.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
The document in question is malformed, the page font object that are referenced in the content stream are not found in the document. Generally speaking ICEpdf can recover from missing font resources but the actual font dictionary that describes the font is missing in this case making it impossible to know what font should be used.
Interestingly enough Acrobat seems to ignore the text associated with this document and only displays the image in the content stream.
Interestingly enough Acrobat seems to ignore the text associated with this document and only displays the image in the content stream.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37772 | Wed Sep 04 14:25:04 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/content/OContentParser.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37773 | Wed Sep 04 14:25:27 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/util/content/OContentParser.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated the content parser to catch errors that might occur when parsing a BT/ET text block. In this particular case the image coming after the malformed text definitions will now be rendered correctly.