PptxExporter

Overview

PptxExporter is a class in Aspose.Slides for CPP. Inherits from: PptxExporter.

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.

Methods

SignatureDescription
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.