com.aspose.tex.rendering
Contents
[
Hide
]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.
Classes
Class | Description |
---|---|
BmpSaveOptions | Class representing options of saving to BMP image(s). |
ColoredStroke | Represents the colored stroke. |
Device | Implements the interface for outputting text and graphic content to abstract device. |
GlyphData | Container class for glyph data required for precise typesetting of a text string. |
ImageDevice | Implements the interface for outputting text and graphic content to image(s). |
ImageSaveOptions | Basic class representing options of saving to raster images. |
JpegSaveOptions | Class representing options of saving to JPEG image(s). |
PdfDevice | Implements the interface for outputting text and graphic content to PDF document. |
PdfEncryptionDetails | Contains details for a pdf encryption. |
PdfSaveOptions | Class representing options of saving to PDF. |
PngSaveOptions | Class representing options of saving to PNG image(s). |
SaveOptions | Basic class for document saving options. |
SvgDevice | Implements the interface for outputting text and graphic content to image(s). |
SvgSaveOptions | Class representing options of saving to SVG. |
TiffSaveOptions | Class representing options of saving to TIFF image(s). |
XpsDevice | Implements the interface for outputting text and graphic content to XPS document. |
XpsSaveOptions | Class representing options of saving to XPS. |
Interfaces
Interface | Description |
---|---|
IFragmentRasterizer | Interface that allows to rasterize TeX fragments. |
IInteractiveDevice | The interface defining interactive features processing methods. |
Enumerations
Enum | Description |
---|---|
InterpolationMode | Specifies the algorithm that is used when images are scaled or rotated. |
PdfEncryptionAlgorithm | Encryption mode enumeration. |
PdfImageCompression | Specifies the type of compression applied to images in the PDF file. |
PdfTextCompression | Specifies a type of compression applied to all contents in the PDF file except images. |
SmoothingMode | Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. |
TiffCompression | Enumerates TIFF compression schemes. |