Aspose::Pdf::LatexLoadOptions class

LatexLoadOptions class

Represents options for loading/importing TeX file into PDF document.

class LatexLoadOptions : public Aspose::Pdf::TeXLoadOptions

Methods

MethodDescription
get_DateTime()Gets/sets a certain value for date/time primitives like year, month, day and time.
get_DisableFontLicenseVerifications() constGets flag to disable any license restrictions for all fonts while loading the file. When true

, allows to execute operations with font that are prohibited by a license of this font, for example allows to embed a font into a PDF document even if license rules disable embedding for this font. By default false

. | | get_InputDirectory() | Gets/sets TeX input directory. | | get_JobName() const | Gets/set the name of the job. | | get_LoadFormat() const | Represents file format which LoadOptions describes. | | 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. | | get_WarningHandler() const | Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease. | | GetLoadResult() | Gets result for TeX load and compiling - did everything go smoothly or were there any comments/errors. | | LoadOptions() | | | set_DateTime(System::DateTime) | Gets/sets a certain value for date/time primitives like year, month, day and time. | | set_DisableFontLicenseVerifications(bool) | Sets flag to disable any license restrictions for all fonts while loading the file. When true

, allows to execute operations with font that are prohibited by a license of this font, for example allows to embed a font into a PDF document even if license rules disable embedding for this font. By default false

. | | 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. | | set_WarningHandler(System::SharedPtr<IWarningCallback>) | Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease. | | TeXLoadOptions() | Creates default load options for converting TeX file into PDF document. |

Deprecated

Use TeXLoadOptions instead.

See Also