DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias FileSpecProperties

    Provides options for the PdfDocument#addEmbeddedFile method.

    type FileSpecProperties = {
        creationDate?: PdfDateTime | null;
        description?: string;
        fileName: string;
        mimeType?: string;
        modificationDate?: PdfDateTime | null;
    }
    Index

    Properties

    creationDate?: PdfDateTime | null

    The date and time when the embedded file was created.

    description?: string

    The file description.

    fileName: string

    The file name (it is used as the key, must not duplicate).

    mimeType?: string

    The file's MIME type.

    modificationDate?: PdfDateTime | null

    The date and time when the embedded file was last modified.