在经典 ASP 中从 PDF 文件读取数据

发布于 2024-12-11 02:33:21 字数 71 浏览 0 评论 0原文

我需要在 ASP 页面中读取 PDF 文件内的数据。 我需要将文件转换为另一种格式,或者有其他方法可以做到这一点吗? 提前致谢。

I need to read data inside a PDF file in an ASP page.
I will need convert the file to another format or is there another way to do this?
Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

蝶…霜飞 2024-12-18 02:33:21

您需要有一个可以理解 PDF 文件的文本文件或 COM 库,例如 http://www.asppdf .com/(来自 Google 搜索的结果,这不是产品推荐,仅是示例)。

You will need to either have a text file or a COM library that can understand PDF files, such as http://www.asppdf.com/ (result from Google search, this is not a product recommendation, only an example).

伊面 2024-12-18 02:33:21

如果您可以选择商业库,Amyuni PDF Creator ActiveX 适合这种情况。您可以在此处找到 Visual Basic 的示例。

适用通常的免责声明

Amyuni PDF Creator ActiveX fits this scenario if a commercial library is an option for you. You can find examples for Visual Basic here.

Usual disclaimer applies

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