Package org.apache.pdfbox.tools
Class OverlayPDF
- java.lang.Object
-
- org.apache.pdfbox.tools.OverlayPDF
-
public final class OverlayPDF extends java.lang.Object
Adds an overlay to an existing PDF document. Based on code contributed by Balazs Jerk.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
This will overlay a document and write out the results.
-