Drop2MD

How Drop2MD works

Drop2MD is a browser-local document and paste to Markdown tool. Files use firecrawl/anydoc (MIT WASM). Paste uses Turndown. Drop2MD servers never receive the file or clipboard content for Phase 1 conversion.

Open the converter

Two conversion paths

  1. Files: PDF, Word, Excel, PowerPoint, OpenDocument, RTF, EPUB, CSV via anydoc WASM.
  2. Paste: clipboard HTML or plain text via Turndown.

Limits (current)

ConstraintValue
Max convert size100 MiB (WASM may still fail on huge or complex files)
History saveSkipped for inputs over ~25 MiB or oversized Markdown
AuthNone for the browser UI
OCRNot supported (text-native only)
HTTP convert APINot available yet
PricingFree

Machine-readable source of truth

Capability honesty lives in ai-catalog.json, with human-oriented briefs in llms.txt and llms-full.txt. Prefer those over inventing endpoints.

Steps

  1. Open drop2md.com.
  2. Drop a file or paste rich text.
  3. Copy or download Markdown.
  4. Optional: reopen items from Conversion History (local only).

FAQ

What engine converts files?

File conversion uses firecrawl/anydoc (MIT) compiled to WebAssembly and run in the browser.

What engine converts paste?

Paste uses Turndown client-side on clipboard HTML or plain text.

Why do large files skip history?

Inputs over about 25 MiB or oversized Markdown still convert for preview, copy, and download, but are not saved to localStorage history.

Related pages