AntiUpload// files stay on your deviceENSESSION · 000RLB
← Back to all tools
📜

PDF to Markdown

Convert PDF to GitHub-flavored Markdown with tables, lists, and links

Drop your PDF file here

or

Up to 200MB on this device — processed in RAM, never uploaded

100% Local Processing
Zero Server Uploads

About PDF to Markdown

PDF to Markdown keeps the complete file workflow inside this browser tab. Your selected file, its name, contents, settings, and generated output are not sent to AntiUpload or a cloud conversion service. Ads and aggregate traffic analytics stay outside the processing boundary and receive no file object or working buffer.

PDF to Markdown serializes a PDF into a single self-contained .md file — tables become GFM pipe tables, lists keep their markers and nesting, hyperlinks survive as `[text](url)`, images embed as base64 data URIs so the Markdown renders anywhere without needing a sidecar assets folder. Great for publishing a PDF report to a GitHub README, piping into a static-site generator, or round-tripping through a Markdown-aware note app.

Every word of extraction happens in your browser via the same semantic pipeline that powers our PDF to Word converter. Nothing uploads. Output is deterministic — the same PDF always produces the same Markdown, character for character.

Bold and italic runs inside paragraphs are preserved (`**bold**`, `*italic*`, `***both***`). Captions and pull quotes get rendered as blockquotes since GFM lacks a dedicated caption style. The first-line of the document uses `#` as an H1, and the PDF's title + author metadata (if present) prepend the output.

How it works

  1. Drop your PDFDrag a PDF onto the zone or browse for it. Up to 100 MB. Local.
  2. Conversion runs in your browserThe engine parses structure, merges soft-hyphens, detects tables, stitches cross-page continuations — same machinery used by the Word converter. Emits GFM Markdown at the end.
  3. Download the .mdOne self-contained file with embedded images. Paste into any Markdown editor, renderer, or docs platform.

When to use PDF to Markdown

Publishing a PDF report as a GitHub README
GitHub renders Markdown natively. Convert your PDF once, commit the .md, done — no hosted PDF viewer needed.
Feeding a technical PDF into a docs site
Jekyll, Hugo, Docusaurus, MkDocs — all consume Markdown. Skip the manual "paste and reformat" step.
Editing a legacy PDF manual in Obsidian / Logseq / Bear
Markdown-native note apps can't read PDFs. The converter bridges the gap and preserves the structure.

Frequently asked questions

Is it safe and private to convert my PDF here?
Yes. The conversion runs entirely in your browser, so your PDF is never uploaded to a server. You can confirm this by checking your browser's Network tab, or by disconnecting from the internet after the page loads — the tool still works. Input files are read from browser memory and the output is created locally for your download. AntiUpload does not send file bytes, names, sizes, page counts, contents, passwords, or generated outputs through analytics or advertising requests.
Why are images inline (data URIs) and not separate files?
Self-contained output. A single .md file works without an assets/ folder, is easier to email or commit, and renders anywhere — even environments that don't resolve relative paths. If you need separate image files, extract them from the data URIs later.
Does this handle tables well?
Yes. The engine runs alignment-based + ruling-line-based table detection, then emits GFM pipe tables (| col1 | col2 |). Merged cells are respected via rowspan/colspan in the source PDF (though GFM itself doesn't support true merged cells — the content still comes through).
Is the order of content preserved?
Reading order yes — zones are decomposed first so a two-column article flows one column at a time. Running headers and footers are dropped (not part of the content). Page boundaries are not preserved as explicit breaks; content flows continuously.
Does this work on Windows and Mac without installing anything?
Yes. It runs in any modern browser on Windows, Mac, Linux, or Chromebook, with nothing to install or sign up for. The conversion happens locally on your own device.
Is there a maximum PDF file size?
There is no server-imposed size limit because nothing is uploaded — the practical ceiling is your device's available memory. Very large or image-heavy PDFs simply take longer and use more RAM to process in the browser.

Related tools

Guides