監(jiān)理公司管理系統(tǒng) | 工程企業(yè)管理系統(tǒng) | OA系統(tǒng) | ERP系統(tǒng) | 造價咨詢管理系統(tǒng) | 工程設計管理系統(tǒng) | 甲方項目管理系統(tǒng) | 簽約案例 | 客戶案例 | 在線試用
X 關閉

PHP設計模式介紹值對象模式

申請免費試用、咨詢電話:400-8352-114

南昌網(wǎng)站建設www.diyphp.net

 

PHP操作word文檔的二種辦法

辦法一:應用php com模塊 。也即應用word供應的當?shù)豠pi,一切只合用于windows系統(tǒng)上。

 

view plaincopy to clipboardprint?
<?php  
$word = new com('word.application') or die('無法翻開word');  
$word->Visiable = false;  
$doc_file = '/path/to/doc';  
$word->Open($doc_file);  
$text = '這段文字將被寫到word文檔中去';  
$word->Selection->TypeText($text);  
//保管  
$word->ActiveDocument->Save();  
//讀取內容  
$doc_file_contents = $word->ActiveDocument->Content->Text;  
//輸出word內容  
$word->PrintOut();  
$word->Close();  
?> 
<?php
$word = new com('word.application') or die('無法翻開word');
$word->Visiable = false;
$doc_file = '/path/to/doc';
$word->Open($doc_file);
$text = '這段文字將被寫到word文檔中去';
$word->Selection->TypeText($text);
//保管
$word->ActiveDocument->Save();
//讀取內容
$doc_file_contents = $word->ActiveDocument->Content->Text;
//輸出word內容
$word->PrintOut();
$word->Close();
?>


應用com銜接word,常常無法預期運轉成功,不不變當前也不曉得是什么緣由,臨時靠命運運限吧。

 

辦法二:應用catdoc。catdoc是linux上的東西,需求自行裝置裝備。

 

view plaincopy to clipboardprint?
<?php  
//catdoc地位  
$cat_doc = '/usr/local/bin/catdoc';  
$doc_file = 'this is a doc file';  
//讀取word文件內容  
$doc_file_contents = shell_exec($cat_doc . ' ' . $doc_file);   
echo nl2br($doc_file_contents);  
?> 
<?php
//catdoc地位
$cat_doc = '/usr/local/bin/catdoc';
$doc_file = 'this is a doc file';
//讀取word文件內容
$doc_file_contents = shell_exec($cat_doc . ' ' . $doc_file);
echo nl2br($doc_file_contents);
?>


關于更多catdoc的相關功用,請查閱catdoc文檔。
因為catdoc是linux的東西,所以上面的這段代碼只能運轉在linux效勞器上,罷了必需裝置了catdoc。

 


  

發(fā)布:2007-03-31 14:49    編輯:泛普軟件 · xiaona    [打印此頁]    [關閉]
相關文章:
南昌OA系統(tǒng)
聯(lián)系方式

成都公司:成都市成華區(qū)建設南路160號1層9號

重慶公司:重慶市江北區(qū)紅旗河溝華創(chuàng)商務大廈18樓

咨詢:400-8352-114

加微信,免費獲取試用系統(tǒng)

QQ在線咨詢

泛普南昌網(wǎng)站建設公司其他應用

南昌OA軟件 南昌OA新聞動態(tài) 南昌OA信息化 南昌OA快博 南昌OA行業(yè)資訊 南昌軟件開發(fā)公司 南昌門禁系統(tǒng) 南昌物業(yè)管理軟件 南昌倉庫管理軟件 南昌餐飲管理軟件 南昌網(wǎng)站建設公司