如何在VB.net中读取PDF文件或在VB.net中将PDF转换为word文档

发布于 2024-11-26 10:24:04 字数 77 浏览 0 评论 0原文

我需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

揽清风入怀 2024-12-03 10:24:04

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文