CSV to JSON Converter
CSV to JSON Converter online: fast, private and free for everyday document work.
Strip the formatting codes out of RTF source and get clean plain text — pasted in, processed in your browser.
Your browser is preparing the tool. It runs 100% locally.
The RTF to Text Converter takes pasted RTF source and removes the control words, brace groups and braces, turning paragraph breaks into new lines and leaving the plain text. It is a quick regex stripper, not a full RTF parser, so it handles simple RTF well and may leave stray characters on complex files. It discards all formatting by design and runs entirely in your browser.
It pulls the readable words out of an RTF file's raw source — the markup that begins with a backslash-rtf header and is full of backslash commands and braces. You paste that source and get just the text.
It is built for when you only want the words. All fonts, colours, sizes and layout are dropped; the result is plain text.
RTF marks formatting with backslash control words and brace-delimited groups, while everything else is plain text. The tool turns the paragraph control word into a line break, then strips the control words, simple groups and leftover braces.
It works on the raw RTF you paste, in your browser, with no upload and no library.
\par → becomes a line break
\word → control words removed
{ ... } → simple control groups removed
{ } → leftover braces removed'\b bold\b0 and \i italic\i0' → 'bold and italic'It strips the backslash codes and keeps the text between them; all formatting is discarded by design.
Your RTF is converted to text entirely in your browser. Nothing you paste is uploaded, stored or logged.
There is no account or history; closing the tab clears your text.
| Method | Regex strips control words, groups and braces |
|---|---|
| Paragraph breaks | The RTF paragraph control word becomes a line break |
| Formatting | All dropped (plain text out) |
| Real RTF parser? | No — a quick stripper |
| Best for | Simple RTF source |
| Processing | 100% in-browser |
It is a naive regex stripper, not a full RTF parser. It removes backslash control words, simple brace groups and braces, and turns paragraph breaks into new lines.
It works well on simple, mostly-ASCII RTF. Complex files can leave artifacts: nested destination groups, font, colour and stylesheet tables, embedded images or objects, and unicode escape sequences may leave stray characters or drop text.
It discards all formatting by design — bold, italics, fonts, colours and layout are gone. The output is plain text only.
Paste the RTF source itself (the text beginning with the backslash-rtf header). A rendered document copied from a word processor is not RTF markup and will pass through largely unchanged.
Pull the words out of an RTF snippet when you do not have an app that opens it.
Strip the markup from RTF copied out of an old application or email.
Get plain text fast without launching a word processor.
Drop formatting before pasting the words into a plain-text field or code.
For a real document, open the .rtf in a word processor and Save As plain text; for a Word .docx file, use the Word to Text Extractor.
Documented against this tool's own code: it uses regular expressions to turn the paragraph control word into a line break and remove control words, simple groups and braces — so the page is clear it is a stripper for simple RTF, not a full parser.
CSV to JSON Converter online: fast, private and free for everyday document work.
Convert with JSON to CSV Converter, preserving structure and data, with zero uploads.
Markdown to HTML in seconds — accurate, free and processed locally in your browser.
Convert with CSV to Excel Converter, preserving structure and data, with zero uploads.
Excel to CSV Converter online: fast, private and free for everyday document work.
Convert with Excel to JSON Converter, preserving structure and data, with zero uploads.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.