Uses of Class
com.itextpdf.forms.PdfAcroForm
Packages that use PdfAcroForm
Package
Description
-
Uses of PdfAcroForm in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfAcroFormModifier 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
Methods in com.itextpdf.forms.fields that return PdfAcroFormModifier 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
Methods in com.itextpdf.forms.xfa with parameters of type PdfAcroFormModifier 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
Fields in com.itextpdf.signatures declared as PdfAcroFormModifier and TypeFieldDescriptionprotected PdfAcroForm
LtvVerifier.acroForm
Deprecated.The fields in the revision that is being verified.Methods in com.itextpdf.signatures with parameters of type PdfAcroFormModifier 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.