Aspose.TeX FOSS for Python
Requires Python 3.10 or later. No external dependencies.
asposefoss/tex is not yet published — build from source until it ships. See the project README for build instructions.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.