PsConversionPipeline
Overview
PsConversionPipeline is a class in Aspose.Page FOSS for Python.
Convert PS/EPS byte streams into render model documents.
This class provides 2 methods for working with PsConversionPipeline objects in Python programs.
Available methods include: __init__, build_render_model.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(interpreter: PsInterpreter, operators: OperatorRegistry, builder: RenderModelBuilder, font_resolver: FontResolver | None, image_store: PsImageStore | None) | |
build_render_model(data: bytes) → RenderDocument | Parse PS/EPS bytes and return a render document. |