如何在VB.net中读取PDF文件或在VB.net中将PDF转换为word文档
我需要使用 VB.net 编写的应用程序阅读 PDF 中的文本。目前最好的方法是什么。我也愿意先将 PDF 转换为 Word 文档,然后阅读
I need to read text in a PDF with an application written in VB.net. What is currently the best way of doing this. I am also open to first convert the PDF to a word document and read that instead
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iTextPdf 看起来是一个很好的起点,开源和 C#,所以任何示例都应该可以移植到 vb.net
C# 端口
http://sourceforge.net/projects/itextsharp/files/
该网站
http://itextpdf.com/
或者看看这篇文章,了解一些 .net 替代方案
http://www.codeproject.com/KB/string/pdf2text.aspx
iTextPdf looks like a good starting point, open source and c# so any examples should be portable to vb.net
The c# port
http://sourceforge.net/projects/itextsharp/files/
The site
http://itextpdf.com/
alternativly take a look at this article for a number of .net alternatives
http://www.codeproject.com/KB/string/pdf2text.aspx