PsConversionPipeline

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

SignatureDescription
__init__(interpreter: PsInterpreter, operators: OperatorRegistry, builder: RenderModelBuilder, font_resolver: FontResolver | None, image_store: PsImageStore | None)
build_render_model(data: bytes)RenderDocumentParse PS/EPS bytes and return a render document.

See Also