• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

织梦吧 - dedecms,网站模板,建站教程,图片素材免费下载

DedeCMS视频教程
当前位置: 织梦吧 > 编程与数据库 > php编程 >

PHP处理Word转PDF怎么做?Word转PDF格式的PHP代码

来源: www.dedecms8.com 编辑:织梦吧 时间:2013-09-07点击:

PHP处理Word转PDF怎么做?Word转PDF格式的PHP代码

 < ?php 

  set_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 = new COM("com.sun.star.ServiceManager") 

  or die ("Please be sure that OpenOffice.org 

  is installed.\n"); 

  $args = array(MakePropertyValue("Hidden",true,$osm)); 

  $oDesktop = $osm->createInstance("com.sun.star 

  .frame.Desktop"); 

  $oWriterDoc = $oDesktop->loadComponentFromURL 

  ($doc_url,"_blank", 0, $args); 

  $export_args = array(MakePropertyValue 

  ("FilterName","writer_pdf_Export",$osm)); 

  $oWriterDoc->storeToURL($output_url,$export_args); 

  $oWriterDoc->close(true); 

  } 

  $output_dir = "D:/LightTPD/htdocs/"; 

  $doc_file = "D:/LightTPD/htdocs/2.doc"; 

  $pdf_file = "2.pdf"; 

  $output_file = $output_dir . $pdf_file; 

  $doc_file = "file:///" . $doc_file; 

  $output_file = "file:///" . $output_file; 

  word2pdf($doc_file,$output_file); 

  ?>

 

以上就是PHP处理Word转PDF的方法,即Word转PDF格式的PHP代码.

 

标签: Word转PDF
评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 tom@tiptop.cn ,  QQ