Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

PowerPoint

Convert PowerPoint presentations to markdown.

Usage

allmd pptx <file> -o output.md

Supported Formats

  • .pptx

Example

# Convert a presentation to markdown
allmd pptx slides.pptx -o slides.md

# Output to stdout
allmd pptx deck.pptx --stdout