PptxExporter
Overview
PptxExporter is a class in Aspose.Slides FOSS for C++.
Exporter for PPTX and related Office Open XML formats. Supports: - PPTX: Standard PowerPoint presentation - PPTM: Macro-enabled presentation - PPSX: PowerPoint show (opens in slideshow mode) - PPSM: Macro-enabled show - POTX: PowerPoint template - POTM: Macro-enabled template These formats are all OPC packages with different content types for the main presentation part.
This class provides 4 methods for working with PptxExporter objects in C++ programs.
Available methods include: export_to_path, export_to_stream, get_supported_formats, ~PptxExporter.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
~PptxExporter() | |
export_to_path(package: opc::OpcPackage, path: std::string_view) | Export the presentation to a PPTX file. |
export_to_stream(package: opc::OpcPackage, stream: std::ostream) | Export the presentation to a stream. |
get_supported_formats() → std::vector<std::string> | Get all OPC-based presentation formats. |