Skip to main content

PAdES Signer Properties

info

See the Common Properties for configuration options of the AdES Signer.

The implementation class of the PAdES Signer is:

com.czertainly.signserver.module.pades.signer.PAdESSigner

It contains the integration with the DSS framework and extends the Worker interface of the SignServer. If you want to use the PAdES Signer, you must specify this property. The PAdES Signer will check the following configuration properties.

PropertyDescriptionDefault ValueMandatoryMetadata Support
SIGNATURE_SIZEConfiguration option for the signature size in case the default size is not enough for larger PDF files. You can set the custom signature size in bytes.18944NOYES
ADD_VISIBLE_SIGNATUREInclude visible signature in the signed PDF file. For more information about the configuration options for visible signatures, see the section Visible signature properties below.falseNOYES
REASONSets the reason.NONENOYES
LOCATIONSets location (The CPU host name or physical location of the signing).NONENOYES
CONTACT_INFOSets the contact information.NONENOYES
SIGNER_NAMESets the name of the signed entity.NONENOYES
SIGNATURE_FIELD_IDSets a signature field id/name to place a signature into.NONENOYES

Visible signature properties

PropertyDescriptionDefault ValueMandatoryMetadata Support
VISIBLE_SIGNATURE_PAGESets a page number where the signature field should be placed. The counting starts from 1 (one) for the first page of the document.1YESYES
VISIBLE_SIGNATURE_RECTANGLESets location and size of the signature field. It contains four comma separated values X,Y,W,H:
  • X - Sets a upper left X coordinate of the signature field
  • Y - Sets a upper left Y coordinate of the signature field
  • W - Sets a width of the signature field
  • H - Sets a height of the signature field
400,700,500,800YESYES
VISIBLE_SIGNATURE_CUSTOM_IMAGE_BASE64Sets the custom image for signature field from Base64 encoded custom data.NONENOYES
VISIBLE_SIGNATURE_CUSTOM_IMAGE_PATHSets the custom image for signature field from path.NONENOYES
VISIBLE_SIGNATURE_CUSTOM_IMAGE_MIME_TYPESets the MIME type of the custom image used for signature field.image/pngNOYES
VISIBLE_SIGNATURE_CUSTOM_IMAGE_RESIZE_TO_RECTANGLEResize image to fit to rectangle specified for the signature field.falseNOYES