public class ExportXFDF extends Object
| Constructor and Description |
|---|
ExportXFDF()
Creates a new instance of ImportFDF.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.pdfbox.pdmodel.fdf.FDFDocument doc)
Close the document.
|
void |
close(org.apache.pdfbox.pdmodel.PDDocument doc)
Close the document.
|
static void |
main(String[] args)
This will import an fdf document and write out another pdf.
|
public static void main(String[] args) throws IOException
args - command line argumentsIOException - in case the file can not be read or the data can not be exported.IOException - If there is an error importing the FDF document.public void close(org.apache.pdfbox.pdmodel.fdf.FDFDocument doc)
throws IOException
doc - The doc to close.IOException - If there is an error closing the document.public void close(org.apache.pdfbox.pdmodel.PDDocument doc)
throws IOException
doc - The doc to close.IOException - If there is an error closing the document.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.