文件名称:.Net c#使用PDFBox解析PDF文件
文件大小:6.78MB
文件格式:RAR
更新时间:2014-05-10 13:59:39
.Net c# PDFBox PDF文件 解析
在.Net中使用PDFBox需要引用: 1.PDFBox-0.7.3.dlll (8 MB) 2.IKVM.GNU.Classpath (7 MB) 3.IKVM.Runtime.dll (360 kB) 4.FontBox-0.1.0-dev.dll 使用方法: private static string parseUsingPDFBox(string filename) { PDDocument doc = PDDocument.load(filename); PDFTextStripper stripper = new PDFTextStripper(); return stripper.getText(doc); }
【文件预览】:
src
----bin()
--------Debug()
----Pdf2Text.sln(899B)
----obj()
--------Debug()
--------Pdf2Text.csproj.FileList.txt(138B)
----Program.cs(602B)
----App.ico(1KB)
----Pdf2Text.csproj(4KB)
----AssemblyInfo.cs(2KB)