sempdf
sempdf v1.9.1Interfaces

Interface: DocumentSignatureOptions

sempdf v1.9.1


sempdf / DocumentSignatureOptions

Defined in: src/types.ts:455

Detached digital-signature options for generated documents.

Properties

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

On this page