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

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

path

Secure Type Access
No string R

The file name with extension of the embedded file.


size

Secure Type Access
No number R

The size in bytes of the embedded file.

Resources

Revu 21

Revu JavaScript

JavaScript

The Revu API Reference Guide documents all JavaScript capabilities available in Revu.