1、win7下安装完openoffice 3.4.1
2、命令行启动:soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
3、查看任务管理器:
说明服务成功启动;但是以用户dell运行的,dell是我电脑上的管理员账号
4、php代码:
$osm = new COM("com.sun.star.ServiceManager") or die("Please be sure that OpenOffice.org is installed.n");
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `com.sun.star.ServiceManager' in E:\work\test\test.php on line 10( ! ) com_exception: in E:\work\test\test.php on line 10
你考虑到是否是没有权限呢?
php 可是匿名用户啊
你考虑到是否是没有权限呢?
php 可是匿名用户啊