PDF to Obsidian: build a note you can cite and revisit
A useful Obsidian import is more than copied text. It needs stable properties, a navigable outline, source-aware block IDs, and a review habit that keeps the note tied to the PDF it came from.
Short answer: Convert once, export the Obsidian profile, place the .md file in your vault, and keep the original PDF as an attachment or public source link. Review headings and risky blocks before linking the note into the rest of your vault.
What the Obsidian export contains
| Part | pdfmd output | Why it matters |
|---|---|---|
| Properties | title, source, pages, converted date, pdf-import tag | Filter and find imported notes |
| Outline | Linked table of contents when headings exist | Navigate long documents |
| Block IDs | Page-aware IDs such as ^p3b2 | Link to a specific extracted block |
| Body | Editable Markdown | Correct OCR, tables, and heading levels |
Obsidian stores properties as YAML at the top of a note and supports internal links to headings and blocks. The pdfmd profile uses those documented formats. Block references are Obsidian-specific, so choose the clean Markdown profile when portability matters more than vault navigation.
A repeatable vault workflow
- Convert the PDF and compare the first page, one complex page, and the final page with the source.
- Download the Obsidian profile before leaving; results are not stored in an account library.
- Put the note in an imports folder and the original PDF in your chosen attachment folder.
- Add your own domain tags only after reviewing the generated title and outline.
- Create links from durable concepts, not from every paragraph; use page-aware block IDs when a claim must be traceable.
---
title: "Example report"
source: "example-report.pdf"
pages: 24
converted: 2026-09-02
tags: [pdf-import]
---Privacy, cost, and return visits
PDF conversion is cloud-backed and requires Google sign-in plus page points. Text pages use 1 point, scanned pages use 4, and failed conversions use 0. The exported note stays wherever you save it; pdfmd does not automatically add results to an account library.
Keep the review checklist beside your imports and revisit the public changelog when the export format changes. That gives the vault a visible provenance trail instead of a folder of context-free pasted text.
Official sources and evidence boundary
These links support format and platform behavior. pdfmd processing and point costs are governed by this site's pricing and privacy pages.
Keep the review checklist
Download the Markdown checklist and reuse it next time. Export-format changes are recorded in the public changelog.
Frequently asked questions
Does pdfmd write directly into my Obsidian vault?
No. It downloads a Markdown file. You decide where to save or move it in the vault.
What does the Obsidian profile add?
It adds YAML properties, a linked heading outline when available, and page-aware block IDs for non-heading blocks.
Will Obsidian block links work in every Markdown editor?
No. Block references are Obsidian-specific. Use clean Markdown when cross-editor portability is the priority.
Is the converted note saved to my pdfmd account?
No. Results are not automatically stored in an account library. Download or copy them before leaving.
Create a source-aware vault note
Use the workflow before converting. When you want the actual Obsidian export, sign in with Google, process the PDF, and download the note before leaving.