Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.3.2
-
Fix Version/s: None
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:Windows 7, Java 6, MS Powerpoint 2010
Description
We've encountered problems when trying to convert PDF file to PNG images containing whole pages. When pages contained images which were both rotated and shadowed, they were rendered incorrectly (see attached PDF and renditions). PDF file was created using Microsoft Powerpoint 2010. Code used for creating images:
Image image = document.getPageImage(pageNumber, GraphicsRenderingHints.SCREEN, Page.BOUNDARY_CROPBOX, 0f, 3.0f);
Also changing GraphicsRenderingHints.SCREEN to GraphicsRenderingHints.PRINT parameter didn't change anything. Opening file in your PDF viewer caused the same issues. Please advise how to fix these problems or provide workaround for them.
Exact version used: IcePDF Pro 4.3.2.
Image image = document.getPageImage(pageNumber, GraphicsRenderingHints.SCREEN, Page.BOUNDARY_CROPBOX, 0f, 3.0f);
Also changing GraphicsRenderingHints.SCREEN to GraphicsRenderingHints.PRINT parameter didn't change anything. Opening file in your PDF viewer caused the same issues. Please advise how to fix these problems or provide workaround for them.
Exact version used: IcePDF Pro 4.3.2.
Issue Links
- depends on
-
PDF-307 Pattern Fill paint issue
- Closed
Activity
Federico Mera
created issue -
Federico Mera
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | test-wrong-image.pdf [ 14294 ] | |
Attachment | slide0.png [ 14295 ] | |
Attachment | slide1.png [ 14296 ] |
Federico Mera
made changes -
Attachment | slide2.png [ 14297 ] |
Patrick Corless
made changes -
Patrick Corless
made changes -
Summary | Rotated images with shadow displayed incorrectly | Rotated images with shadow displayed incorrectly (pattern paint) |
Salesforce Case | [] | |
Fix Version/s | 4.3.3 [ 10333 ] |
Patrick Corless
made changes -
Salesforce Case | [] | |
Fix Version/s | 4.3.4 [ 10341 ] | |
Fix Version/s | 4.3.3 [ 10333 ] |
Migration
made changes -
Fix Version/s | 4.5 [ 10342 ] | |
Fix Version/s | 4.3.4 [ 10341 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0 [ 10314 ] | |
Fix Version/s | 4.5 [ 10342 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.1 [ 10872 ] | |
Fix Version/s | 5.0 [ 10314 ] |
Patrick Corless
made changes -
Fix Version/s | 5.1 [ 10675 ] | |
Fix Version/s | 5.0.1 [ 10872 ] |
Patrick Corless
made changes -
Fix Version/s | 5.2 [ 10970 ] | |
Fix Version/s | 5.1 [ 10675 ] |
Patrick Corless
made changes -
Fix Version/s | 5.3 [ 12070 ] | |
Fix Version/s | 5.2 [ 10970 ] |
Patrick Corless
made changes -
Fix Version/s | 6.1 [ 12070 ] |
The paint issue is related to an issue with how we are setting up a pattern paint for painting.