org.apache.pdfbox
Class OverlayPDF

java.lang.Object
  extended by org.apache.pdfbox.OverlayPDF

public class OverlayPDF
extends Object

Adds an overlay to an existing PDF document. Based on code contributed by Balazs Jerk.


Constructor Summary
OverlayPDF()
           
 
Method Summary
static void main(String[] args)
          This will overlay a document and write out the results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverlayPDF

public OverlayPDF()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This will overlay a document and write out the results.

Parameters:
args - command line arguments
Throws:
Exception - if something went wrong


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.