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.
I found phpdocx while I was looking for a way to extract word doc, but it seems it only works for generating new word docs. is this possible to read an existed word doc by PHPDocx? thanks
you have solution to this problem?
I have the same problem and I have pay pro+ version, and I dont resolved....
I need helpme
thanks
Hello,
You can use Docx2Text class to extract content of a DOCX.
Regards.
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
Hello,
Phpdocx doesn't read or transform DOC to DOCX.
If you want to do that transformation you should use a tool like OdfConverter, included in phpdocx pro + and phpdocx corporate.
Regards.