Hi @Folks
I am using CK Editor for Template Generation steps as below
1. I am Fetching template document and converting Binary file into HTML to get the RAW code.
2. Now i am replacing my Keywords with dynamic values from database
3. Now i want to show this modified HTML and CSS into CK Editor.
Issue i am facing here input HTML for CK editor is correct but the CK editor is removing all the CSS and classes written into it and i am getting Plain HTML text with all the CSS and classes removed so my template is distorted.
Can someone help me out with this , My CK editor should show the data with proper formatting.