Appearance
zeropdf / DocumentSignatureOptions
Interface: DocumentSignatureOptions
Defined in: src/types.ts:408
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:416 |
fieldName? | string | Signature form field name. | src/types.ts:410 |
location? | string | Signing location recorded in the signature dictionary. | src/types.ts:414 |
name? | string | Name of the item, field, destination, or signer. | src/types.ts:418 |
placeholderBytes? | number | Reserved byte length for the serialized signature contents. | src/types.ts:420 |
reason? | string | Reason string recorded in the signature dictionary. | src/types.ts:412 |
sign | (bytes) => Uint8Array | Callback that returns CMS/PKCS#7 signature bytes for the prepared PDF byte range. | src/types.ts:422 |