Step 1: Supply your PDF files using the button above or by haul and lay.
Step 2: Click the 'Convert' button to start the conversion.
Step 3: Get your converted MD files.
PDF to MD Conversion FAQ
What does the PDF to MD converter do?
+
It converts a PDF document into MD. Text, paragraph styles, tables, and embedded images are preserved as closely as the target format allows.
Will the formatting of my PDF survive the conversion to MD?
+
Headings, paragraph styles, tables, and embedded images carry across. Advanced layout (text boxes, complex columns, macros) may simplify when MD does not support the feature one-for-one.
Will the page layout of my PDF survive the MD conversion?
+
Block-level layout (headings, paragraphs, lists, tables, inline images) is reconstructed from the PDF's text and positioning. Highly designed PDFs with overlapping or rotated elements may flow differently in MD, which is a fundamentally re-flowable format.
Is the text in my PDF selectable in the MD?
+
Yes — extracted text is fully selectable and editable in MD. Scanned PDFs (image-only) need OCR first; enable the OCR option in the converter settings for those.
Will the MD reflow properly on a phone or e-reader?
+
That is the main thing you gain. A PDF has fixed pages, so a small screen either shrinks the whole page or forces horizontal scrolling. The MD stores text as text, so the reader re-wraps it to any screen width and font size. Multi-column layouts and large tables are where reflow struggles — those are the parts worth checking after conversion. Markdown is the lingua franca of documentation, README files, static site generators and note-taking apps, and it diffs cleanly in git.
What exactly survives when PDF becomes MD?
+
The words, and nothing else. MD stores characters and line breaks, so bold, italics, headings, fonts, colours, tables, images, headers and footers are all discarded — not degraded, removed. That is the correct outcome when you want the text for indexing, diffing or scripting, and the wrong one if the formatting carried meaning. Markdown has no single standard, so tables, footnotes and embedded HTML behave differently between CommonMark, GFM and everything else.
Will the MD be properly editable?
+
Yes — that is the point of converting out of PDF. The output opens as a real document with live paragraphs, styles and tables rather than a frozen page image, so you can edit it directly instead of retyping. Heavily designed source layouts convert less cleanly than plain prose, so expect to tidy spacing on anything built on a complex grid.
Which Markdown dialect does this conversion use?
+
CommonMark plus the GitHub Flavored Markdown extensions, which is the combination almost every current tool understands. That matters because Markdown was never standardised in one place: tables, footnotes, strikethrough and raw HTML behave differently between dialects, and those are exactly the constructs that silently change meaning when a document moves between renderers.
What if the source is a scan with no real text in it?
+
Then the conversion produces a picture of the text rather than the text itself, and searching it finds nothing. Run /pdf-ocr/ to add a recognised text layer first; optical character recognition turns the scanned pixels into selectable, searchable characters that the conversion can then carry through properly.
Is there a file-size limit when converting PDF to MD?
+
Anonymous uploads are capped at a generous default; signed-in free accounts get a higher cap, and Pro accounts have no per-file limit. Browser memory is usually the practical constraint long before our server-side limits kick in.
Can I batch-convert several PDF files to MD at once?
+
Yes. Drop or pick multiple PDF files in one upload — the converter processes them in parallel and returns a ZIP of the MD results. There is no need to repeat the upload step per file.
What happens to my PDF files after the conversion?
+
Uploaded files and MD outputs are auto-deleted after a short retention window. We do not inspect, share, or train on user files. Direct download links are time-limited and tied to your session.