Data
Data objects represent embedded files within the PDF.
See doc.dataObjects
properties
creationDate
Secure | Type | Access |
---|---|---|
No | date | R |
The creation date of the embedded file.
description
Secure | Type | Access |
---|---|---|
No | string | R |
The description of the embedded file.
MIMEType
Secure | Type | Access |
---|---|---|
No | string | R |
The MIME type of the embedded file.
modDate
Secure | Type | Access |
---|---|---|
No | date | R |
The modification date of the embedded file.
name
Secure | Type | Access |
---|---|---|
No | string | R |
The name of the embedded file.
example:
this.dataObjects.forEach(d => { console.println(d.name) })
path
Secure | Type | Access |
---|---|---|
No | string | R |
The filename with the extension of the embedded file.
size
Secure | Type | Access |
---|---|---|
No | number | R |
The size in bytes of the embedded file.