Aspose::TeX::TeXJob::CreateFormat method

TeXJob::CreateFormat method

Runs TeX engine in INITEX mode to create a format file (.fmt).

static void Aspose::TeX::TeXJob::CreateFormat(System::String path, System::SharedPtr<TeXOptions> options)
ParameterTypeDescription
pathSystem::StringThe path to the main format source file.
optionsSystem::SharedPtr<TeXOptions>TeX engine run options.

See Also