Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.3
-
Fix Version/s: 6.2.4
-
Component/s: Printing
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14098 - https://icesoft.my.salesforce.com/5007000001jYWVj
Description
When printing the provided PDF file, some issues are seen in the printed file:
- There is a signature that is cut in half. The signature is rendered fine in the Viewer.
- There is an image/icon at the bottom left. This image is seen in the viewer but not shown when rendered/printed in Adobe.
- There is a signature that is cut in half. The signature is rendered fine in the Viewer.
- There is an image/icon at the bottom left. This image is seen in the viewer but not shown when rendered/printed in Adobe.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2.4 [ 13099 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51481 | Mon May 08 15:14:44 MDT 2017 | patrick.corless | attempt to fix large spools sizes on non pcl printers. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/PrintHelper.java
MODIFY /icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/ImageUtility.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51482 | Mon May 08 15:15:19 MDT 2017 | patrick.corless | attempt to fix large spools sizes on non pcl printers. |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/pobjects/Reference.java
MODIFY /icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/pobjects/ImageUtility.java MODIFY /icepdf/branches/icepdf-6.2.0/icepdf/viewer/src/org/icepdf/ri/common/PrintHelper.java |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
I've made a small modification the print helper as a work around to the image clipping issue. It seems to fix the clipping issue with are seeing with a page that contains a large number of images.
On our printers we are seeing about 275-650 Kb spools size. Regardless I've made a few tweaks to our ImageUtility to avoid a case where the type3 glyph images were being created with transparency values. Also it maybe possible to reduce the clients reported spool size with the property
-Dorg.icepdf.core.paint.disableAlpha=false
As for the graphic at the bottom of the page I can't find a reason not to paint it. From my testing other PDF viewers also print this graphic and there is no customer BMC tags being uses so I'm left scratching my head.