| java.lang.Object org.pdfbox.examples.pdmodel.AddMessageToEachPage
AddMessageToEachPage | public class AddMessageToEachPage (Code) | | This is an example of how to add a message to every page
in a pdf document.
author: Ben Litchfield version: $Revision: 1.3 $ |
Method Summary | |
public void | doIt(String file, String message, String outfile) create the second sample document from the PDF file format specification. | public static void | main(String[] args) This will create a hello world PDF document. |
AddMessageToEachPage | public AddMessageToEachPage()(Code) | | Constructor.
|
doIt | public void doIt(String file, String message, String outfile) throws IOException, COSVisitorException(Code) | | create the second sample document from the PDF file format specification.
Parameters: file - The file to write the PDF to. Parameters: message - The message to write in the file. Parameters: outfile - The resulting PDF. throws: IOException - If there is an error writing the data. throws: COSVisitorException - If there is an error writing the PDF. |
main | public static void main(String[] args)(Code) | | This will create a hello world PDF document.
see usage() for commandline
Parameters: args - Command line arguments. |
|
|