Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.6_P01
-
Fix Version/s: 5.0.7
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
The file in question came in via support (on support drive). The file contains a ICC color profile that can't be parsed by the java.awt.color.ICC_ColorSpace. class resulting in a cascade of errors. The main problem that we continue to try and get a colour from the profile even know we already had a lookup errors.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Updated the ICCBased class to store an isFailed flag if there was an error accessing a colour. Once this happens we default to using the alternative color space and the PDF rendering correctly.