Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0 - Beta
-
Fix Version/s: 4.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:files with type 3 fonts that use external resources
Description
Mark noticed this issue when regression testing for PDF -32. The glyphs for this file no longer render. Place holder, I'll add more detail later.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 4.0 [ 10222 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
PDF in question doesn't actually have a resource dictionary for the type 3 font and generates a null pointer. The content parser expects a reference to the resources diction which can be null. However we where blindly adding a resource count with out check for the null value. Pretty simple one I figured out what was happening and if it was legal or not.