Package org.apache.pdfbox.tools
Class ExportFDF
java.lang.Object
org.apache.pdfbox.tools.ExportFDF
This example will take a PDF document and fill the fields with data from the
FDF fields.
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExportFDF
public ExportFDF()Creates a new instance of ImportFDF.
-
-
Method Details
-
main
This will import an fdf document and write out another pdf.
see usage() for commandline- Parameters:
args
- command line arguments- Throws:
IOException
- in case the file can not be read or the data can not be exported.
-
close
Close the document.- Parameters:
doc
- The doc to close.- Throws:
IOException
- If there is an error closing the document.
-
close
Close the document.- Parameters:
doc
- The doc to close.- Throws:
IOException
- If there is an error closing the document.
-