Convert RTF to Markdown.
Drop a Rich Text Format file and pull the words out of all those control codes, as clean Markdown. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
Words wrapped
in codes.
An .rtf file wraps your text in a tangle of control codes. The converter unwraps it and hands you the plain text, with its paragraphs, line breaks and tabs preserved.
{\rtf1\ansi\deff0
{\fonttbl\f0 Arial;}
\b Meeting notes\b0\par
Budget review.\par
\tab Action item\par}
Meeting notes
Budget review.
Action item
Just the words
you need.
The control codes are stripped and your text comes through clean, with no server and no account anywhere.
It never leaves your browser
Your .rtf is parsed on your own device. Nothing is uploaded to any server, ever.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
{\rtf1\ansi
\b Hello\b0\par
-> Hello
Codes stripped
Every RTF control word is parsed out, leaving just the readable text behind.
Line one
Line two
New paragraph
Breaks preserved
Paragraph breaks, line breaks and tabs carry over, so the text keeps its shape.
From any editor
RTF is written by Word, WordPad, TextEdit, Pages and more; they all convert here.
Free, and unlimited
No sign-up, no quotas, no watermarks. Convert one file or a whole folder; it all runs the same way, on your own device.
What survives
the strip.
Honest about what converts and what doesn't. These are the same notes the Formats list shows for RTF, so the page never drifts from what the converter really does.
Kept
4- Text
- Paragraphs
- Line breaks
- Tabs
Dropped
5- Formatting
- Tables
- Images
- Fonts
- Colours
RTF questions,
answered.
Everything worth knowing before you convert a Rich Text file.
Other converters.
Working with more than RTF? These convert the same way: privately, in your browser.
WSDL to Markdown
.wsdl
SOAP web-service definitions.
WADL to Markdown
.wadl
REST service descriptions.
HTTP requests to Markdown
.http · .rest
Saved HTTP request files.
Avro to Markdown
.avsc
Avro data schemas.
Prisma to Markdown
.prisma
Prisma database schemas.
DBML to Markdown
.dbml
Database markup language.
Turtle to Markdown
.ttl
RDF Turtle triples.
N-Triples to Markdown
.nt
Line-based RDF triples.