Aspose.TeX FOSS for Python
Requires Python 3.10 or later. No external dependencies.
git clone https://github.com/aspose-tex-foss/Aspose.TeX-FOSS-for-Python.git
cd Aspose.TeX-FOSS-for-Python
pip install -e .Select a section to begin:
Key capabilities
TeXJobis the main entry point: it accepts an input source and an output device, then produces typeset output whenrun()is called.- Three interchangeable output devices —
PdfDevice,DviDevice, andSvgDevice— produce PDF, DVI, and SVG output respectively. FileInputSourceandStringInputSourcesupply TeX markup from a file on disk or an in-memory Python string.TeXOptionsconfigures engine behavior, including job name, magnification, and extra font/format search paths.