Getting a PDF into Obsidian as Markdown

Dropping a PDF into your vault gives you an attachment. Converting it gives you a note.

Why the attachment is not enough

Obsidian will happily store a PDF in your vault and preview it. What it will not do is treat the contents as part of your notes. A PDF attachment:

Converting it to Markdown turns the document into a first-class note that does all four.

The process

  1. Convert the PDF to Markdown. Keep the headings — they become your [[note#heading]] link targets.
  2. Save the .md into your vault folder. Obsidian picks it up immediately; no import step.
  3. Add frontmatter for whatever your vault uses — source, tags, a date. iLoveMD writes a source line automatically so you can always trace a note back to its original file.

Keep the original

Conversion is lossy by design: page layout, images and exact pagination do not survive. For a contract or an invoice, keep the PDF in an attachments folder and link to it from the note. The Markdown is what you search and quote; the PDF remains the record.

Where extraction struggles

Worth knowing before you convert a hundred files:

This is the reason iLoveMD opens the result in an editor rather than downloading it straight away — you get to see what came out before it lands in your vault.

Convert the PDF, then save the .md straight into your vault folder.

Convert a PDF to Markdown

Questions people ask

How do I import a PDF into Obsidian?

You can drop the PDF into your vault folder as an attachment, but its text will not be searchable or linkable. To make it a real note, convert the PDF to Markdown and save the .md file into the vault — Obsidian picks it up with no import step.

Can Obsidian search inside PDF attachments?

No. Obsidian's search covers the text of your Markdown notes, not the contents of PDF attachments. Converting the PDF to a .md note is what makes its text searchable, linkable and visible in the graph.

Should I keep the original PDF after converting?

For anything that matters as a record — contracts, invoices, signed documents — yes. Conversion deliberately drops layout and images. Keep the PDF in an attachments folder and link to it from the note.