Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.2
-
Fix Version/s: 6.3
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:
Description
When trying to render a provided PDF file it is rendered as a blank white page. No errors in the logs but just the following:
Sep 29, 2016 7:58:35 AM org.icepdf.core.util.content.NContentParser parse
FINE: Parsing page content streams: 1
Sep 29, 2016 7:58:35 AM org.icepdf.core.util.content.NContentParser parse
Q
Sep 29, 2016 7:58:35 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D
Another PDF was provided that the customer says shows the same issue but it looks to be rendering fine for me. There are some different logs when rendering that PDF:
Sep 29, 2016 8:03:14 AM org.icepdf.core.util.content.NContentParser parse
FINE: Parsing page content streams: 1
Sep 29, 2016 8:03:14 AM org.icepdf.core.util.content.NContentParser parse
FINER: Content = q
578.16 0 0 824.40 0 0 cm
/Im1 Do
Q
Sep 29, 2016 8:03:14 AM org.icepdf.core.pobjects.filters.CCITTFax <clinit>
FINER: CCITTFaxDecode Image reader: com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader@1a6542
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINER: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D failed trying alternative
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_2D
Sep 29, 2016 7:58:35 AM org.icepdf.core.util.content.NContentParser parse
FINE: Parsing page content streams: 1
Sep 29, 2016 7:58:35 AM org.icepdf.core.util.content.NContentParser parse
Q
Sep 29, 2016 7:58:35 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D
Another PDF was provided that the customer says shows the same issue but it looks to be rendering fine for me. There are some different logs when rendering that PDF:
Sep 29, 2016 8:03:14 AM org.icepdf.core.util.content.NContentParser parse
FINE: Parsing page content streams: 1
Sep 29, 2016 8:03:14 AM org.icepdf.core.util.content.NContentParser parse
FINER: Content = q
578.16 0 0 824.40 0 0 cm
/Im1 Do
Q
Sep 29, 2016 8:03:14 AM org.icepdf.core.pobjects.filters.CCITTFax <clinit>
FINER: CCITTFaxDecode Image reader: com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader@1a6542
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINER: Decoding TIFF: TIFF_COMPRESSION_GROUP3_1D failed trying alternative
Sep 29, 2016 8:03:15 AM org.icepdf.core.pobjects.filters.CCITTFax deriveBufferedImageFromTIFFBytes
FINE: Decoding TIFF: TIFF_COMPRESSION_GROUP3_2D
Issue Links
- depends on
-
PDF-1102 Revamp of the imaging pipeline
- Open
The file forces our CCITTFax filter to fail and as a result we fall back trying to decode the image using all the available ccittfax variations. We'll have to come back to this issue one we move over the 12 monkies imaging code base.