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
The paint issue is related to an issue with how we are setting up a pattern paint for painting.