# Drop2MD > Free browser-based document → Markdown converter. Files and pasted rich text are processed locally and never uploaded to Drop2MD servers. Drop2MD (https://drop2md.com) converts Office and PDF documents to clean structural Markdown entirely in the visitor’s browser. Also pastes rich text/HTML (Google Docs, Word, web) to Markdown. No account. No upload queue. File engine: firecrawl/anydoc (MIT); paste path: Turndown (client-side). ## Product - [Drop2MD homepage](https://drop2md.com/): Primary converter UI — drag/drop PDF, Word, Excel, PowerPoint, CSV, and more; or paste rich text; convert locally; copy or download Markdown. - [Converter page](https://drop2md.com/convert): Same privacy-first converter (canonical alternate path). - [Agent catalog](https://drop2md.com/ai-catalog.json): Machine-readable capability description (formats, limits, access mode). - [Full agent brief](https://drop2md.com/llms-full.txt): Longer Markdown summary for agents that want more context. ## Capabilities - [Supported formats](https://drop2md.com/ai-catalog.json): Word (doc/docx/docm), PowerPoint (ppt/pptx/…), Excel (xls/xlsx/…), OpenDocument (odt/ods/odp), RTF, EPUB, CSV, PDF; plus clipboard rich text/HTML paste. - [File size limit](https://drop2md.com/ai-catalog.json): Convert up to 100 MiB per file in-browser (WASM may still fail on very large/complex files). Inputs over ~25 MiB or oversized Markdown are not saved to local history. - [Privacy model](https://drop2md.com/): Conversion runs in-browser; documents and pastes are not uploaded to Drop2MD servers. - [Conversion history](https://drop2md.com/): Optional localStorage history on the user’s device only (skipped for large files/outputs). ## Constraints - Text-native conversion (anydoc) — not OCR. Scanned/image-only PDFs will not extract text reliably. - Phase 1 is browser-only. There is no public HTTP convert API on drop2md.com yet. - Phase 2 (planned): authenticated agent API + OpenAPI + MCP — see catalog `status.api` field. ## Optional - [anydoc (engine)](https://github.com/firecrawl/anydoc): Upstream MIT document → Markdown library used by Drop2MD. - [anydoc license](https://github.com/firecrawl/anydoc/blob/main/LICENSE): MIT. - [Creator](https://www.linkedin.com/in/leonid-rise/): Leonid Rise. - [Sitemap](https://drop2md.com/sitemap.xml): Crawlable URLs. - [robots.txt](https://drop2md.com/robots.txt): Crawler policy (AI bots welcome).