Package | Description |
---|---|
org.apache.pdfbox |
This package holds executable classes that interact with the PDFBox application.
|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportXFDF.close(FDFDocument doc)
Close the document.
|
void |
ImportFDF.close(FDFDocument doc)
Close the document.
|
void |
ExportXFDF.close(FDFDocument doc)
Close the document.
|
void |
ExportFDF.close(FDFDocument doc)
Close the document.
|
void |
ImportXFDF.importFDF(PDDocument pdfDocument,
FDFDocument fdfDocument)
This will takes the values from the fdf document and import them into the
PDF document.
|
void |
ImportFDF.importFDF(PDDocument pdfDocument,
FDFDocument fdfDocument)
This will takes the values from the fdf document and import them into the
PDF document.
|
Modifier and Type | Method and Description |
---|---|
FDFDocument |
PDFParser.getFDFDocument()
This will get the FDF document that was parsed.
|
Modifier and Type | Method and Description |
---|---|
static FDFDocument |
FDFDocument.load(File file)
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 |
FDFDocument.load(String filename)
This will load a document from a file.
|
static FDFDocument |
FDFDocument.loadXFDF(File file)
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 |
FDFDocument.loadXFDF(String filename)
This will load a document from a file.
|
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-2015 The Apache Software Foundation. All Rights Reserved.