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 ValueMandatory
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.18944NO
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.falseNO
REASONSets the reason.NONENO
LOCATIONSets location (The CPU host name or physical location of the signing).NONENO
CONTACT_INFOSets the contact information.NONENO
SIGNER_NAMESets the name of the signed entity.NONENO
SIGNATURE_FIELD_IDSets a signature field id/name to place a signature into.NONENO

Visible signature properties

PropertyDescriptionDefault ValueMandatory
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.1YES
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,800YES
VISIBLE_SIGNATURE_CUSTOM_IMAGE_BASE64Sets the custom image for signature field from Base64 encoded custom data.NONENO
VISIBLE_SIGNATURE_CUSTOM_IMAGE_PATHSets the custom image for signature field from path.NONENO
VISIBLE_SIGNATURE_CUSTOM_IMAGE_MIME_TYPESets the MIME type of the custom image used for signature field.image/pngNO
VISIBLE_SIGNATURE_CUSTOM_IMAGE_RESIZE_TO_RECTANGLEResize image to fit to rectangle specified for the signature field.falseNO