ExporterBase

Overview

ExporterBase is a class in Aspose.Slides for Python. Inherits from: ABC.

Abstract base class for presentation format exporters.

Methods

SignatureDescription
export_to_path(package: OpcPackage, path: str, options: Optional[Any])Export the presentation to a file path.
export_to_stream(package: OpcPackage, stream: BinaryIO, options: Optional[Any])Export the presentation to a binary stream.
get_supported_formats()list[str]Get the list of SaveFormat values this exporter supports.
export(package: OpcPackage, destination: Union[str, BinaryIO], options: Optional[Any])Export to either a file path or stream.