Export PPTX
Export a registered all-slides deck to PowerPoint:
studio export <deck_id> --format pptx --profile final
PPTX is the first supported export format.
Requirements
Every scene in the deck must use:
renderer: manim-slides
Decks containing any non-manim-slides scene return unsupported_deck and list
the incompatible scene targets.
HTML, PDF, ZIP, and other export formats currently return unsupported.
Export Flow
PPTX export:
- renders each registered Manim Slides scene
- collects
slides/<ClassName>.jsonandslides/files/<ClassName>/ - copies those outputs into an isolated export build
- runs
manim-slides convert --to=pptx - lists the generated
.pptxas apresentationartifact
The generated file can be discovered with:
studio inspect <export-build-id>
or through the MCP get_artifacts tool.
Compatibility Note
Manim Slides documents PPTX conversion as experimental because playback support can vary between PowerPoint and LibreOffice versions. PowerPoint or LibreOffice is not required to generate the file in the runtime container.