java中使用OpenOffice
1. 下载软件/傻瓜安装
OpenOffice 下载地址http://www.openoffice.org/
JodConverter 下载地址http://sourceforge.net/projects/jodconverter/files/JODConverter/,也可以直接从附件里面下载
2.启动OpenOffice的服务
安装完openoffice,安装服务
//进入目录 cd C:\Program Files (x86)\OpenOffice 4\program //执行 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
//查看是否启动成功
netstat -ano|findstr "8100"
3.解压JosConverter的zip包,把相关jar包导入项目,里面有实例可直接导入项目测试。
这个人很懒,什么也没下留。