|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.examples.pdfa.CreatePDFA
public class CreatePDFA
This is an example that creates a simple PDF/A document.
| Constructor Summary | |
|---|---|
CreatePDFA()
Constructor. |
|
| Method Summary | |
|---|---|
void |
doIt(String file,
String message)
Create a simple PDF/A document. |
static void |
main(String[] args)
This will create a hello world PDF/A document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreatePDFA()
| Method Detail |
|---|
public void doIt(String file,
String message)
throws Exception
file - The file to write the PDF to.message - The message to write in the file.
Exception - If something bad occurspublic 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 | |||||||||