Java com.itextpdf.text.pdf PdfSignatureAppearance fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PdfSignatureAppearance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PdfSignatureAppearance.

The text is from its open source code.

Field

intNOT_CERTIFIED
Approval signature
intCERTIFIED_NO_CHANGES_ALLOWED
Author signature, no changes allowed
intCERTIFIED_FORM_FILLING
Author signature, form filling allowed
intCERTIFIED_FORM_FILLING_AND_ANNOTATIONS
Author signature, form filling and annotations allowed

Method

voidclose(PdfDictionary update)
This is the last method to be called when using external signatures.
StringgetContact()
Gets the signing contact.
PdfTemplategetLayer(int layer)
Gets a template layer to create a signature appearance.
StringgetLocation()
Gets the signing location.
StringgetNewSigName()
Gets a new signature field name that doesn't clash with any existing name.
InputStreamgetRangeStream()
Gets the document bytes that are hashable when using external signatures.
StringgetReason()
Gets the signing reason.
java.util.CalendargetSignDate()
Gets the signature date.
PdfStampergetStamper()
Gets the PdfStamper associated with this instance.
voidpreClose(HashMap exclusionSizes)
This is the first method to be called when using external signatures.
voidsetAcro6Layers(boolean acro6Layers)
Acrobat 6.0 and higher recommends that only layer n0 and n2 be present.
voidsetCertificate(Certificate signCertificate)
Sets the certificate used to provide the text in the appearance.
voidsetCertificationLevel(int certificationLevel)
Sets the document type to certified instead of simply signed.
voidsetContact(String contact)
Sets the signing contact.
voidsetCryptoDictionary(com.itextpdf.text.pdf.PdfDictionary cryptoDictionary)
Sets a user made signature dictionary.
voidsetImage(Image image)
Sets the background image for the layer 2.
voidsetLayer2Font(Font layer2Font)
Sets the n2 and n4 layer font.
voidsetLayer2Text(String text)
Sets the signature text identifying the signer.
voidsetLocation(String location)
Sets the signing location.
voidsetReason(String reason)
Sets the signing reason.
voidsetRenderingMode(RenderingMode renderingMode)
Sets the rendering mode for this signature.
voidsetSignatureCreator(String signatureCreator)
Sets the name of the application used to create the signature.
voidsetSignatureGraphic(Image signatureGraphic)
Sets the Image object to render when Render is set to RenderingMode.GRAPHIC or RenderingMode.GRAPHIC_AND_DESCRIPTION.
voidsetSignDate(java.util.Calendar signDate)
Sets the signature date.
voidsetVisibleSignature(Rectangle pageRect, int page, String fieldName)
Sets the signature to be visible.
voidsetVisibleSignature(String fieldName)
Sets the signature to be visible.