DocumentExportResult is a JavaScript object that provides access to document export results.
Before a Custom activity runs — or before an Output (External system) script runs — Vantage exports each document to the formats configured on the activity (for example, JSON or PDF). Access these exported files via Document.Exports to send them to third-party systems.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| FileName | string | Read-only | The name of the file. |
| ExportFormat | ExportFormat | Read-only | The export format. |
Properties["PageIndex"] | string | Read-only | Page sequence number (JPG export only). |
Methods
ToJson
ResultFiles
A read-only collection ofDocumentExportResult objects. Filter results by export format.
Methods
GetByFormat
DocumentExportResult for the specified export format.
