Can this library allow the import of Docx template files into a WYSIWIG editor via HTML, which can the be edited and then saved/exported as a Docx file? How would this be done? Docx to HTML to Docx conversion?
Can this library allow the import of Docx template files into a WYSIWIG editor via HTML, which can the be edited and then saved/exported as a Docx file? How would this be done? Docx to HTML to Docx conversion?
Hello,
UPDATE: Word to HTML documentation.
Regards.
I've purchased the corporate version, but am having trouble understanding how to PHP echo the converted DOCX HTML into the WYSIWYG Div that I've created. Could you explain how this can be done or do you have a tutorial?
Hello,
UPDATE: Word to HTML documentation.
Regards.
I need help with both docx to html, but mostly with outputing the HTML into a WYSIWYG.
Hello,
UPDATE: Word to HTML documentation.
Regards.
I've got the Docx to HTML conversion to work. How do I make the HTML echo into the WYSIWYG instead of generating a downloadable file?
Hello,
phpdocx generates a HTML file after transforming the DOCX, so you just need to load this HTML in the WYSIWYG you're using.
For example, if you use CKEditor (http://ckeditor.com), you just need to create a textarea, set the CKEditor to this textare and load the HTML into it. We recommend you to check the documentation of the WYSIWYG you use.
Regards.