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

# Word Documents

Convert Microsoft Word documents to markdown.

## Usage

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

## Supported Formats

- `.docx`

## Example

```bash
# Convert a Word document to markdown
allmd docx report.docx -o report.md

# Output to stdout
allmd docx letter.docx --stdout
```