No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
RTF (Rich Text Format) is an old, widely supported document format that stores text together with control codes for fonts, colours and layout in a single file. Those embedded codes make an RTF file hard to read when you really only need the content. This tool removes all the formatting and outputs the plain, readable text as a simple TXT file.
The conversion runs entirely locally in your browser (pure JavaScript, no upload, even offline). The tool takes the RTF structure apart cleanly: the font and colour tables and the style sheets are discarded, paragraphs and line breaks become real breaks, tabs are kept, and encoded special characters (both Unicode and single bytes) are turned back into the correct characters. What remains is the running text.
This is handy when you receive an RTF file from an old word processor, an email or a template and want to reuse the text - to copy, to search, to paste into a script or to archive as a space-saving text file. Images, fonts, colours and the page layout are deliberately dropped; this is purely about the content. If you still need the styling, keep the original file.
Specifications
Specifications
Input formats
RTF
Output format
TXT
Batch processing
Yes
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop or tap your RTF file.
The tool removes all control codes and formatting.
Download the TXT (several as a ZIP).
Limitations:It outputs plain text with paragraph breaks - without images, fonts, colours, table layout or links. Embedded objects and complex tables are simplified or omitted. The character encoding follows the RTF file (Unicode and Windows-1252 bytes are supported); the TXT file is UTF-8. If you need the styling, keep the original.
FAQ
Are my files uploaded?
No. The conversion happens entirely locally in the browser - even offline.
Is the formatting preserved?
No. It outputs plain text; fonts, colours, images and layout are dropped. Paragraphs are kept as breaks.
Are accented and special characters carried over correctly?
Yes. Unicode codes and Windows-1252 bytes are turned back into the correct characters; the TXT file is UTF-8.
What happens to tables and images?
Images and embedded objects are dropped; tables are simplified to plain text.
Which files can I convert?
Standard RTF files (Rich Text Format), as produced by WordPad, Word, LibreOffice and many email programs.