Skip to main content
An array of flags describes the document state. The event occurs every time the state changes, and it receives a set of flags describing those changes as input parameters.

Document state flags

  • Preprocessed
  • Analyzed
  • Recognized
  • HasErrors
  • Assembled
  • Verified
  • Exported
  • HasLayout

When it is launched

The script runs during document export if the document state has changed since it was read.

Parameters