PDF to Markdown

Convert PDF documents to clean Markdown with automatic heading detection, bold/italic preservation, and page separators.

H1 / H2 / H3 Detection
Bold & Italic
.md Download

Sample Output

# Introduction

This is the **first paragraph** of the document.
It contains *important* notes about the project.

## Section 1.1

Details about the section with more content...

---
*Page 2*

Drop your PDF here

or click to browse

Conversion Options

Use font size to infer H1/H2/H3

Add `---` divider between pages

Best results with text-based PDFs. For scanned PDFs, run OCR extraction first.

What gets converted

Headings (H1–H3)

Detected by font size relative to body text

Bold & Italic

Preserved via **bold** and *italic* syntax

Paragraphs

Text blocks separated by blank lines

Page Markers

Optional --- dividers with page numbers