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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.