Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.7
-
Fix Version/s: 5.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A document level callback api that give a developer the currently graphics context, page number, page size, rotation and zoom. When the callback is enabled the developer can paint anything on top of the PDF content.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 5.1 [ 10675 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #42541 | Wed Sep 10 11:17:00 MDT 2014 | patrick.corless | |
| Files Changed | ||||
ADD
/icepdf/branches/icepdf-5.0.1/icepdf/examples/capture/WatermarkPageCapture.java
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/PageTree.java
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/Document.java
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/Page.java
ADD
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/WatermarkCallback.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Added watermark interface and example to ./examples/capture/WatermarkPageCapture.java