Skip to content

PDFSignature

@scaryterry/pdfium


Defined in: src/core/types.ts:1387

Digital signature information from a PDF.

optional byteRange: number[]

Defined in: src/core/types.ts:1393

Byte range covered by the signature [start1, length1, start2, length2, …].


optional contents: Uint8Array<ArrayBufferLike>

Defined in: src/core/types.ts:1391

Signature contents (the actual signature bytes).


docMDPPermission: DocMDPPermission

Defined in: src/core/types.ts:1401

DocMDP permission level.


index: number

Defined in: src/core/types.ts:1389

Zero-based index of the signature.


optional reason: string

Defined in: src/core/types.ts:1397

Reason for signing.


optional subFilter: string

Defined in: src/core/types.ts:1395

Sub-filter (signature algorithm, e.g., ‘adbe.pkcs7.detached’).


optional time: string

Defined in: src/core/types.ts:1399

Signing time (PDF date string format).