Skip to content
Markdown converter collection

Convert files and rich text to Markdown

Start with the source format you actually have. Each converter has a canonical job, visible limitations, and a clear local or server-processing boundary.

How do I convert a file to Markdown?

Choose the converter that matches the file extension, provide the file or content, run the conversion, then review the generated Markdown before publishing. Do not route every document through one generic parser: PDF, Word, HTML, spreadsheets, ebooks, tables, and clipboard content preserve different kinds of structure.

Source-format support matrix

Use these canonical destinations. Format-specific pages keep ownership of exact converter questions; this page only helps you choose.

SourceSupported workflowProcessingCanonical converter
PDFText-based PDFs; OCR is not includedPrivate server conversion; 30-day automatic deletionPDF to Markdown
Word / DOCXHeadings, lists, links, and simple tablesPrivate server conversion; 30-day automatic deletionWord to Markdown
HTMLHTML source from text, a file, or a URLRuns in your browser; URL fallback may use the importerHTML to Markdown
PowerPoint / PPTXSlide text and supported document structurePrivate server conversion; 30-day automatic deletionPowerPoint to Markdown
Excel / XLSXWorksheet data represented as MarkdownPrivate server conversion; 30-day automatic deletionExcel to Markdown
EPUBBook text and supported document structurePrivate server conversion; 30-day automatic deletionEPUB to Markdown
CSV, JSON, HTML table, or rich pasted gridChoose a source-specific table converterLocal except Excel workbook conversionTable to Markdown
Rich clipboard contentMarkdown, rich HTML, or deterministic plain textRuns in your browser without sign-inPaste to Markdown

Conversion is not full-fidelity layout reproduction

Markdown represents document structure, not every font, page layout, animation, formula, merged cell, comment, or revision. Complex input can require cleanup. PDF conversion needs an existing text layer and does not run OCR.

Check the processing boundary

Browser-based tools do not upload content for conversion. File formats that need Pandoc or document extraction use mdedit.ai's private conversion service, signed links, and automatic deletion after 30 days. Each destination repeats its exact boundary.

New to the format? Read What Is Markdown? or use the online Markdown viewer to inspect the result.