Data

Data objects represent embedded files within the PDF.

See doc.dataObjects

properties

creationDate

SecureTypeAccess
NodateR

The creation date of the embedded file.


description

SecureTypeAccess
NostringR

The description of the embedded file.


MIMEType

SecureTypeAccess
NostringR

The MIME type of the embedded file.


modDate

SecureTypeAccess
NodateR

The modification date of the embedded file.


name

SecureTypeAccess
NostringR

The name of the embedded file.

example:

this.dataObjects.forEach(d => { console.println(d.name) })

path

SecureTypeAccess
NostringR

The filename with the extension of the embedded file.


size

SecureTypeAccess
NonumberR

The size in bytes of the embedded file.