Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDocument
Packages that use FDFDocument
Package
Description
This is the persistence layer used to write the PDFBox documents to a stream.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of FDFDocument in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as FDFDocumentMethods in org.apache.pdfbox.pdfwriter with parameters of type FDFDocumentModifier and TypeMethodDescriptionvoidCOSWriter.write(FDFDocument doc) This will write the fdf document. -
Uses of FDFDocument in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return FDFDocumentModifier and TypeMethodDescriptionstatic FDFDocumentThis will load a document from a file.static FDFDocumentFDFDocument.load(InputStream input) This will load a document from an input stream.static FDFDocumentThis will load a document from a file.static FDFDocumentThis will load a document from a file.static FDFDocumentFDFDocument.loadXFDF(InputStream input) This will load a document from an input stream.static FDFDocumentThis 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 FDFDocumentMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FDFDocumentModifier and TypeMethodDescriptionvoidPDAcroForm.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 FDFDocumentModifier and TypeMethodDescriptionvoidExportFDF.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.