Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDocument
-
Packages that use FDFDocument Package Description org.apache.pdfbox org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.tools -
-
Uses of FDFDocument in org.apache.pdfbox
Methods in org.apache.pdfbox that return FDFDocument Modifier and Type Method Description static FDFDocumentLoader. loadFDF(java.io.File file)This will load a document from a file.static FDFDocumentLoader. loadFDF(java.io.InputStream input)This will load a document from an input stream.static FDFDocumentLoader. loadFDF(java.lang.String filename)This will load a document from a file.static FDFDocumentLoader. loadXFDF(java.io.File file)This will load a document from a file.static FDFDocumentLoader. loadXFDF(java.io.InputStream input)This will load a document from an input stream.static FDFDocumentLoader. loadXFDF(java.lang.String filename)This will load a document from a file. -
Uses of FDFDocument in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return FDFDocument Modifier and Type Method Description FDFDocumentFDFParser. parse()This will parse the stream and populate the FDFDocument object. -
Uses of FDFDocument in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as FDFDocument Modifier and Type Field Description private FDFDocumentCOSWriter. fdfDocumentMethods in org.apache.pdfbox.pdfwriter with parameters of type FDFDocument Modifier and Type Method Description voidCOSWriter. write(FDFDocument doc)This will write the fdf document. -
Uses of FDFDocument in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return FDFDocument Modifier and Type Method Description FDFDocumentPDAcroForm. exportFDF()This will export all FDF form data.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FDFDocument Modifier and Type Method Description voidPDAcroForm. importFDF(FDFDocument fdf)This method will import an entire FDF document into the PDF document that this acroform is part of. -
Uses of FDFDocument in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type FDFDocument Modifier and Type Method Description voidImportFDF. importFDF(PDDocument pdfDocument, FDFDocument fdfDocument)This will takes the values from the fdf document and import them into the PDF document.voidImportXFDF. importFDF(PDDocument pdfDocument, FDFDocument fdfDocument)This will takes the values from the fdf document and import them into the PDF document.
-