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

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

申請(qǐng)免費(fèi)試用、咨詢電話: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('無(wú)法翻開(kāi)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('無(wú)法翻開(kāi)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,常常無(wú)法預(yù)期運(yùn)轉(zhuǎn)成功,不不變當(dāng)前也不曉得是什么緣由,臨時(shí)靠命運(yùn)運(yùn)限吧。

 

辦法二:應(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)功用,請(qǐng)查閱catdoc文檔。
因?yàn)閏atdoc是linux的東西,所以上面的這段代碼只能運(yùn)轉(zhuǎn)在linux效勞器上,罷了必需裝置了catdoc。

 


  

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

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

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

咨詢:400-8352-114

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

QQ在線咨詢

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

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