Skip to main content

DOCUMENT_PANEL_COMMAND

Executes an array of commands in the document preview panel (e.g. CREATE_PDF, CREATE_TOC)

At a glance

  • Category Browser

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
commandsArray of strings representing commands to execute (e.g. ["CREATE_TOC", "CREATE_PDF"])NonetruefalseNoneNone

Examples

Generate PDF and ToC

- step: DOCUMENT_PANEL_COMMAND
commands:
- CREATE_TOC
- CREATE_PDF

See Also

General Resources: