免费图书馆阅读 PDF 文件

发布于 2024-11-04 02:33:23 字数 1539 浏览 1 评论 0 原文

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

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

发布评论

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

评论(2

戈亓 2024-11-11 02:33:23

Adobe 的 PDF 参考在线:http://www.adobe.com/devnet/pdf/ pdf_reference.html

我不确定直接从 VBA 读取 PDF 的最佳方法,但如果您可以调用外部 Java 或 C# 程序,那么我建议使用 iText 用于基本文本提取

编辑:我也许应该提到 Adob​​e 的 PDF 参考是一个 800 页的庞然大物。我发现它对于查找特定问题的答案很有用(例如,存储嵌入的 truetype 字体的宽度),但它可能不是一个好的起点。为此,通读 iText 书籍帮助我开始了解该格式。

Adobe's PDF reference is online here: http://www.adobe.com/devnet/pdf/pdf_reference.html

I'm not sure about the best way to read PDFs from VBA directly, but if you can call an external Java or C# program, then I would recommend using iText for basic text extraction.

EDIT: I should maybe mention that Adobe's PDF reference is an 800 page beast. I found that it's good for looking up answers to particular questions (eg, storing widths of embedded truetype fonts), but it may not be a good place to start. For that, reading through the iText book helped me to get started on the format.

命硬 2024-11-11 02:33:23

IText 书包含大量一般 PDF 任务的工作示例和大量背景信息,可帮助您理解 PDF 文件。它很快就能收回成本!

The IText book contains lots of worked examples for general PDF tasks and lots of background info to help you understand PDF files. It more than pays for itself very quickly!

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