Forum


Replies: 3   Views: 2833
Unable to convert doc to html, docx to html works
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by razasayed  · 19-10-2018 - 09:18

I did the following to convert a doc to docx first

$docx = new CreateDocx();

$docx->transformDocument('test.doc', 'test.docx')

I get the error "PHP Error: Class 'Phpdocx/Logger/Exception not found..."