Platform

Markdown to PDF on macOS — without Homebrew, Pandoc or MacTeX

If you do not need a server-side toolchain, you do not need to install one. The converter runs in your browser, so any Mac with Safari can do the job.

·3 min read
Open the converter

Why an in-browser converter on macOS

The classic Mac path for Markdown to PDF is Pandoc + LaTeX. That is a powerful toolchain — and overkill for the 90% of documents that are proposals, memos, resumes and reports. The browser path skips the install entirely. The whole stack is the page you are reading plus the converter at md2document.com.

Steps on macOS

  1. Open md2document.com in Safari or Chrome.
  2. Paste your Markdown into the editor.
  3. Pick a template and theme.
  4. Press ⌘E to export PDF, or click the button.

Editor pairings

  • iA Writer / Bear — write in the editor, copy to the converter, export.
  • Obsidian / Logseq — copy the page contents from the canvas, paste, export. See the Obsidian-specific guide.
  • VS Code— open the .md file, "Select all", copy, paste. Or see the VS Code guide.

Print-to-PDF vs export-to-PDF

macOS has "Save as PDF" in the Print dialog of every app. That works — until it doesn't. The output uses the editor's on-screen rendering, so headings get the editor's styles, code blocks look like editor code blocks, and the result reads like a screenshot of an editor. The converter renders to a print-grade layout instead, with proper margins, page numbers and a cover.

FAQ

Do I need to install anything on my Mac?

No. The converter is a webpage that runs in any browser — Safari, Chrome, Firefox, Arc, Edge. Once loaded it works offline.

Will it use Pandoc or LaTeX?

No. The conversion uses a JavaScript PDF engine (react-pdf). That keeps the Mac toolchain you already have — Homebrew, MacTeX — out of the loop.

Can I use it from the macOS Markdown editor?

Yes. Copy your Markdown from any editor (iA Writer, Typora, Bear, MacDown, Obsidian, VS Code), paste into the converter, export PDF.

Related