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

NameTypeAccessDescription
messageslist[str]ReadGets the messages.

Methods

SignatureDescription
__init__(source: InputSource, device: OutputDevice, options: TeXOptions | None)
run()bytes | None

See Also