Skip to site navigation
CompareMeasured 2026-08-20

Markdown to PDF alternatives

Four tools that turn Markdown into a PDF, compared on the thing that actually gates each one rather than a feature list.

This is our own tool for the same job: Markdown to PDF.

Angle

What actually differs in this cluster

None of these four sites carries a third-party ad network — that surprised us going in. So the honest comparison here is not ads, it is what stands between you and a finished PDF. markdowntopdf.com has no upload path at all (it's a paste-and-preview editor) but watermarks every free export and puts saving behind a free account. Two of the four, cloudconvert.com and dillinger.io, could not be confirmed either way on file upload — this survey's synthetic-file driver was blocked by the browser session on both, so that cell is marked unknown rather than guessed.

Method

How we checked

  • Each competitor was opened once in a real Chrome profile, not headless, with the extensions the site owner normally runs. That is a single sample from a single machine on 2026-08-20, not a repeated or automated audit.
  • Whether a file gets uploaded was decided by reading the page itself: the DOM was checked for a <form> and its enctype and action, and the site's own served JavaScript was fetched and read in full, grepped for FormData, fetch, XMLHttpRequest and multipart. A page that ships no such code path anywhere is the strongest evidence available short of watching the actual network traffic; a page with a <form action=... enctype="multipart/form-data"> is stronger still, because no code reading is needed at all.
  • Ad networks were identified from the hostnames of loaded scripts (googlesyndication.com, doubleclick.net, ezojs.com and similar), not from a subjective read of how the page looks.
  • Anything taken from a site's own visible copy, such as a stated retention window or a pricing tier, is labelled as that site's claim below, never treated as verified fact.
  • What this cannot tell you: whether the same site behaves the same way tomorrow, on a different page of the same tool, or for a visitor in a different region. It is a snapshot, not a monitor.

This snapshot is from 2026-08-20. Sites change their code without notice — treat every cell below as dated, not as a live status.

Compared

4 sites, checked one at a time

Every cell traces to an observation below the table, or is marked as the site's own unverified claim.
SiteUploads your fileAdsPricing
markdowntopdf.comNo file upload path existsNone detectedFreemium — watermark and account gates
md2file.comUnknown — import path not confirmedHouse ad slot only, no network detectedFreemium
dillinger.ioUnknown — not attempted this sessionNone detectedUnknown
cloudconvert.comUnknown — driver blocked before a network diffNone detectedFreemium

markdowntopdf.com

Ranks first for this exact keyword and shares its name with the keyword, per keywords.md.

Uploads your file
No file upload path exists. DOM has zero <form> elements and zero input[type=file] elements. The tool works by pasting Markdown text into an editor with live preview — there is no file-picker path at all.
Ads
None detected. performance.getEntriesByType('resource') (57 entries) contained no hostnames matching googlesyndication, doubleclick, adsbygoogle, adnxs or criteo.
Pricing
Freemium — watermark and account gates. On-page copy states free downloads carry a watermark, a free account is required to save Markdown to a workspace, and a paid 'Pro' tier removes the watermark and adds public link sharing.
Where it beats us
Supports Mermaid diagrams and KaTeX/LaTeX math rendering directly in the Markdown. This site's converter does not render either — it is plain Markdown to PDF, no diagram or formula engine.

md2file.com

Uploads your file
Unknown — import path not confirmed. No <form> elements exist. One input[type=file] accepts .md/.markdown/.txt/.html/.htm/.xhtml/.pdf for drag-and-drop import. A programmatic upload attempt was blocked by the browser session before any network diff could be captured, so whether the dropped file ever reaches a server was not directly observed. The site's own copy claims writing and PDF export stay local to the browser — recorded as a claim, not verified.
Ads
House ad slot only, no network detected. 59 resource entries had no hits for known ad-network hostnames. The page shows its own in-house 'AD SLOT' placeholder offering itself for sponsorship, plus a 'Remove ads' upsell — a house unit, not a loaded third-party network on this view.
Pricing
Freemium. Nav has Pricing and Sign In links plus an in-editor 'Remove ads' upsell; core editor and PDF export were usable without signing in on this visit.
Where it beats us
Offers CJK font support for PDF export as a settings toggle, and exports to HTML as well as PDF — both wider than this site's converter.

dillinger.io

Uploads your file
Unknown — not attempted this session. No <form> elements. Two file inputs exist for local import (one for .md/.markdown/.txt/.html/.htm, one for images). A programmatic upload was not attempted in this session due to time. The 'IMPORT FROM'/'SAVE TO' panel explicitly offers GitHub, Dropbox, Google Drive, OneDrive and Bitbucket as optional cloud targets, which are inherently server-side, but plain local editing and PDF export did not require choosing any of them.
Ads
None detected. 60 resource entries had no hits for known ad-network hostnames.
Pricing
Unknown. No pricing page or paywall text encountered on the editor page itself; the rest of the site was not searched for one, so this is not conclusive.
Where it beats us
Connects directly to GitHub, Dropbox, Google Drive, OneDrive and Bitbucket for import and save — this site's converter has no cloud integration of any kind, by design (nothing leaves the tab).

cloudconvert.com

Uploads your file
Unknown — driver blocked before a network diff. No <form> element; one unrestricted input[type=file] behind a 'Select File / or drop your file here' widget. A synthetic file could not be driven through the input this session, so no before/after network diff of the actual conversion request was captured. CloudConvert is a general multi-format conversion SaaS with its own API and a paid Pricing tier, which is circumstantial rather than confirmed.
Ads
None detected. 63 resource entries on initial load had no hits for known ad-network hostnames.
Pricing
Freemium. Distinct Pricing and Sign up links alongside a converter page that loaded and accepted a file without requiring sign-in first; pricing page not opened this session.
Where it beats us
Converts far more format pairs than Markdown to PDF — it is a general document-conversion service, so it covers ground this site's single-purpose tool does not attempt to.
Questions

Questions people actually ask

Does markdowntopdf.com watermark every free export?
That is what its own page states: free downloads carry a watermark, and removing it requires the paid Pro tier. This site's converter has no watermark on any export, free or otherwise, and no account of any kind — but it also does not render Mermaid diagrams or LaTeX math, which markdowntopdf.com does.
Why are two of these four marked "unknown" for file upload instead of yes or no?
Because the check for this cluster relies on driving a real file through each site's file picker to capture a network diff, and that step was blocked by the browser session on cloudconvert.com and dillinger.io. Rather than guess from marketing copy, both are recorded as unverified. The two sites that ended up confirmed either way — markdowntopdf.com (no upload path exists at all) and md2file.com (claim only) — were checked differently, by reading the DOM and code rather than driving a file through.
Is this comparison current?
Measured 2026-08-20 from one session on one machine. Product pages change without notice; treat this as a snapshot, not a live monitor.
Try it