PDF to Markdown
Convert PDFs — local files or ones already open in your browser — into structured Markdown.
How to convert a PDF to Markdown
- For a PDF already open in your browser (a spec sheet, a paper, a report): click the Web2MD icon and it converts what you are viewing, with no download or upload step.
- For a PDF on your computer: open it in the browser first by dragging it into a tab, then convert it the same way.
- Copy the Markdown or send it directly to ChatGPT or Claude. Headings, lists, and tables keep their structure instead of collapsing into one run of text.
Why convert PDFs to Markdown?
PDF is a layout format, not a content format — it describes where glyphs sit on a page, not what is a heading and what is a footnote. Copy-pasting a PDF usually produces broken line-wraps mid-sentence, page numbers stranded inside paragraphs, and tables flattened into unreadable columns.
Markdown gives the model the document's actual shape: headings stay headings, lists stay lists, tables stay tables. That is the difference between an AI summarising your report correctly and it mistaking a table header for a sentence.
Long PDFs are also token-expensive. Stripping the repeated headers, footers, and page furniture that appear on every page can cut a document substantially before it reaches the model's context window.
PDF to Markdown — FAQ
Does it work on scanned PDFs?
Only if the PDF has a text layer. Many scanned documents are just images of pages with no selectable text — there is nothing to extract, so those need OCR first. If you can select the text in your PDF reader, Web2MD can convert it.
Are tables preserved?
Simple tables convert to Markdown tables. Complex layouts — merged cells, nested tables, multi-column academic papers — are genuinely hard in PDF and may need a manual tidy-up afterwards.
Do my local files get uploaded anywhere?
When you convert a PDF opened in your own browser, the extraction happens in the browser. That is the point of doing this as an extension rather than a server-side service.
Is it free?
Yes for everyday use. The free plan covers regular conversions; paid plans exist for heavy batch work.
Converting a web page instead? Use the website to Markdown converter. For video transcripts, try YouTube to Markdown. Site-specific guides live in the convert hub.