public class ExportXFDF
extends java.lang.Object
Constructor and Description |
---|
ExportXFDF()
Creates a new instance of ImportFDF.
|
Modifier and Type | Method and Description |
---|---|
void |
close(FDFDocument doc)
Close the document.
|
void |
close(PDDocument doc)
Close the document.
|
private void |
exportXFDF(java.lang.String[] args) |
static void |
main(java.lang.String[] args)
This will import an fdf document and write out another pdf.
|
private static void |
usage()
This will print out a message telling how to use this example.
|
public static void main(java.lang.String[] args) throws java.io.IOException
args
- command line argumentsjava.io.IOException
- in case the file can not be read or the data can not be exported.private void exportXFDF(java.lang.String[] args) throws java.io.IOException
java.io.IOException
private static void usage()
public void close(FDFDocument doc) throws java.io.IOException
doc
- The doc to close.java.io.IOException
- If there is an error closing the document.public void close(PDDocument doc) throws java.io.IOException
doc
- The doc to close.java.io.IOException
- If there is an error closing the document.