时间:2021-07-01 10:21:17 帮助过:7人阅读
将word文档转化为HTML文件 visible = 1 ; $word->Documents->Open($wfilepath)or die("无法打开这个文件"); $htmlpath = substr($wfilepath,0,-4); $word->ActiveDocument->SaveAs($htmlpath,8); $word->quit(0); return $htmlpath; } $str1 = "test";$w="E:/AppServ/www/yougan/" . $str1 . ".doc"; $path = wordTohtml($w) . ".htm"; echo $path . "
";print( "Word转html完成!" );$str2 = $str1 . ".htm";echo "";?>