| Constructor and Description |
|---|
ImportXFDF()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
void |
importFDF(org.apache.pdfbox.pdmodel.PDDocument pdfDocument,
org.apache.pdfbox.pdmodel.fdf.FDFDocument fdfDocument)
This will takes the values from the fdf document and import them into the
PDF document.
|
static void |
main(String[] args)
This will import an fdf document and write out another pdf.
|
public void importFDF(org.apache.pdfbox.pdmodel.PDDocument pdfDocument,
org.apache.pdfbox.pdmodel.fdf.FDFDocument fdfDocument)
throws IOException
pdfDocument - The document to put the fdf data into.fdfDocument - The FDF document to get the data from.IOException - If there is an error setting the data in the field.public static void main(String[] args)
args - command line argumentsCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.