How to Convert PDF to Markdown for Obsidian
Obsidian stores everything as plain Markdown files, which is exactly why converting a PDF to clean Markdown is the fastest way to get reference material, research papers, or meeting notes into your vault. Here is how to do it in seconds, without installing a plugin and without uploading the file anywhere.
- 1
Drop your PDF
Open the converter and drop your PDF in. It is parsed locally in your browser.
- 2
Copy the Markdown
Switch to the Raw Markdown tab and copy, or download a .md file.
- 3
Paste into your vault
Create a new note in Obsidian and paste — headings and lists land as real Markdown.
Why convert in the browser instead of uploading?
Vault content is often personal — journals, research, client notes. A browser-based converter never sends the file to a server, so nothing leaves your machine. You get the privacy of a local script with the convenience of a web app.
What converts well (and what does not yet)
- Text-based PDFs with clear headings, bullet lists and simple tables convert cleanly.
- Font-size heading detection maps the largest text to # and ## automatically.
- Scanned PDFs (images of text) need OCR, which is on the roadmap — you will get a clear notice instead of garbled output.
Convert your PDF now — free and private
Open the converterFAQ
▸Do I need an Obsidian plugin to convert PDFs?
No. This converter produces standard Markdown you can paste into any note. Plugins like Marker exist, but they typically run a Python service; this tool runs entirely in your browser.
▸Will my PDF be uploaded anywhere?
No. Conversion happens locally using PDF.js. The file never leaves your device.