怎样将word转换成htm格式
<div style="border:1 outset #ffffff; overflow:auto;width:80%;height:50%" id="word" contenteditable></div><input type="button" value="转换成HTML" onclick="convert2html()"><br><textarea cols="80" rows="10" id="html"></textarea><br>注意:您的浏览器必须是IE5.5后以上,否则无法插入文字!</body></html>这是另一种实现方法:<html><HEAD><TITLE>WalkingPoison's Word-to-HTML sample</TITLE><script language=javascript>function saveword(){var oWordApp=new ActiveXObject("Word.Application");var oDocument=oWordApp.Documents.Open("C:\\sss.doc");oDocument.SaveAs("C:\\test.htm", 8)oWordApp.Quit();}</script></HEAD><BODY>Click the "save" button to save the file "C:\test.doc" to "C:\test.htm":<input type=button onclick="saveword()" value=save><P> </P>
word文档不小心保存成htm格式,如何转换成doc格式?
下载百度文库中的文档时文档的类型不会变化。
另存时啥也不用修改直接存就是了,word文档还是word文档的。
你下载的文档若已经成了htm格式可以用word程序打开,再另存为doc格式就可以了看我的动画演示
请教,如何将WORD文档转换成“已编译的HTML文件”
在word中,可以通过另存为对话框,将Word文档变成HTML格式。
1、点击“office 按钮”,在弹出的下拉选项中另存为命令;2、弹出另存为对话框,在保存类型处选择网页(*.htm; *.html)即可,如图所示。
转载请注明出处51数据库 » word 怎么变成 htm