Skip to content

modern-pdf-lib


modern-pdf-lib / findSignatures

Function: findSignatures()

findSignatures(pdfBytes): object[]

Defined in: src/signature/byteRange.ts:587

Find all signature fields in a PDF and extract their ByteRange and Contents information.

Parameters

pdfBytes

Uint8Array

The PDF bytes to scan.

Returns

object[]

Array of signature info objects.

Released under the MIT License.