[]
        
(Showing Draft Content)

FileSpecProperties

Type Alias: FileSpecProperties

type FileSpecProperties = object;

Provides options for the PdfDocument#addEmbeddedFile method.

Properties

creationDate?

optional creationDate?: PdfDateTime | null;

The date and time when the embedded file was created.


description?

optional description?: string;

The file description.


fileName

fileName: string;

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


mimeType?

optional mimeType?: string;

The file's MIME type.


modificationDate?

optional modificationDate?: PdfDateTime | null;

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