How does the PDF to Markdown conversion work?
The converter first checks for a validated Markdown source embedded by MD2FILE. If none is available, it reads the PDF locally and uses text, font, position, link, table, and image cues to reconstruct Markdown on a best-effort basis. Nothing is uploaded to a server.
Will it reproduce the original Markdown exactly?
Only when the PDF was exported by MD2FILE with Include Editable Markdown enabled and the embedded source validates correctly. That setting is optional, and anyone with the PDF can extract the embedded source. Other PDFs do not contain their original Markdown, so their layout-based conversion needs review.
Are my PDF files uploaded anywhere?
No. The entire conversion happens locally in your browser using Mozilla’s PDF.js. Your document never leaves your device, which makes this safe for contracts, reports, and other confidential files.
Does it work with scanned PDFs?
Not yet. Scanned PDFs are images without a text layer, so they need OCR. The converter detects scans and tells you instead of returning empty output. Text-based PDFs — exported from Word, Google Docs, LaTeX, or other tools — work well.
Why would I convert a PDF to Markdown?
Markdown is ideal for feeding documents to AI tools like ChatGPT and Claude, for documentation sites, for version control, and for note apps like Obsidian. It keeps the content and structure while dropping the layout baggage.
Can I export the result to Word?
Yes. After importing, your document lives in the MD2FILE editor, so you can download it as Markdown (.md) or as an editable Word (.docx) file.
Is the converter free?
Yes. PDF to Markdown conversion is free and requires no account. Optional AI writing tools are part of the paid plans, but conversion and export are free.