I’ve been successfully able to generate a .docx document with https://github.com/djpate/docxgen but as soon as i try to include TinyMCE text, i no longer can open the document. (non valid char).
Is there a way to convert the HTML text before giving it to docxgen to avoid such error?
I’ve decided to go with the pro version of the library http://www.phpdocx.com/ as it simplifies the whole process. I hope it’ll fill my needs.