How does the PDF to Markdown conversion work?
The converter reads the text layer of your PDF directly in your browser and analyzes font sizes, weights, and positions to reconstruct headings, paragraphs, lists, bold text, and code blocks as Markdown. Nothing is uploaded to a server.
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.