| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel | 
 The PDModel package represents a high level API for creating and manipulating PDF documents. 
 | 
| org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible | 
 This is the visual signature part that help creating the visual representation for the digital signature. 
 | 
| org.apache.pdfbox.pdmodel.interactive.form | 
 The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". 
 | 
| org.apache.pdfbox.preflight.process | 
| Modifier and Type | Method and Description | 
|---|---|
PDAcroForm | 
PDDocumentCatalog.getAcroForm()
Get the documents AcroForm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDDocumentCatalog.setAcroForm(PDAcroForm acroForm)
Sets the AcroForm for this catalog. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PDAcroForm | 
PDFTemplateStructure.getAcroForm()
Gets AcroForm 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDVisibleSigBuilder.createAcroFormDictionary(PDAcroForm acroForm,
                        PDSignatureField signatureField)  | 
void | 
PDFTemplateBuilder.createAcroFormDictionary(PDAcroForm acroForm,
                        PDSignatureField signatureField)
Create AcroForm Dictionary. 
 | 
void | 
PDVisibleSigBuilder.createSignatureField(PDAcroForm acroForm)  | 
void | 
PDFTemplateBuilder.createSignatureField(PDAcroForm acroForm)
Creates signature fields. 
 | 
void | 
PDFTemplateStructure.setAcroForm(PDAcroForm acroForm)
Sets AcroForm 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PDAcroForm | 
PDField.getAcroForm()
This will get the acroform that this field is part of. 
 | 
| Constructor and Description | 
|---|
PDButton(PDAcroForm acroForm)  | 
PDCheckBox(PDAcroForm acroForm)  | 
PDChoice(PDAcroForm acroForm)  | 
PDComboBox(PDAcroForm acroForm)  | 
PDFieldTree(PDAcroForm acroForm)
Constructor for reading. 
 | 
PDListBox(PDAcroForm acroForm)  | 
PDNonTerminalField(PDAcroForm acroForm)
Constructor. 
 | 
PDPushButton(PDAcroForm acroForm)  | 
PDRadioButton(PDAcroForm acroForm)  | 
PDSignatureField(PDAcroForm acroForm)  | 
PDTerminalField(PDAcroForm acroForm)
Constructor. 
 | 
PDTextField(PDAcroForm acroForm)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AcroFormValidationProcess.checkNeedAppearences(PreflightContext ctx,
                    PDAcroForm acroForm)
This method checks if the NeedAppearances entry is present. 
 | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.