RTF generator
This is a PHP Class which generates files in RTF (Rich Text Format). As the class is instantiated, developer can build their on RTF documents by adding most used text formats (bold, italic, underline), as well as build up ordered and unordered list. Examples can show that it is really quick and easy. The resulting data can be then output to screen or saved into a file. Developers can also master a number of additional functions about credentials and authoring (such as author, keywords, subject, ...) This project is under development and more features will be added.