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 TypeMethodDescriptionvoid
COSWriter.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 FDFDocument
This will load a document from a file.static FDFDocument
FDFDocument.load
(InputStream input) This will load a document from an input stream.static FDFDocument
This will load a document from a file.static FDFDocument
This will load a document from a file.static FDFDocument
FDFDocument.loadXFDF
(InputStream input) This will load a document from an input stream.static FDFDocument
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 FDFDocumentMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FDFDocumentModifier and TypeMethodDescriptionvoid
PDAcroForm.importFDF
(FDFDocument fdf) This method will import an entire FDF document into the PDF document that this acroform is part of.