[]
DsPdfJS API / FileSpecProperties
FileSpecProperties =
object
Provides options for the PdfDocument#addEmbeddedFile method.
optionalcreationDate:PdfDateTime|null
The date and time when the embedded file was created.
optionaldescription:string
The file description.
fileName:
string
The file name (it is used as the key, must not duplicate).
optionalmimeType:string
The file's MIME type.
optionalmodificationDate:PdfDateTime|null
The date and time when the embedded file was last modified.