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
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | icepdf-issue.pdf [ 14024 ] | |
Attachment | icepdf-issue2.pdf [ 14025 ] |
Salesforce Case | [5007000000KFo5c] |
Summary | ICEpdf does not render pdfs including jpeg | ICEpdf does not render pdfs including jpeg (tiling pattern) |
Fix Version/s | 4.3.3 [ 10333 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30217 | Tue Jul 24 15:03:38 MDT 2012 | patrick.corless | |
Files Changed | ||||
![]() |
Fix Version/s | 4.5 [ 10342 ] | |
Fix Version/s | 4.3.3 [ 10333 ] |
Fix Version/s | 5.0 [ 10314 ] | |
Fix Version/s | 4.5 [ 10342 ] |
Fix Version/s | 5.1 [ 10675 ] | |
Fix Version/s | 5.0 [ 10314 ] |
Fix Version/s | 5.0.1 [ 10872 ] | |
Fix Version/s | 5.1 [ 10675 ] |
Fix Version/s | 5.1 [ 10675 ] |
Fix Version/s | 5.0.1 [ 10872 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 5.0.6_P01 [ 11471 ] | |
Fix Version/s | 5.1 [ 10675 ] | |
Resolution | Fixed [ 1 ] |
Attachment | error.pdf [ 17280 ] |
Attachment | viewer506P01.jpg [ 17281 ] |
Fix Version/s | 5.0.7 [ 11470 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.