Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:Win7, PDF 1.5
Description
Hi,
we got a problem rendering and viewing pdfs including jpeg images.
We created a PDF using aspose. The standard pdf viewers (acroread, preview, ... )
perfectly display and print the file. Unfortunately, icepdf does not.
The box including the image remains empty.
Find the pdf entailed.
Best
Johannes
we got a problem rendering and viewing pdfs including jpeg images.
We created a PDF using aspose. The standard pdf viewers (acroread, preview, ... )
perfectly display and print the file. Unfortunately, icepdf does not.
The box including the image remains empty.
Find the pdf entailed.
Best
Johannes
I can't seen a problem with issue2, using the latest release 4.3.1 as well as 4.2.3.
However I can reproduce the missing image in icepdf-issue.pdf . The root of the problem is actually an issue with how we are handling tiling pattern fill. The image is part of an tilling content stream of type 3 which for some reason doesn't have a case for it in our contentParser. My guess is that this is the first example we have of this type of pattern.
The image is encoding correctly, so I don't see a problem implementing the code needed to display the tiling pattern and thus the image in question.