How to export obsidian markdown notes as a pdf
- Step 1Export the note from Obsidian — Open the note in Obsidian and use File > Export or copy the raw Markdown content.
- Step 2Clean Obsidian-specific syntax — Remove wikilinks [[...]], dataview queries, and plugin-specific syntax that won't render in standard Markdown.
- Step 3Upload to the converter — Drop the .md file into the Markdown to PDF tool.
- Step 4Download and share — Send the PDF to the intended recipient.
Frequently asked questions
Will Obsidian wikilinks [[...]] render in the PDF?+
No — wikilinks are Obsidian-specific syntax. Replace them with standard Markdown links [text](url) or remove them before converting.
Will Obsidian callouts render?+
Obsidian callouts use a specific blockquote syntax. They will render as blockquotes in the PDF. Style them with custom CSS if needed.
Can I convert a whole Obsidian vault?+
Export each note individually or use Obsidian's Pandoc plugin for batch export. This tool is optimised for single-file conversions.
Privacy first
All PDF processing runs locally in your browser using PDF-lib and pdf.js. No file is ever uploaded — only metadata counters are saved for signed-in dashboard stats.