pdf-lite - v1.0.1
    Preparing search index...

    Handles digital signing operations for PDF documents. Processes signature objects and optionally stores revocation information in the DSS.

    const signer = new PdfSigner()
    const signedDoc = await signer.sign(document)
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    useDocumentSecurityStore: boolean = true

    Whether to use the Document Security Store for revocation information.

    Methods