PptxExporter
Overview
PptxExporter is a class in Aspose.Slides for Python.
Inherits from: ExporterBase.
Exporter for PPTX and related Office Open XML formats.
Methods
| Signature | Description |
|---|---|
__init__(target_format: str) | Initialize the PPTX exporter. |
export_to_path(package: OpcPackage, path: str, options: Optional[Any]) | Export the presentation to a PPTX file. |
export_to_stream(package: OpcPackage, stream: BinaryIO, options: Optional[Any]) | Export the presentation to a stream. |
get_supported_formats() → list[str] | Get all OPC-based presentation formats. |