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
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Tyler Johnson [ tyler.johnson ] |
Summary | Rendering duplicate images | Rendering duplicate images and black space (was: Rendering duplicate images) |
Description |
The image in the attached PDF is being rendered 3 times for each page. |
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. ) |
Fix Version/s | 5.0 [ 10314 ] |
Fix Version/s | 5.0.1 [ 10872 ] | |
Fix Version/s | 5.0 [ 10314 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34471 | Fri Apr 19 11:03:31 MDT 2013 | patrick.corless | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case Reference | 5007000000PUiGYAA1 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.