PHP怎么實(shí)現(xiàn)Word轉(zhuǎn)PDF

本篇內(nèi)容介紹了“PHP怎么實(shí)現(xiàn)Word轉(zhuǎn)PDF”的有關(guān)知識(shí),在實(shí)際案例的操作過程中,不少人都會(huì)遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!

我們提供的服務(wù)有:成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、微信公眾號(hào)開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認(rèn)證、民權(quán)ssl等。為上1000+企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務(wù),是有科學(xué)管理、有技術(shù)的民權(quán)網(wǎng)站制作公司

PHP處理Word轉(zhuǎn)PDF代碼示例:

  1. < ?php  

  2. set_time_limit(0);  

  3. function MakePropertyValue($name,$value,$osm){  

  4. $oStruct = $osm->Bridge_GetStruct
    ("com.sun.star.beans.PropertyValue");  

  5. $oStruct->Name = $name;  

  6. $oStruct->Value = $value;  

  7. return $oStruct;  

  8. }  

  9. function word2pdf($doc_url, $output_url){  

  10. $osm = new COM("com.sun.star.ServiceManager") 
    or die ("Please be sure that OpenOffice.org 
    is installed.\n");  

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

  12. $oDesktop = $osm->createInstance("com.sun.star
    .frame.Desktop");  

  13. $oWriterDoc = $oDesktop->loadComponentFromURL
    ($doc_url,"_blank", 0, $args);  

  14. $export_args = array(MakePropertyValue
    ("FilterName","writer_pdf_Export",$osm));  

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

  16. $oWriterDoc->close(true);  

  17. }  

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

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

  20. $pdf_file = "2.pdf";  

  21. $output_file = $output_dir . $pdf_file;  

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

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

  24. word2pdf($doc_file,$output_file);  

  25. ?> 

“PHP怎么實(shí)現(xiàn)Word轉(zhuǎn)PDF”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!

網(wǎng)站名稱:PHP怎么實(shí)現(xiàn)Word轉(zhuǎn)PDF
當(dāng)前地址:http://muchs.cn/article32/ijoosc.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供手機(jī)網(wǎng)站建設(shè)、靜態(tài)網(wǎng)站、品牌網(wǎng)站設(shè)計(jì)搜索引擎優(yōu)化、企業(yè)建站、網(wǎng)頁設(shè)計(jì)公司

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站托管運(yùn)營