public class ExportFDF
extends java.lang.Object
| Constructor | Description |
|---|---|
ExportFDF() |
Creates a new instance of ImportFDF.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
close(FDFDocument doc) |
Close the document.
|
void |
close(PDDocument doc) |
Close the document.
|
static void |
main(java.lang.String[] args) |
This will import an fdf document and write out another pdf.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - command line argumentsjava.lang.Exception - If there is an error importing the FDF document.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.