Run
Execute file of ONLYOFFICE Document Builder commands.
Syntax
def Run(self, str path);
Parameters
Parameter | Type | Description |
---|---|---|
path | str | The path to the ONLYOFFICE Document Builder executable. |
Example
- Python
- .docbuilder
import docbuilder
builder = docbuilder.CDocBuilder()
builder.Run("path-to-script.docbuilder")
docbuilder.exe mydocument.docbuilder