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

NameTypeAccessDescription
job_namestrReadGets the job name.
magnificationintReadGets the magnification.
extra_font_pathslist[Path]ReadGets the extra font paths.
load_formatbool | str | NoneReadGets the load format.
extra_format_pathslist[Path]ReadGets the extra format paths.

See Also