Uses of Class
com.itextpdf.forms.PdfAcroForm
Package
Description
-
Uses of PdfAcroForm in com.itextpdf.forms
Modifier and TypeMethodDescriptionstatic PdfAcroForm
PdfAcroForm.getAcroForm
(PdfDocument document, boolean createIfNotExist) Retrieves AcroForm from the document.static PdfAcroForm
PdfAcroForm.getAcroForm
(PdfDocument document, boolean createIfNotExist, OnDuplicateFormFieldNameStrategy onDuplicateFieldNameStrategy) Retrieves AcroForm from the document.Put a key/value pair in the dictionary and overwrite previous value if it already exists.PdfAcroForm.setCalculationOrder
(PdfArray calculationOrder) Sets theCO
array property on the AcroForm.PdfAcroForm.setDefaultAppearance
(String appearance) Sets theDA
String property on the AcroForm.PdfAcroForm.setDefaultJustification
(int justification) Sets theQ
integer property on the AcroForm.PdfAcroForm.setDefaultResources
(PdfDictionary defaultResources) Sets theDR
dictionary property on the AcroForm.PdfAcroForm.setNeedAppearances
(boolean needAppearances) Sets theNeedAppearances
boolean property on the AcroForm.PdfAcroForm.setSignatureFlag
(int sigFlag) Changes theSigFlags
integer property on the AcroForm.PdfAcroForm.setSignatureFlags
(int sigFlags) Sets theSigFlags
integer property on the AcroForm.PdfAcroForm.setXFAResource
(PdfArray xfaResource) Sets theXFA
property on the AcroForm.PdfAcroForm.setXFAResource
(PdfStream xfaResource) Sets theXFA
property on the AcroForm. -
Uses of PdfAcroForm in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionstatic PdfAcroForm
PdfFormCreator.getAcroForm
(PdfDocument document, boolean createIfNotExist) Retrieves AcroForm from the document using provided factory.PdfFormFactory.getAcroForm
(PdfDocument document, boolean createIfNotExist) Retrieves AcroForm from the document. -
Uses of PdfAcroForm in com.itextpdf.forms.xfa
Modifier and TypeMethodDescriptionstatic void
XfaForm.setXfaForm
(XfaForm form, PdfAcroForm acroForm) Sets the XFA key from a byte array.void
XfaForm.write
(PdfAcroForm acroForm) Write the XfaForm to the providedPdfAcroForm
. -
Uses of PdfAcroForm in com.itextpdf.signatures
Modifier and TypeFieldDescriptionprotected PdfAcroForm
LtvVerifier.acroForm
The fields in the revision that is being verified.Modifier and TypeMethodDescriptionprotected PdfSigFieldLock
PdfSigner.createNewSignatureFormField
(PdfAcroForm acroForm, String name) Creates new signature form field and adds it to the acroForm object.protected PdfSigFieldLock
PdfSigner.populateExistingSignatureFormField
(PdfAcroForm acroForm) Populates already existing signature form field in the acroForm object.