is it possible two merge two .doc files to a .docx file in PHP?
$PHPWord = new \\PHPWord(); $document = $PHPWord->loadTemplate(\'Excel2003.doc\'); // Sav