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.

PDF

Parse PDF files and convert their text content to markdown.

Usage

allmd pdf <file> -o output.md

Supported Formats

  • .pdf files

Example

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

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