How to convert HTML to a Microsoft Word document ?
How can I convert HTML from a CKEditor into a Microsoft Word document? Nenotlep CKEditor is just HTML, so what you really should be asking yourself is: How do I save CKEditor contents as an HTML file and then convert that into a .doc file. The answer to the first part should be trivial. Protip: You send the contents as a string to your backend and your backend writes that string to an .html file. As for the conversion, you can try saving the content as a .html file, then opening that in Word and then saving it as a doc. Should be possible although Word is no browser and if your content is