Quote Originally Posted by andras.michaletzky View Post
Hi Jesmond,

We had a similar problem. In our web application, the user wants to edit the parameters of the products when creating a quote. Highlighting, italics, indenting text, changing font size, etc.
The solution ended up being to let the user edit the text in Quill editor and save the data in both HTML and RTF format in the database when saving. We created a basic HTML to RTF converter (client side, JavaScript code) so that we can print it using DR 8.1. There is the RTF engine already good.

If you are interested in the solution, contact me privately. mandras@nextsw.hu

Regards,
András Michaletzky
Thanks Andras,

Sent you an email