.NET 中的 PDF 阅读器
我想从我的 .net 应用程序读取 PDF 文件。 有没有免费的库可以做到这一点?
I want to read PDF files from my .net application. Are there any free libraries available to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您正在寻找免费的 PDF 读/写 .Net 库,那么您可以访问
https://itextpdf.com/ (以前称为 itextsharp)
注意:正如 Dexters 提到的,这个库不再免费用于商业目的。 它受 Affero 通用公共许可证 (AGPL)
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)
您可以看一下 PDFSharp: http://www.pdfsharp.com/PDFsharp/
You could take a look at PDFSharp: http://www.pdfsharp.com/PDFsharp/
PDFBox 是开源的并支持 高级文本提取。 它还支持 lucene 搜索,因此非常适合创建 lucene 索引。
PDFBox is open source and supports advanced text extraction. It also supports lucene search so it's ideal for creating a lucene index.