| Package | Description |
|---|---|
| com.aspose.tex | |
| com.aspose.tex.rendering |
| 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 |
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 |
XpsDevice.create()
Creates a copy of this device.
|
| Constructor and Description |
|---|
Device(Device device)
Clone constructor.
|
Copyright © 2021 Aspose. All Rights Reserved.