【php创建OpenOfficecom组件失败】教程文章相关的互联网学习教程文章

php 利用openoffice把office转成pdf格式【代码】

php 利用openoffice把office转成pdf格式PHP code function word2pdf($doc_url, $output_url){//Invoke the OpenOffice.org service manager$osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is installed.\n");//Set the application to remain hidden to avoid flashing the document onscreen$args = array($this->MakePropertyValue("Hidden",true,$osm));//Launch the desktop$...

php如何实现openoffice转pdf【代码】【图】

php openoffice转pdf的方法:首先下载“openoffice4.1.2”;然后将用户的访问权限为“允许”,并将标识调整为交互式;最后在php环境下运行代码为“function MakePropertyValue(){}”即可。推荐:《PHP视频教程》 php操作openoffice把文件转换成pdf 1.上官网, http://www.openoffice.org。下载openoffice4.1.2? 2.设置权限 cmd 运行Dcomcnfg.exe->组件服务->计算机->我的电脑->DCOM配置->OpenOffice Service Manager 3.打开op...

php利用openoffice把office转成pdf格式

如题 从网上找到代码 function word2pdf($doc_url, $output_url) { //Invoke the OpenOffice.org service manager $osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is installed.\n"); //Set the application to remain hidden to avoid flashing the document onscreen $args = array($this->MakePropertyValue("Hidden",true,$osm)); //Launch the desktop $top = $osm->c...

利用openoffice把office转成pdf,组件无法使用,请各位大侠帮忙。

php 利用openoffice把office转成pdf格式 问题请教 代码如下: function MakePropertyValue($name,$value,$osm){ $oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue"); $oStruct->Name = $name; $oStruct->Value = $value; return $oStruct; }function word2pdf($doc_url, $output_url){ $osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is ins...

php利用openoffice把office转成pdf格式,该怎么处理

php 利用openoffice把office转成pdf格式如题 从网上找到代码PHP codefunction word2pdf($doc_url, $output_url){//Invoke the OpenOffice.org service manager$osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is installed.\n");//Set the application to remain hidden to avoid flashing the document onscreen$args = array($this->MakePropertyValue("Hidden",true,$osm));//Lau...

php用openoffice转换csv为pdf乱码,请教如何解决

php用openoffice转换csv为pdf乱码,请问怎么解决?打开openoffice选好编码,能完成转换,没有乱码,但是用php就是乱码了,初步确定是没设置编码,请问在php中如何设置编码,php代码如下....PHP code Bridge_GetStruct("com.sun.star.beans.PropertyValue");$oStruct->Name = $name;$oStruct->Value = $value;return $oStruct; } function word2pdf($doc_url, $output_url){$fdoc_url = "file:///" . $doc_url;$foutput_url = "file:///" . ...

请教用openoffice在pdf中提取文本的php代码

请问用openoffice在pdf中提取文本的php代码我想在pdf提取文本,可是搜索一晚上都没有个所以然,哪位同学能帮帮我么------解决方案-------------------- 没有接触过,不过是一个很好的课题,坐等高人。 ------解决方案-------------------- 这个吧得先把pdf解析,在获取内容。去网上找找PDF解析的相关方法。 仅供参考!

php利用openoffice把office转成pdf格式,该如何处理

php 利用openoffice把office转成pdf格式如题 从网上找到代码 function word2pdf($doc_url, $output_url){//Invoke the OpenOffice.org service manager$osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is installed.\n");//Set the application to remain hidden to avoid flashing the document onscreen$args = array($this->MakePropertyValue("Hidden",true,$osm));//Launch the...

利用openoffice把office转成pdf,组件没法使用,请各位大侠帮忙

利用openoffice把office转成pdf,组件无法使用,请各位大侠帮忙。本帖最后由 nationzhou 于 2013-05-18 16:42:24 编辑php 利用openoffice把office转成pdf格式 问题请教 代码如下:function MakePropertyValue($name,$value,$osm){ $oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue"); $oStruct->Name = $name; $oStruct->Value = $value; return $oStruct; }function word2pdf($doc_url, $output_url){...

利用openoffice把office转成pdf,组件无法使用,请诸位大侠帮忙

利用openoffice把office转成pdf,组件无法使用,请各位大侠帮忙。本帖最后由 nationzhou 于 2013-05-18 16:42:24 编辑 php 利用openoffice把office转成pdf格式 问题请教代码如下:function MakePropertyValue($name,$value,$osm){ $oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue"); $oStruct->Name = $name; $oStruct->Value = $value; return $oStruct; }function word...

php利用openoffice把office转成pdf格式,该怎么解决

php 利用openoffice把office转成pdf格式如题 从网上找到代码 function word2pdf($doc_url, $output_url) { //Invoke the OpenOffice.org service manager $osm = new COM("com.sun.star.ServiceManager") or die ("Please be sure that OpenOffice.org is installed.\n"); //Set the application to remain hidden to avoid flashing the document onscreen $args = array($this->MakePropertyValue("Hidden",true,$osm)); /...

php调用com组件配置以openoffice替例【图】

php调用com组件配置 以openoffice为例什么是com组件?COM构架下,人们可以开发出各种各样的功能专一的组件,然后将它们按照需要组合起来,构成复杂的应用系统。COM与语言,平台无关的特性使所有的程序员均可充分发挥自己的才智与专长编写组件模块。配置的目的主要是解决无法创建com对象问题,实际要实现功能word ppt xml转化为pdf php调用openoffice中com组件配置组要分为三步1. jdk支持,可能与这两个软件都和sun公司有关下载地...

php调用openoffice将office转pdf

系统环境为wamp+win7,安装好了openoffice,已将openoffice service manneger启动和激活权限设置为everyone 全部允许。然后使用以下代码将doc转为pdfset_time_limit(0); function MakePropertyValue($name, $value, $osm) {$oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue");$oStruct->Name = $name;$oStruct->Value = $value;return $oStruct; }function word2pdf($doc_url, $output_url) {$osm ...

PHP调用OpenOffice实现word转PDF的方法

最近一直在研究PHP word文档转PDF,也在网上搜索了很多类似的资料,大多数都是通过OpenOffice进行转换的。 核心的代码如下: function MakePropertyValue($name,$value,$osm){ $oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue"); $oStruct->Name = $name; $oStruct->Value = $value; return $oStruct; }function word2pdf($doc_url, $output_url){ $osm = new COM("com.sun.star.ServiceManager") or die (...

PHP windoews调用OpenOffice实现word/ppt转PDF【代码】【图】

1、安装免费的openOffice软件 2、需要JDK支持 3、安装完openOffice后,在开始--运行中输入Dcomcnfg打开组件服务。在组件服务—计算机—我的电脑—DCOMP配置中 4、 先到安装目录下,例如:C:\Program Files\OpenOffice 4\program\ cmd -> soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard 5、需要在php.ini里把com.allow_dcom = true打开,即去掉前面的分号。如果是以后版本,...

组件 - 相关标签