Skip to content

PDFSignature

@scaryterry/pdfium


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

Digital signature information from a PDF.

optional byteRange: number[]

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

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


optional contents: Uint8Array<ArrayBufferLike>

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

Signature contents (the actual signature bytes).


docMDPPermission: DocMDPPermission

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

DocMDP permission level.


index: number

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

Zero-based index of the signature.


optional reason: string

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

Reason for signing.


optional subFilter: string

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

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


optional time: string

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

Signing time (PDF date string format).