Skip to content

zeropdf v1.3.0


zeropdf / DocumentSignatureOptions

Interface: DocumentSignatureOptions

Defined in: src/types.ts:408

Detached digital-signature options for generated documents.

Properties

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

Released under the ISC license.