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
Methods 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.