3

Is there any way to save MS WordPad files (basically RTF) as HTML?

I edited a document, made all my styles now I want to save it as HTML, is there anyway (add-in or extension?) to save it as HTML right from wordpad instead of looking for an online free tool that does it?

3 Answers3

4

LibreOffice opens RTF documents and exports to HTML. You can download compiled binaries for many platforms from the site.

I have never tested it, but the RTF option is present in the Open File dialogue. Exporting to HTML has looked reasonable when I have tried it in the past, but I have never had strong feelings about the styles so I can't vouch for the fidelity.

Edit:

I happened to type eix rtf in a terminal just now (for an unrelated purpose), and a number of items you may be interested in popped up. Abridged list:

Of these, rtf2html version 0.19.3 and 0.20.1 are considered stable by Gentoo.

Eroen
  • 6,561
1

Try downloading RTFConverter, then use using the command line application Rtf2Html.exe in the bin\release folder.

You should be able to mass convert your files easily this way, although as with all automated conversions be sure to visually confirm that the final results look similar to the original sources.

Of course, if you have Word installed you can use it as well (even automate it using a macro or VBScript), but don't expect great things in terms of HTML quality.

Karan
  • 57,289
-1

If you are on a PC the best option is to just copy and paste all your code into 'Notepad' that allows you to save the file as .html

If on a mac there are a few free text editors that allow the user to save in a .html file format.

I have found that a good way to code and save files is the Cloud 9 IDE. It is internet based easy to use with live preview options. The files are saved on the cloud therefore be used on any computer anywhere and can be saved to your computer.

JayC
  • 1