Home » pdfbox-1.1.0-src » org.apache.pdfbox.examples.pdmodel » [javadoc | source]
org.apache.pdfbox.examples.pdmodel
public class: RubberStampWithImage [javadoc | source]
java.lang.Object
   org.apache.pdfbox.examples.pdmodel.RubberStampWithImage
This is an example on how to add a rubber stamp with an image to pages of a PDF document.
Method from org.apache.pdfbox.examples.pdmodel.RubberStampWithImage Summary:
doIt,   main
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.examples.pdmodel.RubberStampWithImage Detail:
 public  void doIt(String[] args) throws IOException 
    Add a rubber stamp with an jpg image to every page of the given document.
 public static  void main(String[] args) throws Exception 
    This creates an instance of RubberStampWithImage.