TeXOptions
Overview
TeXOptions is a class in Aspose.Tex FOSS for Python.
r"““Configuration for a TeX processing job.
Properties: extra_font_paths, extra_format_paths, job_name, load_format, magnification.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
job_name | str | Read | Gets the job name. |
magnification | int | Read | Gets the magnification. |
extra_font_paths | list[Path] | Read | Gets the extra font paths. |
load_format | bool | str | None | Read | Gets the load format. |
extra_format_paths | list[Path] | Read | Gets the extra format paths. |