|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.OverlayPDF
public class OverlayPDF
Adds an overlay to an existing PDF document. Based on code contributed by Balazs Jerk.
Constructor Summary | |
---|---|
OverlayPDF()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This will overlay a document and write out the results. |
void |
overlay(java.util.Map<java.lang.Integer,java.lang.String> specificPageOverlayFile)
This will add overlays to a documents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverlayPDF()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line arguments
java.lang.Exception
- if something went wrong#USAGE
public void overlay(java.util.Map<java.lang.Integer,java.lang.String> specificPageOverlayFile) throws java.io.IOException, COSVisitorException
specificPageOverlayFile
- map of overlay files for specific pages
java.io.IOException
- exception
COSVisitorException
- exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |