sempdf v1.9.1Interfaces
Interface: DocumentSignatureOptions
sempdf / DocumentSignatureOptions
Defined in: src/types.ts:455
Detached digital-signature options for generated documents.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contactInfo? | string | Signer contact information recorded in the signature dictionary. | src/types.ts:463 |
fieldName? | string | Signature form field name. | src/types.ts:457 |
location? | string | Signing location recorded in the signature dictionary. | src/types.ts:461 |
name? | string | Name of the item, field, destination, or signer. | src/types.ts:465 |
placeholderBytes? | number | Reserved byte length for the serialized signature contents. | src/types.ts:467 |
reason? | string | Reason string recorded in the signature dictionary. | src/types.ts:459 |
sign | (bytes) => Uint8Array | Callback that returns CMS/PKCS#7 signature bytes for the prepared PDF byte range. | src/types.ts:469 |