Aspose::Pdf::TeXLoadOptions class
Contents
[
Hide
]TeXLoadOptions class
Represents options for loading/importing TeX file into PDF document.
class TeXLoadOptions : public Aspose::Pdf::LoadOptions
Methods
Method | Description |
---|---|
get_DateTime() | Gets/sets a certain value for date/time primitives like year, month, day and time. |
get_InputDirectory() | Gets/sets TeX input directory. |
get_JobName() const | Gets/set the name of the job. |
get_NoLigatures() | Gets/sets a flag that cancels ligatures in all fonts. |
get_OutputDirectory() | Gets/sets TeX output directory. |
get_RasterizeFormulas() | Gets/sets a flag that allows to rasterize math formulas. |
get_Repeat() | Gets/sets the flag indicating whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s). In general, this behavior is useful when the engine collects some data along the typesetting process and stores it in an auxilliary file, all at the first run. And at the second run, the engine somehow uses that data. |
get_RequiredInputDirectory() | Gets/sets TeX requires input directory. Required input is the files that are somehow included into the main .tex file, e.g., packages for which there’s no built-in support. |
get_ShowTerminalOutput() const | Gets/sets the flag indicating whether to show terminal output on the console. |
get_SubsetFonts() | Gets/sets the flag indicating whether to subset fonts in output file or not. |
GetLoadResult() | Gets result for TeX load and compiling - did everything go smoothly or were there any comments/errors. |
set_DateTime(System::DateTime) | Gets/sets a certain value for date/time primitives like year, month, day and time. |
set_InputDirectory(System::SharedPtr<ITeXInputDirectory>) | Gets/sets TeX input directory. |
set_JobName(System::String) | Gets/set the name of the job. |
set_NoLigatures(bool) | Gets/sets a flag that cancels ligatures in all fonts. |
set_OutputDirectory(System::SharedPtr<ITeXOutputDirectory>) | Gets/sets TeX output directory. |
set_RasterizeFormulas(bool) | Gets/sets a flag that allows to rasterize math formulas. |
set_Repeat(bool) | Gets/sets the flag indicating whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s). In general, this behavior is useful when the engine collects some data along the typesetting process and stores it in an auxilliary file, all at the first run. And at the second run, the engine somehow uses that data. |
set_RequiredInputDirectory(System::SharedPtr<ITeXInputDirectory>) | Gets/sets TeX requires input directory. Required input is the files that are somehow included into the main .tex file, e.g., packages for which there’s no built-in support. |
set_ShowTerminalOutput(bool) | Gets/sets the flag indicating whether to show terminal output on the console. |
set_SubsetFonts(bool) | Gets/sets the flag indicating whether to subset fonts in output file or not. |
TeXLoadOptions() | Creates default load options for converting TeX file into PDF document. |
See Also
- Class LoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++