[]
type FileSpecProperties = object;
Provides options for the PdfDocument#addEmbeddedFile method.
optional creationDate?: PdfDateTime | null;
The date and time when the embedded file was created.
optional description?: string;
The file description.
fileName: string;
The file name (it is used as the key, must not duplicate).
optional mimeType?: string;
The file's MIME type.
optional modificationDate?: PdfDateTime | null;
The date and time when the embedded file was last modified.