Most “free” markdown-to-PDF converters stamp a watermark on the export — that’s the business model. Five tools that don’t, ranked honestly, with the catch each one carries.
TL;DR — the free, no-watermark options
Free markdown to PDF, no watermark exists. The honest short list, in order of how little setup each requires:
- mdclaudy — free tier, 50 documents, 5 designed PDFs per month, no watermark on basic templates, no install. Try at /tools/markdown-to-pdf.
- Pandoc — open source, unlimited, no watermark, install requires a LaTeX distribution (~4GB).
- md-to-pdf — npm package, unlimited, no watermark, requires Node.js and your own CSS.
- Browser print — built into Chrome/Edge/Safari, no watermark, output looks like a webpage.
- VS Code Markdown PDF — free extension, unlimited, no watermark, Chromium engine.
Avoid: any online converter that promises “free” and lands a footer line on your PDF — they all do, and the watermark is the whole reason the service exists.
Why most free converters add a watermark
The math is simple. A web-based PDF converter has hosting costs — Chromium instances on a server cost real money to run. The watermark is how the free tier pays for the paid tier. Convert your PDF for free; the recipient sees “Converted by [Tool Name] — Try it free at [link]” in the footer; they click the link; one of them upgrades. The watermark is an ad embedded in your document.
Open-source tools (Pandoc, md-to-pdf, the VS Code extension) skip this entirely because they monetize differently — through sponsorship, not through your PDF. mdclaudy’s free tier skips it because free is the trial, not the product — the product is the library, the full template set, and the Pro plan.
The five truly free, no-watermark options
1. mdclaudy (free tier)
Sign up, paste markdown, pick a template, hit export. The PDF lands with no watermark, no “converted by” line, no QR code encouraging the recipient to use the tool. The free tier covers fifty documents in the library and five designed exports per month. The catch is the export cap: if you ship more than five PDFs a month, you’ll want Pro at $8/month, which lifts the cap and unlocks the full fifteen-template library.
The reason to use it over Pandoc or md-to-pdf: no install, real templates, designed output. The reason not to: if you ship dozens of PDFs a month from a CI script, an unlimited-free open-source tool is the right pick.
2. Pandoc
The universal document converter. Install Pandoc plus a LaTeX distribution (TeX Live on macOS/Linux, MiKTeX on Windows), then:
pandoc input.md -o output.pdfNo watermark. No quota. No tracking. The output is plain academic LaTeX by default — to make it look designed, pair with the Eisvogel template. The full Pandoc walk-through is in the cluster hub: markdown to PDF.
3. md-to-pdf (npm)
Node-based, Chromium engine, fully open source. Two minutes from install to first PDF:
npm install -g md-to-pdf
md-to-pdf input.mdNo watermark, no quota. The catch is that the design is up to you — no templates ship with it. Bring your own CSS, or accept the default which looks like a cleaned-up GitHub README.
4. Browser print (Ctrl+P)
Open the rendered markdown in any browser (via a markdown viewer extension, a GitHub gist, or an editor with HTML export), hit Ctrl/Cmd+P, save as PDF. Free, no watermark, no signup, no install.
The catch is the output. It will look like a webpage saved as a PDF — because that’s exactly what it is. Default browser fonts, web margins, page breaks landing wherever Chromium chooses. For a throwaway PDF, fine. For a document you’re proud of, not the path.
5. VS Code Markdown PDF extension
Install the Markdown PDF extension by yzane in VS Code. Right-click any .md file, choose Markdown PDF: Export (pdf), get a PDF. Free, no watermark, same Chromium engine as browser print but slightly better defaults and a configurable CSS file.
Good for developers exporting documentation, README files, technical notes. Same limitations as the browser-print path — Chromium pagination, default fonts unless you wire up CSS.
The watermark on a free PDF converter isn’t a feature limitation. It’s an ad you’re paying for with your document.
The seven tools at a glance
The five no-watermark options plus the two big online converters that do watermark on free tier — for context:
| # | Tool | Free quota | Watermark | Install | Design | Catch |
|---|---|---|---|---|---|---|
| 1 | mdclaudy (free tier)· us | 50 docs · 5 designed PDFs/mo | None | None — sign-up only | ★★★★★ | Free designed exports capped at 5/month; basic templates only. |
| 2 | Pandoc | Unlimited | None | Pandoc + LaTeX (~4GB) | ★★★★★ | Setup is the whole problem; the PDF looks academic by default. |
| 3 | md-to-pdf (npm) | Unlimited | None | Node.js + npm | ★★★★★ | Output is whatever your CSS describes; templates not included. |
| 4 | Browser print | Unlimited | None | None | ★★★★★ | Looks like a webpage saved as a PDF — because it is one. |
| 5 | VS Code Markdown PDF | Unlimited | None | VS Code + extension | ★★★★★ | Chromium under the hood; same flaws as browser print. |
| 6 | markdowntopdf.com | Unlimited | Footer line | None | ★★★★★ | Files uploaded to a third-party server; small footer watermark. |
| 7 | CloudConvert | 25 conversions/day | On free tier only | None | ★★★★★ | Quality is fine; daily quota; account required after the limit. |
What mdclaudy’s free tier actually gives you
We don’t bury the cap. Here’s the free tier in full:
- 50 documents in your library. Drafts, finished docs, anything. Stored in your account.
- 5 designed PDF exports per month. Cap resets on the first of each month.
- No watermark on the basic templates.
- Full AI features (Ask, Generate, Rewrite, autocomplete) within usage limits — pick from 200+ models via OpenRouter.
- DOCX export included in the same cap.
- Markdown export back to plain
.mdany time. Markdown stays the source of truth — there’s no lock-in.
What’s on Pro at $8/month: unlimited documents, unlimited exports, the full fifteen-template library (Editorial, Manuscript, Sales Proposal, Whitepaper, Research Report, Academic Paper, Thesis, Résumé, Legal Brief, Magazine, Newspaper, Zine, Memo, Corporate, Technical Report), and custom user templates.
When to upgrade, and when not to
Upgrade if you ship more than five PDFs a month, if you want the Magazine/Editorial/Zine templates, or if you’re building a document library and fifty isn’t enough. Don’t upgrade if you ship one or two PDFs a month — the free tier is genuinely for you, not a trial wall.
Adjacent reading
- Markdown to PDF: the complete guide (8 methods compared) — the full cluster hub.
- Why your markdown PDF keeps breaking — diagnoses the bugs you’ll hit with the cheap converters.
- Notion PDF export looks bad — and the 60-second fix — if your source is in Notion.
- Markdown to Word — when the recipient needs to track-changes.
- Best markdown editors of 2026 — where to write the markdown in the first place.
Frequently asked questions
The honest final word
Free, no watermark, no signup, designed PDF — pick three. The four together is the gap mdclaudy was built to fill, with the cap on the fourth (designed) being five exports per month.
If five PDFs a month covers you, that’s the whole product, free forever. If it doesn’t, Pro is $8/month and the cap goes away. No watermark either way.
Try at /tools/markdown-to-pdf, or sign up at /sign-up.