Package | Description |
---|---|
org.apache.pdfbox | |
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Method and Description |
---|---|
static FDFDocument |
Loader.loadFDF(File file)
This will load a document from a file.
|
static FDFDocument |
Loader.loadFDF(InputStream input)
This will load a document from an input stream.
|
static FDFDocument |
Loader.loadFDF(String filename)
This will load a document from a file.
|
static FDFDocument |
Loader.loadXFDF(File file)
This will load a document from a file.
|
static FDFDocument |
Loader.loadXFDF(InputStream input)
This will load a document from an input stream.
|
static FDFDocument |
Loader.loadXFDF(String filename)
This will load a document from a file.
|
Modifier and Type | Method and Description |
---|---|
FDFDocument |
FDFParser.parse()
This will parse the stream and populate the FDFDocument object.
|
Modifier and Type | Method and Description |
---|---|
void |
COSWriter.write(FDFDocument doc)
This will write the fdf document.
|
Modifier and Type | Method and Description |
---|---|
FDFDocument |
PDAcroForm.exportFDF()
This will export all FDF form data.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAcroForm.importFDF(FDFDocument fdf)
This method will import an entire FDF document into the PDF document
that this acroform is part of.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.