org.apache.pdfbox.examples.pdmodel
Class AddMessageToEachPage

java.lang.Object
  extended by org.apache.pdfbox.examples.pdmodel.AddMessageToEachPage

public class AddMessageToEachPage
extends Object

This is an example of how to add a message to every page in a pdf document.

Version:
$Revision: 1.3 $
Author:
Ben Litchfield

Constructor Summary
AddMessageToEachPage()
          Constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddMessageToEachPage

public AddMessageToEachPage()
Constructor.

Method Detail

doIt

public void doIt(String file,
                 String message,
                 String outfile)
          throws IOException,
                 COSVisitorException
create the second sample document from the PDF file format specification.

Parameters:
file - The file to write the PDF to.
message - The message to write in the file.
outfile - The resulting PDF.
Throws:
IOException - If there is an error writing the data.
COSVisitorException - If there is an error writing the PDF.

main

public static void main(String[] args)
This will create a hello world PDF document.
see usage() for commandline

Parameters:
args - Command line arguments.


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