I need to convert HTML from WYSIWYG HTML input boxes from TinyMCE into RTF. I have an RTF template document, I then take figures from the MySQL database and do a find and replace on certain fields in order to generate a report.
There are some sections where the user can enter HTML encoded text using TinyMCE, I would like to be able to add this data to the report, changing the HTML encoding to RTF encoding. Is this possible, and can someone please supply maybe a code snippet, or a location of a download for something that is already running.
TIA