public class ExportXFDF extends Object
| Constructor and Description | 
|---|
| ExportXFDF()Creates a new instance of ImportFDF. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close(FDFDocument doc)Close the document. | 
| void | close(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 Exception
args - command line argumentsException - If there is an error importing the FDF document.public void close(FDFDocument doc) throws IOException
doc - The doc to close.IOException - If there is an error closing the document.public void close(PDDocument doc) throws IOException
doc - The doc to close.IOException - If there is an error closing the document.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.