public class CreatePDFA extends Object
Constructor and Description |
---|
CreatePDFA()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.