> ## 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.

# PDF

Parse PDF files and convert their text content to markdown.

## Usage

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

## Supported Formats

- `.pdf` files

## Example

```bash
# Convert a PDF to markdown
allmd pdf document.pdf -o document.md

# Output to stdout
allmd pdf report.pdf --stdout
```