Package | Description |
---|---|
com.aspose.tex |
The com.aspose.tex is a root package for all classes that deal with TeX files.
|
Modifier and Type | Method and Description |
---|---|
static TeXOptions |
TeXOptions.consoleAppOptions(TeXConfig config)
Returns options for use in console application.
|
Modifier and Type | Method and Description |
---|---|
static void |
TeXJob.createFormat(String path,
TeXOptions options)
Runs TeX engine in INITEX mode to create a format file (.fmt).
|
Constructor and Description |
---|
TeXJob(Device device,
TeXOptions options)
Creates a TeX job for running the engine in production mode to typeset a TeX file.
|
TeXJob(InputStream stream,
Device device,
TeXOptions options)
Creates a TeX job for running the engine in production mode to typeset a TeX file.
|
TeXJob(String path,
Device device,
TeXOptions options)
Creates a TeX job for running the engine in production mode to typeset a TeX file.
|
Copyright © 2022 Aspose. All Rights Reserved.