C 程式設計讀取文件Doc Docx及Pdf內容的方法

2022-09-28 20:24:29 字數 704 閱讀 3570

doc文件:microsoft word 14.0 object library www.cppcns.com(gac物件,呼叫前需要安裝word。安裝的word版本不同,com的版本號也會不同)

docx文件:microsoft word 14.0 object library (gac物件,呼叫前需要安裝word。安裝的word版本不同,com的版本號也會不同)

pdf文件:pdfbox

/*作者:ghostbear

*/using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.io;

using system.text.regularexpressions;

using org.pdfbox.pdmodel;

using org.pdfbox.util;

using microsoft.office.interop.word;

namespace testpdfreader

private static string filterstring(string input) }

}本文標題: c#程式設計讀取文件doc、docx及pdf內容的方法

本文位址: /ruanjian/csharp/124667.html

c 讀取文件

設計乙個讀取 inputfile.txt 資料的class parsetxtfile 實體化時由 constructor 構造器 提供檔案所在路徑 讀取完成列印 txt 檔案內的 data,建議使用 system.io.file.readalllines 必須處理以下exception,提供相對應的...

c 讀取pdf文件

2.解壓pdfbox,專案中新增存在解壓後bin目錄下的dll檔案 ikvm.gnu.classpath.dll ikvm.runtime.dll fontbox 0.1.0 dev.dll pdfbox 0.7.3.dll 3.檔案中引入2個命名空間 using org.pdfbox.pdmode...

C語言讀取text文件

一 讀取不同的資料型別資訊 1 開啟文件 file fpread fopen student.txt r 開啟文件 if fpread null 2 讀取文件 將txt文件另存為ansi編碼進行讀取可以顯示中文字元 將容量加一,否則顯示不全 int age while feof fpread txt...