# FileSpecProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / FileSpecProperties

# Type Alias: FileSpecProperties

> **FileSpecProperties** = `object`

Provides options for the [PdfDocument#addEmbeddedFile](../classes/PdfDocument#addembeddedfile) method.

## Properties

### creationDate?

> `optional` **creationDate**: [`PdfDateTime`](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`](PdfDateTime) \| `null`

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