spire.doc for java 中的 document 类提供了 document. savetofile() 方法将 word 源文档保存为指定格式的文档。本文以保存为 html 格式为例,介绍如何实现转换。
安装 spire.doc for java
首先,您需要在 java 程序中添加 spire.doc.jar 文件作为依赖项。您可以从这个链接下载 jar 文件;如果您使用 maven,则可以通过在 pom.xml 文件中添加以下代码导入 jar 文件:
com.e-iceblue
https://repo.e-iceblue.cn/repository/maven-public/
e-iceblue
spire.doc
4.10.9
将 word 转为 html
以下是实现格式转换的详细步骤:
- 创建 document 类的实例。
- 调用 document.loadfromfile(string filename) 方法加载 word 源文档。
- 调用 document. savetofile(string filename, fileformat fileformat) 方法保存为 html 格式。
- java
import com.spire.doc.*;
public class wordtohtml {
public static void main(string[] args) {
//实例化document类的对象
document doc = new document();
//加载word文档
doc.loadfromfile("inputfile.docx");
//保存为html格式
doc.sasavetofile("tohtml.html",fileformat.html);
doc.dispose();
}
}
word 测试文档:
转换后的 html 文档:
申请临时license
如果您希望删除结果文档中的评估消息,或者摆脱功能限制,请 该email地址已收到反垃圾邮件插件保护。要显示它您需要在浏览器中启用javascript。 获取有效期30天的临时许可证。