Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDocument
Packages that use FDFDocument
Package
Description
This package holds executable classes that interact with the PDFBox application.
The pdfparser package contains classes to parse PDF documents and objects within the document.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
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 FDFDocumentModifier and TypeMethodDescriptionvoid
ExportFDF.close
(FDFDocument doc) Close the document.void
ExportXFDF.close
(FDFDocument doc) Close the document.void
ImportFDF.close
(FDFDocument doc) Close the document.void
ImportXFDF.close
(FDFDocument doc) Close the document.void
ImportFDF.importFDF
(PDDocument pdfDocument, FDFDocument fdfDocument) This will takes the values from the fdf document and import them into the PDF document.void
ImportXFDF.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 FDFDocumentModifier and TypeMethodDescriptionPDFParser.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 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.