This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exporters/presentation-exporter.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. PresentationExporter

Exports documents to presentation formats including PowerPoint (.pptx).

from nutrient_sdk import PresentationExporter

Construction

PresentationExporter()

Creates a new PresentationExporter instance with default settings.

Implements