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.

Word Documents

Convert Microsoft Word documents to markdown.

Usage

allmd docx <file> -o output.md

Supported Formats

  • .docx

Example

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

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