Skip to main content

Interface: DocumentSignatureOptions

Detached digital-signature options for generated documents.

Properties

PropertyTypeDescription
contactInfo?stringSigner contact information recorded in the signature dictionary.
fieldName?stringSignature form field name.
location?stringSigning location recorded in the signature dictionary.
name?stringName of the item, field, destination, or signer.
placeholderBytes?numberReserved byte length for the serialized signature contents.
reason?stringReason string recorded in the signature dictionary.
sign(bytes) => Uint8ArrayCallback that returns CMS/PKCS#7 signature bytes for the prepared PDF byte range.