public class RubberStampWithImage extends Object
Constructor and Description |
---|
RubberStampWithImage() |
Modifier and Type | Method and Description |
---|---|
void |
doIt(String[] args)
Add a rubber stamp with an jpg image to every page of the given document.
|
static void |
main(String[] args)
This creates an instance of RubberStampWithImage.
|
public void doIt(String[] args) throws IOException
args
- the command line argumentsIOException
- an exception is thrown if something went wrongpublic static void main(String[] args) throws IOException
args
- The command line arguments.IOException
- If there is an error parsing the document.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.