Uses of Class org.pdfbox.pdmodel.fdf.FDFDocument

Uses in package org.pdfbox

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
ImportFDF.importFDF(PDDocument pdfDocument, FDFDocument fdfDocument)
This will takes the values from the fdf document and import them into the PDF document.
void
ImportXFDF.importFDF(PDDocument pdfDocument, FDFDocument fdfDocument)
This will takes the values from the fdf document and import them into the PDF document.

Uses in package org.pdfbox.pdmodel.fdf

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.

Uses in package org.pdfbox.pdfparser

Methods with return type org.pdfbox.pdmodel.fdf.FDFDocument

FDFDocument
This will get the FDF document that was parsed.

Uses in package org.pdfbox.pdmodel.interactive.form

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.