allmd
CLI

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

On this page