PDF Reader in .NET

左心房为你撑大大i 提交于 2019-12-19 10:54:12

问题


I want to read PDF files from my .net application. Are there any free libraries available to do this?


回答1:


If you are looking for free PDF Read/Write .Net library, then you can visit
https://itextpdf.com/ (previously itextsharp)

Note: As mentioned by Dexters, this is library no more free for commercial purpose. It comes under Affero General Public License (AGPL)




回答2:


You could take a look at PDFSharp: http://www.pdfsharp.com/PDFsharp/




回答3:


PDFBox is open source and supports advanced text extraction. It also supports lucene search so it's ideal for creating a lucene index.



来源:https://stackoverflow.com/questions/905683/pdf-reader-in-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!