org.pdfbox
Class ExportXFDF
public class ExportXFDF
extends java.lang.Object
This example will take a PDF document and fill the fields with data from the
FDF fields.
void | close(PDDocument doc)- Close the document.
|
void | close(FDFDocument doc)- Close the document.
|
static void | main(String[] args)- This will import an fdf document and write out another pdf.
|
ExportXFDF
public ExportXFDF()
Creates a new instance of ImportFDF.
close
public void close(PDDocument doc)
throws IOException Close the document.
close
public void close(FDFDocument doc)
throws IOException Close the document.
main
public static void main(String[] args)
throws Exception This will import an fdf document and write out another pdf.
see usage() for commandline
args - command line arguments