Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.2
-
Fix Version/s: 5.0.4
-
Component/s: None
-
Labels:None
-
Environment:JAI, PRO
Description
The attached PDF's header is shown in brown instead of grey (when compared to adobe). This is a minor issue but can be important where branding is concerned.
Activity
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | PDF-615-screen.jpg [ 16117 ] |
Tyler Johnson
made changes -
Attachment | PDF-615-sample.pdf [ 16118 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.4 [ 11072 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37384 | Tue Aug 13 12:57:41 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37386 | Tue Aug 13 14:04:55 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
MODIFY /icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceGray.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37476 | Wed Aug 21 13:01:45 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceGray.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37477 | Wed Aug 21 13:03:05 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/DeviceCMYK.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The file in question uses a CMYK color model which needs to be converted to RGB for screen display. The algorithm that does this conversion generally does a good job but tends to be a little darker when compared to Acrobat. However the file in question is using a CMYK colour value that only specifies a black value (Y) and thus can be treated at a gray colour space.
Once this adjustment is made the our DeviceCMYK colour space the PDF matches Acrobat exactly.