Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 5.0.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:-
-
Salesforce Case Reference:
Description
The image in the attached PDF is being rendered 3 times for each page along with a black space. (was: The image in the attached PDF is being rendered 3 times for each page. )
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The 3 smaller images was the result of interpreting the image using the DeviceRGB colour space instead of DeviceGray. This appears to be the result of pretty simple copy in paste error in the PColorSpace class. Must be a very rare parsing case as this is the first know execution of this code.