public class OverlayPDF extends Object
| Constructor and Description |
|---|
OverlayPDF() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
This will overlay a document and write out the results.
|
void |
overlay(Map<Integer,String> specificPageOverlayFile)
This will add overlays to a documents.
|
public static void main(String[] args) throws Exception
args - command line argumentsException - if something went wrong#USAGEpublic void overlay(Map<Integer,String> specificPageOverlayFile) throws IOException, COSVisitorException
specificPageOverlayFile - map of overlay files for specific pagesIOException - exceptionCOSVisitorException - exceptionCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.