windows下启动openoffice服务

http://user.qzone.qq.com/402902265/infocenter

1、安装OpenOffice 3:下载路径:http://zh.openoffice.org/new/zh_cn/downloads.html


2、用以下命令启动OpenOffice服务
cd C:\Program Files\OpenOffice.org 3\program
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

3、附上我写的DEMO,第三方包: JODConverter v2.2.1


cmd命令

cd C:\Program Files\OpenOffice.org 3\program
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

你可能感兴趣的:(Windows,Socket,QQ,C,C++)