# mdstill > Free, fast document-to-Markdown converter. Drop a PDF, Word, Excel, PowerPoint, HTML, EPUB, JSON, or one of 18 supported formats and get clean GitHub-flavored Markdown in under a second. Built for LLM prompts, RAG pipelines, and developer workflows. mdstill is API-first. The web UI at https://mdstill.com runs the same conversion endpoint developers call programmatically. Files are processed in volatile memory and deleted immediately — nothing is stored or used for training. No signup is required for casual use; a free account raises daily quota and per-file size limits. Output is GitHub-flavored Markdown (.md): tables become pipe tables with alignment, headings map to H1–H6, code blocks stay fenced, and document hierarchy is preserved so retrievers and editors see the structure. ## Core pages - [Homepage](https://mdstill.com/): web converter — drop file, get Markdown - [API documentation](https://mdstill.com/api-docs): REST endpoint, cURL/Python/JavaScript/Go/PHP examples, authentication - [Pricing](https://mdstill.com/pricing): anonymous / Free / Pro tiers and limits - [Supported formats](https://mdstill.com/formats): every input format with a per-format guide - [Use cases](https://mdstill.com/use-cases): ChatGPT/Claude prompts, RAG, Obsidian, automation ## Format guides - [PDF to Markdown](https://mdstill.com/pdf-to-markdown) - [Word (DOCX) to Markdown](https://mdstill.com/word-to-markdown) - [DOCX to Markdown](https://mdstill.com/docx-to-markdown) - [DOC to Markdown](https://mdstill.com/doc-to-markdown) - [PowerPoint (PPTX) to Markdown](https://mdstill.com/powerpoint-to-markdown) - [Excel (XLSX) to Markdown](https://mdstill.com/excel-to-markdown) - [XLSX to Markdown](https://mdstill.com/xlsx-to-markdown) - [XLS to Markdown](https://mdstill.com/xls-to-markdown) - [HTML to Markdown](https://mdstill.com/html-to-markdown) - [EPUB to Markdown](https://mdstill.com/epub-to-markdown) - [CSV to Markdown](https://mdstill.com/csv-to-markdown) - [JSON to Markdown](https://mdstill.com/json-to-markdown) - [XML to Markdown](https://mdstill.com/xml-to-markdown) - [RTF to Markdown](https://mdstill.com/rtf-to-markdown) - [ODT to Markdown](https://mdstill.com/odt-to-markdown) - [Apple Pages to Markdown](https://mdstill.com/pages-to-markdown) - [Apple Numbers to Markdown](https://mdstill.com/numbers-to-markdown) - [Apple Keynote to Markdown](https://mdstill.com/keynote-to-markdown) - [ZIP archive to Markdown](https://mdstill.com/zip-to-markdown) ## LLM-specific guides - [Markdown for ChatGPT](https://mdstill.com/markdown-for-chatgpt) - [Markdown for Claude](https://mdstill.com/markdown-for-claude) - [Markdown for Gemini](https://mdstill.com/markdown-for-gemini) - [Markdown for any LLM](https://mdstill.com/markdown-for-llm) - [Markdown for RAG pipelines](https://mdstill.com/markdown-for-rag) - [Markdown for Obsidian](https://mdstill.com/markdown-for-obsidian) - [PDF to Markdown with tables preserved](https://mdstill.com/pdf-to-markdown-with-tables) - [PDF to Markdown for Obsidian](https://mdstill.com/pdf-to-markdown-for-obsidian) - [Word to Markdown preserving formatting](https://mdstill.com/word-to-markdown-preserving-formatting) ## Comparisons - [mdstill vs CloudConvert](https://mdstill.com/cloudconvert-alternative): documents → token-efficient Markdown vs a general-purpose, hundreds-of-format converter - [mdstill vs LlamaParse](https://mdstill.com/llamaparse-alternative): zero-setup Markdown vs a DIY parsing library for custom ingestion pipelines - [mdstill vs Unstructured](https://mdstill.com/unstructured-alternative): instant document-to-Markdown vs a build-it-yourself document ingestion toolkit - [All converters compared](https://mdstill.com/blog/best-document-to-markdown-converter): mdstill vs CloudConvert, LlamaParse and copy-paste, side by side ## Blog - [All articles](https://mdstill.com/blog) ## Legal - [Privacy policy](https://mdstill.com/privacy) - [Terms of service](https://mdstill.com/terms) - [Cookie policy](https://mdstill.com/cookie-policy) ## Optional: technical notes for crawlers - Robots: https://mdstill.com/robots.txt — all major bots allowed - Sitemap: https://mdstill.com/sitemap.xml — full URL list with lastmod - API base: https://mdstill.com/api/convert — multipart/form-data, returns Markdown - Privacy: files are converted in memory and never stored or used for model training