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

當(dāng)前位置:工程項目OA系統(tǒng) > 泛普各地 > 江西OA系統(tǒng) > 南昌OA系統(tǒng) > 南昌網(wǎng)站建設(shè)公司

PHP設(shè)計模式介紹值對象模式

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

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

 

PHP操作word文檔的二種辦法

辦法一:應(yīng)用php com模塊 。也即應(yīng)用word供應(yīng)的當(dāng)?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();  
//讀取內(nèi)容  
$doc_file_contents = $word->ActiveDocument->Content->Text;  
//輸出word內(nèi)容  
$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();
//讀取內(nèi)容
$doc_file_contents = $word->ActiveDocument->Content->Text;
//輸出word內(nèi)容
$word->PrintOut();
$word->Close();
?>


應(yīng)用com銜接word,常常無法預(yù)期運轉(zhuǎn)成功,不不變當(dāng)前也不曉得是什么緣由,臨時靠命運運限吧。

 

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

 

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


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

 


  

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

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

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

咨詢:400-8352-114

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

QQ在線咨詢

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

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