Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDocument
-
Packages that use FDFDocument Package Description org.apache.pdfbox This package holds executable classes that interact with the PDFBox application.org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. -
-
Uses of FDFDocument in org.apache.pdfbox
Methods in org.apache.pdfbox with parameters of type FDFDocument Modifier and Type Method Description voidExportFDF. close(FDFDocument doc)Close the document.voidExportXFDF. close(FDFDocument doc)Close the document.voidImportFDF. close(FDFDocument doc)Close the document.voidImportXFDF. close(FDFDocument doc)Close the document.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. -
Uses of FDFDocument in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return FDFDocument Modifier and Type Method Description FDFDocumentPDFParser. getFDFDocument()This will get the FDF document that was parsed. -
Uses of FDFDocument in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return FDFDocument Modifier and Type Method Description static FDFDocumentFDFDocument. load(java.io.File file)This will load a document from a file.static FDFDocumentFDFDocument. load(java.io.InputStream input)This will load a document from an input stream.static FDFDocumentFDFDocument. load(java.lang.String filename)This will load a document from a file.static FDFDocumentFDFDocument. loadXFDF(java.io.File file)This will load a document from a file.static FDFDocumentFDFDocument. loadXFDF(java.io.InputStream input)This will load a document from an input stream.static FDFDocumentFDFDocument. loadXFDF(java.lang.String filename)This will load a document from a file. -
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.
-