/* Here is my code*/ $PHPWord = new \PhpOffice\PhpWord\PhpWord(); $PHPWordLoad = \PhpOffice\PhpWord\IOFactory::load($file); $objWriter = \PhpOffice\PhpWord\IOFactory::createWriter($PHPWordLoad, 'HTML'); $tmpfname = public_path('doczipfiles/temp.html'); $htmlWriter ->save($tmpfname);