Package | Description |
---|---|
com.aspose.tex |
The com.aspose.tex is a root package for all classes that deal with TeX files.
|
com.aspose.tex.rendering |
The com.aspose.tex.rendering package provides classes of available devices and save options that can be used while converting TeX(LaTeX) to other formats.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDevice
Implements the interface for outputting text and graphic content to image(s).
|
class |
PdfDevice
Implements the interface for outputting text and graphic content to PDF document.
|
class |
SvgDevice
Implements the interface for outputting text and graphic content to image(s).
|
class |
XpsDevice
Implements the interface for outputting text and graphic content to XPS document.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.create()
Creates a copy of this device.
|
Device |
ImageDevice.create()
Creates a copy of this device.
|
Device |
PdfDevice.create()
Creates a copy of this device.
|
Device |
SvgDevice.create()
Creates a copy of this device.
|
Device |
XpsDevice.create()
Creates a copy of this device.
|
Constructor and Description |
---|
Device(Device device)
Clone constructor.
|
Copyright © 2022 Aspose. All Rights Reserved.