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

    Interface AttachmentOptions

    Options for embedding a file attachment (see GigaPdfDoc.addAttachment).

    interface AttachmentOptions {
        mime?: string;
        description?: string;
    }
    Index

    Properties

    Properties

    mime?: string

    The embedded stream /Subtype MIME type (e.g. "application/pdf").

    description?: string

    A human-readable description (/Desc).