of-course

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包导入项目,里面有实例可直接导入项目测试。

 

 

分类:

技术点:

相关文章:

  • 2021-11-14
  • 2021-08-04
  • 2021-08-04
  • 2021-09-30
  • 2021-08-13
  • 2021-10-16
  • 2021-10-09
猜你喜欢
  • 2021-09-20
  • 2021-08-04
  • 2021-11-19
  • 2021-09-20
  • 2021-08-04
  • 2021-08-04
  • 2021-09-30
相关资源
相似解决方案