RTF2HTML

The name says it all…

Need a quick way to convert RTF documents to HTML? If you work often in Word or TextEdit or with other styled text and want to make it available online quickly and easily, RTF2HTML is for you. It takes your styled text from most applications and converts it into standards-based HTML that you can copy and paste into an HTML document. It's also free!

Download RTF2HTML v2.0

WYSIWYG

RTF2HTML outputs HTML as close to the original HTML as it can get. Everything from style (bold, italicized, underlined, etc.) to font to the size is included. Paragraphs are separated and nested inside standard “<p>” tags and inline attributes are inside “<span>” tags.

Examples

// Converted using RTF2HTML

#import

int main(int argc, char *argv[])

{

return NSApplicationMain(argc, (const char **) argv);

}

Did you know?

This text was created in TextEdit and converted using RTF2HTML.