Hi,
We have build custom app on top of Dynamics 365 CRM. We have a requirement to use a rich text editor (for bullet lines & font styling for now). So we have used custom plugin CKEditor (Link) as RTE for one of the form field. When we are trying to render the content on RTE we are successful in getting the styles. But when we saved the form content and used it in Document Template, we are viewing the content as plain HTML tags, unlike getting the styles rendered as if it is an HTML page (When downloaded and viewed using MS Word).
We are expecting that MS Word should open the file as HTML and do not show the HTML tags, but styles. Is there a way we can achieve it. We have also tried using OpenXML to convert the content from HTML to docx while saving as well (Link). But was not successful.
Any help is appreciated :)
*This post is locked for comments