OutputDevice
Overview
OutputDevice is a class in Aspose.Tex FOSS for Python.
Inherits from: abc.ABC.
Abstract base class for output device implementations.
This class provides 3 methods for working with OutputDevice objects in Python programs.
Available methods include: __init__, finalize, get_bytes.
Public members are accessible to Python applications after installing the Aspose.TeX FOSS package.
Properties: destination.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
destination | Path | io.BytesIO | Read | Gets the destination. |
Methods
| Signature | Description |
|---|---|
__init__(destination: Path | io.BytesIO | None) | |
finalize() | |
get_bytes() → bytes | None | Returns the bytes. |