|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.examples.pdmodel.AddMessageToEachPage
public class AddMessageToEachPage
This is an example of how to add a message to every page in a pdf document.
| 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 |
|---|
public AddMessageToEachPage()
| Method Detail |
|---|
public void doIt(String file,
String message,
String outfile)
throws IOException,
org.apache.pdfbox.exceptions.COSVisitorException
file - The file to write the PDF to.message - The message to write in the file.outfile - The resulting PDF.
IOException - If there is an error writing the data.
org.apache.pdfbox.exceptions.COSVisitorException - If there is an error writing the PDF.public static void main(String[] args)
args - Command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||