Package org.apache.pdfbox
Class ExportXFDF
java.lang.Object
org.apache.pdfbox.ExportXFDF
This example will take a PDF document and fill the fields with data from the
FDF fields.
- Version:
- $Revision: 1.3 $
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(FDFDocument doc) Close the document.voidclose(PDDocument doc) Close the document.static voidThis will import an fdf document and write out another pdf.
-
Constructor Details
-
ExportXFDF
public ExportXFDF()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:
Exception- If there is an error importing the FDF document.
-
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.
-