@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface SignP12Options

    Signature-dictionary metadata for GigaPdfDoc.signP12.

    interface SignP12Options {
        name?: string;
        reason?: string;
        date?: string;
        location?: string;
        contactInfo?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name?: string

    /Name — human-readable signer name.

    reason?: string

    /Reason — why the document is being signed.

    date?: string

    /M — signing time as a PDF date string, e.g. D:20260616120000Z.

    location?: string

    /Location — physical or logical signing location.

    contactInfo?: string

    /ContactInfo — how to reach the signer.