This is a class for creating RTF document files from HTML.
RTF is a popular rich text format meant for interchange of documents between any word processor program.
The class parses and converts to RTF various HTML tags, such as:
<strong>, <em>, <u>, <strike>, <ul>, <li>, <br>, <p>, <h1>, <h2>, <h3>
An example script is included to implement a Web based WYSIWYG editor that saves documents in RTF format. |