Aspose::TeX::TeXJob class

TeXJob class

Implements features of a TeX job.

class TeXJob : public System::Object

Methods

MethodDescription
static CreateFormat(System::String, System::SharedPtr<TeXOptions>)Runs TeX engine in INITEX mode to create a format file (.fmt).
Run()Runs TeX job.
TeXJob(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>)Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXJob(System::String, System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>)Creates a TeX job for running the engine in production mode to typeset a TeX file.
TeXJob(System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>)Creates a TeX job for running the engine in production mode to typeset a TeX document. The engine will prompt the file name as soon as it starts. Thus this run is supposed to be interactive.

See Also