Frames | No Frames |
Methods with parameter type org.pdfbox.pdmodel.fdf.FDFDocument | |
void | Close the document.
|
void | Close the document.
|
void | Close the document.
|
void | Close the document.
|
void | This will takes the values from the fdf document and import them into the
PDF document.
|
void | This will takes the values from the fdf document and import them into the
PDF document.
|
Methods with return type org.pdfbox.pdmodel.fdf.FDFDocument | |
FDFDocument | FDFDocument.load(File file) This will load a document from a file.
|
FDFDocument | FDFDocument.load(InputStream input) This will load a document from an input stream.
|
FDFDocument | FDFDocument.load(String filename) This will load a document from a file.
|
FDFDocument | FDFDocument.loadXFDF(File file) This will load a document from a file.
|
FDFDocument | FDFDocument.loadXFDF(InputStream input) This will load a document from an input stream.
|
FDFDocument | FDFDocument.loadXFDF(String filename) This will load a document from a file.
|
Methods with return type org.pdfbox.pdmodel.fdf.FDFDocument | |
FDFDocument | This will get the FDF document that was parsed. |
Methods with parameter type org.pdfbox.pdmodel.fdf.FDFDocument | |
void | This method will import an entire FDF document into the PDF document
that this acroform is part of.
|
Methods with return type org.pdfbox.pdmodel.fdf.FDFDocument | |
FDFDocument | This will export all FDF form data.
|