TeXJob
Overview
TeXJob is a class in Aspose.Tex FOSS for Python.
Main entry point for processing TeX input.
This class provides 2 methods for working with TeXJob objects in Python programs.
Available methods include: __init__, run.
All public members are accessible to any Python application after installing the Aspose.Tex FOSS for Python package.
Properties: messages.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
messages | list[str] | Read | Gets the messages. |
Methods
| Signature | Description |
|---|---|
__init__(source: InputSource, device: OutputDevice, options: TeXOptions | None) | |
run() → bytes | None |