public class ExportFDF extends Object
Constructor and Description |
---|
ExportFDF()
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-2015 The Apache Software Foundation. All Rights Reserved.