Package | Description |
---|---|
org.apache.pdfbox.multipdf | |
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 |
---|---|
private void |
PDFMergerUtility.acroFormJoinFieldsMode(PDFCloneUtility cloner,
PDAcroForm destAcroForm,
PDAcroForm srcAcroForm) |
private void |
PDFMergerUtility.acroFormLegacyMode(PDFCloneUtility cloner,
PDAcroForm destAcroForm,
PDAcroForm srcAcroForm) |
private boolean |
PDFMergerUtility.isDynamicXfa(PDAcroForm acroForm)
Test for dynamic XFA content.
|
Modifier and Type | Field and Description |
---|---|
private PDAcroForm |
PDDocumentCatalog.cachedAcroForm |
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDDocumentCatalog.getAcroForm()
Get the documents AcroForm.
|
Modifier and Type | Method and Description |
---|---|
private void |
PDDocument.assignAcroFormDefaultResource(PDAcroForm acroForm,
COSDictionary newDict) |
private void |
PDDocument.prepareVisibleSignature(PDSignatureField signatureField,
PDAcroForm acroForm,
COSDocument visualSignature) |
void |
PDDocumentCatalog.setAcroForm(PDAcroForm acroForm)
Sets the AcroForm for this catalog.
|
Modifier and Type | Field and Description |
---|---|
private PDAcroForm |
PDFTemplateStructure.acroForm |
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDFTemplateStructure.getAcroForm()
Gets AcroForm
|
Modifier and Type | Method and 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 | Field and Description |
---|---|
private PDAcroForm |
PDFieldTree.acroForm |
private PDAcroForm |
PDField.acroForm |
Modifier and Type | Method and Description |
---|---|
PDAcroForm |
PDField.getAcroForm()
This will get the acroform that this field is part of.
|
Modifier and Type | Method and Description |
---|---|
private static PDField |
PDFieldFactory.createButtonSubType(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent) |
private static PDField |
PDFieldFactory.createChoiceSubType(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent) |
(package private) static PDField |
PDFieldFactory.createField(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a COSField subclass from the given field.
|
(package private) static PDField |
PDField.fromDictionary(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a COSField subclass from the given COS field.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AcroFormValidationProcess.checkNeedAppearences(PreflightContext ctx,
PDAcroForm acroForm)
This method checks if the NeedAppearances entry is present.
|