Guide

How to Export Obsidian Notes to PDF (and a Faster Alternative)

Updated June 1, 2026

Obsidian has a built-in “Export to PDF” command, so converting a single note is quick once you know where it lives. This guide walks through the exact steps, covers the limitations you’ll run into with styling and diagrams, and shows when a browser-based tool is the faster choice for a one-off Obsidian markdown to PDF export or for sharing a note with someone who doesn’t use Obsidian.

Export to PDF directly in Obsidian

Obsidian ships PDF export in the desktop app — no plugin required:

  1. Open the note you want to export.
  2. Open the command palette (Ctrl/Cmd + P) and run Export to PDF, or use the More options (...) menu in the top-right of the note.
  3. In the export dialog, choose your page size (A4, Letter, and so on), margins, landscape/portrait, and whether to downscale the content.
  4. Click Export, pick a save location, and Obsidian renders the note to PDF.

That’s the whole flow for a single note. The output uses your current vault appearance — the active theme, CSS snippets, and font settings all carry through to the PDF.

The limitations you’ll hit

Obsidian’s exporter is convenient, but it has real constraints:

  • Styling is tied to your vault. The PDF inherits your theme and snippets. There’s no dedicated, document-focused theme picker, so a note that looks great in your dark workspace can export as a dark page you didn’t want.
  • It’s one note at a time. There’s no batch/folder export in the core app; you’d need a community plugin for that.
  • Plugin-rendered content can be inconsistent. Diagrams, callouts, and elements created by community plugins don’t always render cleanly in the exported PDF.
  • It requires the desktop app. If you’re on a borrowed machine or a phone, or you just want to convert one file fast, installing and opening Obsidian is more friction than the task deserves.
  • Wiki-links and embeds ([[note]], embedded queries) are Obsidian-specific and don’t translate to portable Markdown or clean PDF the way standard Markdown does.

For an everyday personal knowledge base, these trade-offs are fine — Obsidian is excellent at being a local, linked notebook. The friction shows up when you just need a clean, shareable PDF of one note.

A faster alternative for one-off exports

If your note is mostly standard Markdown, you can skip the app entirely. Copy the note’s text, paste it into MarkdownToFile.com’s editor, and download a clean PDF. It’s free, needs no signup, and runs 100% in your browser — your note is never uploaded anywhere, which matters for private notes.

What you get that Obsidian’s exporter doesn’t expose as easily:

  • A live, paginated WYSIWYG preview — what you see is exactly the PDF you download.
  • Dedicated document themes (GitHub, Clean, Academic, Dark) instead of your vault’s appearance.
  • Built-in Mermaid diagrams rendered to crisp vector SVG and KaTeX math.
  • Page size (A4, Letter, Legal, A3), margin presets, and an optional table of contents.
  • Real vector PDF text that’s selectable and searchable, with proper page numbers.
Obsidian exportMarkdownToFile.com
Install requiredDesktop appNone — runs in browser
PrivacyLocalLocal (no upload)
Document themesTied to vault theme4 dedicated themes
Mermaid / mathPlugin-dependentBuilt in
Batch exportNot in core appOne file at a time
Best forYour linked knowledge baseQuick, clean one-off PDFs

Where Obsidian still wins

Obsidian is the better tool when the PDF is a side effect of a larger workflow — managing a vault, linking hundreds of notes, and working with plugins day to day. MarkdownToFile is interactive and single-document, so it won’t replace your note-taking app or batch-export a folder.

Bottom line

Use Obsidian’s Export to PDF when you’re already in the app and want the note to match your vault. When you just need a clean, shareable PDF of a single note — fast, private, with proper themes and diagram support — paste it into a browser tool instead. Need to send the note as an editable document instead? See Markdown to DOCX.

Ready to export? Open the editor, paste your note, and download your PDF in seconds.

Written by Markdown to PDF Editorial Team

Our team specializes in document design, web standards, and developer utilities. This guide was researched and vetted against current browser printing standards and Paged.js specifications. Learn more on our About page.

Try it yourself — free, no signup

Convert your Markdown to a polished PDF right in your browser.

Open the editor