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.
yes but dont read .doc
I try :
$archivo = 'document.doc';
$options = array('paragraph' => true, 'list' => true,'table' => true, 'footnote' => false, 'endnote' => false, 'chart' => 0);
$docx->docx2txt($archivo, 'document_new.docx', $options);
how I do it for read .doc