# PDF to Markdown Converter

> Convert a PDF into Markdown with proper headings and pipe tables.

PDF to Markdown Converter runs entirely in your browser. The PDF is parsed on your own device with pdf.js, its paragraphs, headings and tables are recovered from the text layer and written into a genuine Markdown file. Nothing is uploaded, which is the reason to use this on a contract, a payslip or a medical letter.

**URL:** https://convertto.tech/t/pdf-to-markdown
**Category:** PDF Tools (https://convertto.tech/c/pdf-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Output:** One Markdown file
- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Select your pdf file — the file stays on your device and is never uploaded.
2. Enter or paste your pages.
3. Turn "Rebuild paragraphs" on or off as needed.
4. Turn "Detect tables" on or off as needed.
5. Enter or paste your page plan.
6. Press Run, then download the result when it is ready.

## FAQ

### Is my PDF uploaded to a server?

No. The document is parsed and converted by JavaScript running in this tab. It never touches the network, which you can confirm in your browser's network panel.

### Why is the output empty?

The PDF is a scan — an image of a page with no text underneath. Nothing can be extracted from it without OCR, which is a separate process. The tool says so rather than handing back an empty file.

## Related tools

- [PDF to HTML Converter](https://convertto.tech/t/pdf-to-html): Convert a PDF into clean semantic HTML with real headings, paragraphs and tables.
- [PDF to JSON Converter](https://convertto.tech/t/pdf-to-json): Export a PDF as JSON — both the recovered document structure and the raw line geometry.
- [PDF to LaTeX Converter](https://convertto.tech/t/pdf-to-latex): Convert a PDF into a compilable LaTeX document with sections and tabular environments.
- [PDF to PostScript Converter](https://convertto.tech/t/pdf-to-ps): Convert a PDF into DSC-conformant PostScript for a printer or an RIP.
- [PDF to Text Extractor](https://convertto.tech/t/pdf-to-text): Extract the text of a PDF with paragraphs rebuilt and hyphenation repaired.
- [PDF to XML Converter](https://convertto.tech/t/pdf-to-xml): Export PDF page layout into structured XML with per-line coordinates.
- [Markdown to PDF](https://convertto.tech/t/markdown-to-pdf): Turn Markdown into a properly typeset PDF with real headings, lists, tables and code blocks.
- [PDF to BMP Converter](https://convertto.tech/t/pdf-to-bmp): Convert PDF pages into uncompressed 24-bit BMP bitmaps.
