Converting Markdown to PDF works on every platform — Mac, Windows, and Linux. Here's exactly how to do it on each, from the fastest zero-install method to the most powerful command-line approach.
Our Crane Markdown to PDF converter runs in any browser on any operating system. Open the page, paste your Markdown, see the preview, download PDF. No install, no account, no platform-specific steps.
This is the fastest method for one-off conversions. The PDF is generated by your browser's print engine, so it looks slightly different on each browser (Chrome and Edge produce the best results).
Convert Markdown to PDF on any device — paste and download.
Open ConverterOption 1: Pandoc via Homebrew
brew install pandoc basictexpandoc README.md -o README.pdfpandoc README.md -o README.pdf -V geometry:margin=1inOption 2: VS Code
Option 1: VS Code (recommended for Windows)
Option 2: Pandoc
pandoc README.md -o README.pdfOption 1: Pandoc via apt
sudo apt install pandoc texlive-latex-base texlive-fonts-recommendedpandoc README.md -o README.pdf| Method | Mac | Windows | Linux | Chrome OS | Mobile |
|---|---|---|---|---|---|
| Browser tool (ours) | ✓ | ✓ | ✓ | ✓ | ✓ |
| Pandoc | ✓ (Homebrew) | ✓ (installer) | ✓ (apt/dnf) | ✗ | ✗ |
| VS Code + extension | ✓ | ✓ | ✓ | ✗ | ✗ |
| md-to-pdf (npm) | ✓ | ✓ | ✓ | ✗ | ✗ |
Works on Mac, Windows, Linux, and mobile — no install.
Convert Markdown to PDF