Skip to main content
Document provides access to the document being processed — its pages, source files, and the skill applied to it.

Properties

NameTypeAccess levelDescription
DocumentIdstringRead-onlyThe document identifier.
DocumentSkillIdstringRead-onlyThe identifier of the Document skill applied.
DocumentSkillNamestringRead-onlyThe name of the Document skill applied.
PagesPage[]Read-onlyThe collection of pages in the document.
SourceFilesSourceFile[]Read-onlyThe source files the document was created from.

Context

The Context global object — access the document, fields, and skill parameters from inside a rule.

Page

A single document page.

SourceFile

A source file used as input to the document.

Object model

Full JavaScript object reference for use in Advanced Script Rules.