Uses of Class
com.itextpdf.forms.PdfAcroForm
Packages that use PdfAcroForm
Package
Description
-
Uses of PdfAcroForm in com.itextpdf.forms
Fields in com.itextpdf.forms declared as PdfAcroFormModifier and TypeFieldDescriptionprivate PdfAcroForm
PdfPageFormCopier.formFrom
private PdfAcroForm
PdfPageFormCopier.formTo
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 TypeMethodDescriptionprivate static PdfObject
XfaForm.getXfaObject
(PdfAcroForm acroForm) Return the XFA Object, could be an array, could be a Stream.static 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.forms.xfdf
Methods in com.itextpdf.forms.xfdf with parameters of type PdfAcroFormModifier and TypeMethodDescriptionprivate void
XfdfReader.mergeFields
(FieldsObject fieldsObject, PdfAcroForm form) Merges existing FieldsObject and children FieldObject entities into the form of the pdf document associated with it. -
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.private final PdfAcroForm
PdfSigner.acroForm
AcroForm for the PdfDocument.private final PdfAcroForm
SignatureUtil.acroForm
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.