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 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(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.