Forum


Replies: 1   Views: 3377
How i can open docx??
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 waqas123  · 28-01-2016 - 13:41

Fatal error: Class 'TransformDoc' not found in C:\xampp\htdocs\uni\includes\functions.php on line 203

function open_docx(){

require_once 'phpdocx/classes/TransformDoc.inc';
    $docx = new TransformDoc();
    $docx->setStrFile('submitted/2794849631Aresha.docx');
    $docx->generateXHTML();
    $html = $docx->getStrXHTML();
}