Guide

How to Convert Markdown to PDF on iPhone and iPad

July 6, 2026 · 4 min read

Converting Markdown to PDF on a Mac or PC is well-trodden ground — but on an iPhone or iPad, most of the usual tools (Pandoc, VS Code extensions, desktop apps) simply aren't available. The good news: iOS is actually a great place to do this, because a browser-based converter needs no App Store download and runs entirely on the device. This guide covers the no-install route and the native share-sheet trick.

The easiest way: Safari + a browser converter

Because a client-side converter runs in the browser, your iPhone or iPad can do the whole job with nothing to install:

  1. Open ConvertMDapp in Safari (or Chrome for iOS).
  2. Tap into the editor and paste your Markdown — or tap to open a .md file from the Files app.
  3. Check the live preview.
  4. Tap Export PDF, then Save to Files (or AirDrop / share it).

That's it. No app, no signup, no watermark — and because everything runs on your device, your document is never uploaded. It works identically on iPhone and iPad, and the same page is there when you're back at a desktop.

Tip: Add the converter to your Home Screen for one-tap access. In Safari, tap the Share button → Add to Home Screen. It opens full-screen like an app and even works offline once loaded.

Where's your Markdown coming from?

The native trick: Print to PDF from the share sheet

iOS has a hidden PDF exporter built into its Print dialog. If your Markdown is already rendered somewhere (a web page, a preview, an email), you can turn it into a PDF without any converter:

  1. Tap the Share button.
  2. Choose Print.
  3. On the print preview, pinch outward on the page thumbnail (spread two fingers) — the preview opens as a full PDF.
  4. Tap Share again and choose Save to Files.

It's a genuinely useful trick, but it only helps once the content is rendered — it won't turn raw Markdown text into a formatted document. For that you still need a converter to do the Markdown → styled page step first.

iPhone/iPad options at a glance

Approach Install? Handles raw Markdown? Output
Browser converter No Yes Clean, selectable PDF
Share sheet → Print → pinch No No (needs rendered content) PDF of a rendered page
Markdown editor app export Yes Yes Varies by app
Shortcuts automation No* With a converter step Automated PDF

*Shortcuts is built into iOS, but building the automation is extra setup.

Saving and sharing the result

Once you've exported, iOS gives you the full share sheet: Save to Files (local or iCloud Drive), Mail, Messages, AirDrop to a nearby Mac, or straight into another app. Saving to iCloud Drive means the PDF is waiting on your other devices automatically.

Quick workflow

  1. Open ConvertMDapp in Safari (add it to your Home Screen once).
  2. Paste your Markdown or open the .md file.
  3. Preview, then Export PDF → Save to Files.

For the desktop side of the same workflow, see converting Markdown to PDF on Mac and Windows, and the complete Markdown-to-PDF guide for the fundamentals.

FAQ

Can I convert Markdown to PDF on an iPhone without an app? Yes. Open a browser-based converter in Safari, paste your Markdown, and export — it runs entirely on your phone, with nothing to install and nothing uploaded. Then Save to Files or share it.

How does the pinch-to-PDF trick work? Open the Share sheet → Print, then spread two fingers outward on the print preview thumbnail. It opens as a full PDF you can save. Note it only works on already-rendered content, not raw Markdown text.

Where do exported PDFs go on iOS? Wherever you send them from the share sheet — most people choose Save to Files (on-device or iCloud Drive). From there you can open, email, or AirDrop the PDF.