Source .rtf
RTF
Rich Text Format — plain text with markup, readable by every word processor ever made.
- Compression
- Lossless
- Transparency
- Not supported
- Keeps
- Bold, italics, fonts and basic tables
- Gives up
- Advanced layout, footnotes and styles
Document converter
Turn RTF files into AsciiDoc without installing anything. The target format on this page is already set to AsciiDoc, so a single file or a whole folder is one press of Convert away.
RTF ADOC
Files travel over TLS and are deleted from the server as soon as the conversion finishes.
RTF is Rich Text Format — plain text with markup, readable by every word processor ever made. AsciiDoc is a heavier-duty plain-text markup aimed at technical books and manuals.
The conversion runs through pandoc and LibreOffice, which parse the RTF into a document tree and write it back out as AsciiDoc rather than doing anything textual or approximate. The AsciiDoc you get back keeps admonitions, includes and cross-references, and gives up toolchain-specific extensions. Heavily designed, multi-column pages are where every converter struggles, so give those a look afterwards.
How it goes3 steps
What each side of this conversion is good at, so you know what you are trading away.
Source .rtf
Rich Text Format — plain text with markup, readable by every word processor ever made.
Result .adoc
A heavier-duty plain-text markup aimed at technical books and manuals.
Other routes in and out of these formats.