Uses of Class
com.itextpdf.forms.fields.PdfSignatureFormField
-
Uses of PdfSignatureFormField in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionSignatureFormFieldBuilder.createSignature()
Creates signature form field based on provided parameters.static PdfSignatureFormField
PdfFormCreator.createSignatureFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a signature form field as a parent of aPdfWidgetAnnotation
using provided factory.static PdfSignatureFormField
PdfFormCreator.createSignatureFormField
(PdfDictionary dictionary) Creates a signature form field as a wrapper object around aPdfDictionary
using provided factory.static PdfSignatureFormField
PdfFormCreator.createSignatureFormField
(PdfDocument document) Create a minimal, emptyPdfSignatureFormField
using provided factory.PdfFormFactory.createSignatureFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a signature form field as a parent of aPdfWidgetAnnotation
.PdfFormFactory.createSignatureFormField
(PdfDictionary dictionary) Creates a signature form field as a wrapper object around aPdfDictionary
.PdfFormFactory.createSignatureFormField
(PdfDocument document) Create a minimal, emptyPdfSignatureFormField
.PdfSignatureFormField.setBackgroundLayer
(PdfFormXObject n0) Sets the background layer that is present when creating the signature field.PdfSignatureFormField.setIgnorePageRotation
(boolean ignore) Sets the boolean value which indicates if page rotation should be ignored for the signature appearance.PdfSignatureFormField.setReuseAppearance
(boolean reuseAppearance) Indicates that the existing appearances needs to be reused as a background.PdfSignatureFormField.setSignatureAppearanceLayer
(PdfFormXObject n2) Sets the signature appearance layer that contains information about the signature, e.g.Adds the signature to the signature field. -
Uses of PdfSignatureFormField in com.itextpdf.signatures
Modifier and TypeMethodDescriptionPdfSigner.getSignatureField()
Gets the signature field to be signed.