> ## Documentation Index
> Fetch the complete documentation index at: https://allmd.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# PowerPoint

Convert PowerPoint presentations to markdown.

## Usage

```bash
allmd pptx <file> -o output.md
```

## Supported Formats

- `.pptx`

## Example

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

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