Uses of Class
com.itextpdf.forms.fields.PdfSignatureFormField
Packages that use PdfSignatureFormField
-
Uses of PdfSignatureFormField in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfSignatureFormFieldModifier and TypeMethodDescriptionSignatureFormFieldBuilder.createSignature()Creates signature form field based on provided parameters.static PdfSignatureFormFieldPdfFormCreator.createSignatureFormField(PdfWidgetAnnotation widget, PdfDocument document) Creates a signature form field as a parent of aPdfWidgetAnnotationusing provided factory.static PdfSignatureFormFieldPdfFormCreator.createSignatureFormField(PdfDictionary dictionary) Creates a signature form field as a wrapper object around aPdfDictionaryusing provided factory.static PdfSignatureFormFieldPdfFormCreator.createSignatureFormField(PdfDocument document) Create a minimal, emptyPdfSignatureFormFieldusing 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. the line art for the handwritten signature, the text giving the signer’s name, date, reason, location and so on.Adds the signature to the signature field. -
Uses of PdfSignatureFormField in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return PdfSignatureFormFieldModifier and TypeMethodDescriptionPdfSigner.getSignatureField()Gets the signature field to be signed.