Package org.apache.pdfbox.tools
Class ImportFDF
java.lang.Object
org.apache.pdfbox.tools.ImportFDF
This example will take a PDF document and fill the fields with data from the
FDF fields.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()voidimportFDF(PDDocument pdfDocument, FDFDocument fdfDocument) This will takes the values from the fdf document and import them into the PDF document.static voidThis will import an fdf document and write out another pdf.
-
Field Details
-
SYSERR
-
infile
-
outfile
-
fdffile
-
-
Constructor Details
-
ImportFDF
public ImportFDF()Constructor.
-
-
Method Details
-
importFDF
This will takes the values from the fdf document and import them into the PDF document.- Parameters:
pdfDocument- The document to put the fdf data into.fdfDocument- The FDF document to get the data from.- Throws:
IOException- If there is an error setting the data in the field.
-
main
This will import an fdf document and write out another pdf.
see usage() for commandline- Parameters:
args- command line arguments
-
call
-