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".
|
Modifier and Type | Method | Description |
---|---|---|
PDAcroForm |
PDDocumentCatalog.getAcroForm() |
Get the documents AcroForm.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setAcroForm(PDAcroForm acroForm) |
Sets the AcroForm for this catalog.
|
Modifier and Type | Method | Description |
---|---|---|
PDAcroForm |
PDFTemplateStructure.getAcroForm() |
Gets AcroForm
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFTemplateBuilder.createAcroFormDictionary(PDAcroForm acroForm,
PDSignatureField signatureField) |
Create AcroForm Dictionary.
|
void |
PDVisibleSigBuilder.createAcroFormDictionary(PDAcroForm acroForm,
PDSignatureField signatureField) |
|
void |
PDFTemplateBuilder.createSignatureField(PDAcroForm acroForm) |
Creates signature fields.
|
void |
PDVisibleSigBuilder.createSignatureField(PDAcroForm acroForm) |
|
void |
PDFTemplateStructure.setAcroForm(PDAcroForm acroForm) |
Sets AcroForm
|
Modifier and Type | Method | Description |
---|---|---|
PDAcroForm |
PDField.getAcroForm() |
This will get the acroform that this field is part of.
|
Constructor | 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) |
Copyright © 2002–2018. All rights reserved.