Milldown vs pandoc

An honest comparison — because if pandoc is what you need, you should use pandoc. It's one of the great open-source tools. The short version: pandoc is a universal converter that goes every direction; Milldown does one direction — into Markdown — with a native Mac app around it.

Milldownpandoc
DirectionAnything → MarkdownNearly anything → nearly anything
InterfaceNative Mac app + menu bar + Finder + optional CLICLI (GUIs exist as third-party wrappers)
Scanned PDFsAutomatic on-device OCR (Apple Vision)No OCR — scanned PDFs yield nothing
PDFs generallyYes, text layer + OCR fallbackNot as input (pandoc writes PDFs, doesn't read them)
Web pages / YouTubePaste a URL; transcript supportHTML files yes; fetching and YouTube, no
Token analyticsPer-file token counts and savings vs the raw path
AI-workflow toolingRAG chunking (MD/JSONL), context packs, front matter, clean-up passTemplates and filters (Lua) — different aims
AutomationWatch folders, URL scheme, CLIScripts, Makefiles — excellent
PrivacyLocal — even OCR runs on-deviceLocal
Price$39 one-time, 3 Macs (7-day free trial)Free, open source (GPL)

When you should use pandoc

When Milldown fits better

Or use both

Plenty of people will: Milldown to get everything into Markdown (especially PDFs and scans), pandoc to take Markdown out to print-quality PDF or LaTeX. The formats are compatible — that's rather the point of Markdown.

Two more places pandoc wins

Using both, concretely

The common workflow is Milldown inbound, pandoc outbound. Milldown reads the formats pandoc cannot — above all PDFs and scans — and pandoc takes the resulting Markdown anywhere you need it to go:

# Milldown: PDF (or scan) -> Markdown, on-device
milldown contract.pdf -o contract.md

# pandoc: Markdown -> whatever you actually have to deliver
pandoc contract.md -o contract.docx
pandoc contract.md --pdf-engine=xelatex -o contract.pdf

Neither tool is trying to do the other’s job. Markdown in the middle is what makes the pairing work.

Try it on your own files

Milldown converts PDFs, Office documents, web pages, and scans into clean Markdown — entirely on your computer. Free for 7 days.

Download for macOS

macOS 14+ · Apple Silicon · $39 one-time after trial (excl. VAT) · no subscription