Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.4
-
Fix Version/s: 4.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:-
-
Workaround Exists:Yes
-
Workaround Description:Use JDK 1.5
Description
The PDF in question does not render correctly due to a JPEGDecoder class change in JDK 1.6. The PDF renders correctly in JDK 1.5.
Issue Links
- blocks
-
PDF-308 Image color at top of page is incorrect
- Closed
I've updated the Stream class image handling method alterRasterCMYK2BGRA to take into consideration the JDK 1.5 and 1.6. So far so good on JDK 1.5, 1.6 and 1.7 on windows.