org.pdfbox.examples.pdmodel
Class AddMessageToEachPage
java.lang.Objectorg.pdfbox.examples.pdmodel.AddMessageToEachPage
public class AddMessageToEachPage
extends java.lang.Object
This is an example of how to add a message to every page
in a pdf document.
void | doIt(String file, String message, String outfile)- create the second sample document from the PDF file format specification.
|
static void | main(String[] args)- This will create a hello world PDF document.
|
AddMessageToEachPage
public AddMessageToEachPage()
Constructor.
doIt
public void doIt(String file,
String message,
String outfile)
throws IOException,
COSVisitorException create the second sample document from the PDF file format specification.
file - The file to write the PDF to.message - The message to write in the file.outfile - The resulting PDF.
main
public static void main(String[] args)
This will create a hello world PDF document.
see usage() for commandline
args - Command line arguments.