Team,
We are planning to use the phpdocx in our PHP application. We tried the trail version and it is working as expected.
Our actual requirement is user will upload the doc or docx file with more formatting along with tables and images. We need to convert that into HTML file without loosing any formatting. Then the user will edit that HTML throgh anyone editor (TinyMCE, WYSWING, etc.,) and upload it again. After that we need to convert the same HTML into Doc or Docx file with the same formatting in HTML file without compatibility mode.
Kindly let me know if the above requirement will suit using this PHPDocx.