Can't find the adobe acrobat 10.0 type library (2020)

痴心易碎 提交于 2021-02-18 18:44:57

问题


I am trying to use VBA to read some text from a pdf.

I read that I need to reference the library, Adobe Acrobat 10.0 Type Library. So I downloaded the Acrobat DC SDK for windows from download page. However I have looked through the files but I can't find the Adobe Acrobat 10.0 dll. Where can I find this dll?


回答1:


You can download it here: The Acrobat X SDK

Once you have unzip file, you will find a bunch of folders. You want to drill down to this folder:

\Acrobat 10 SDK\Version 1\InterAppCommunicationSupport\Headers

And look for the acrobat.tlb file there.

Add it to your references in the VB Editor by using Browse.

Once added, it will show up as Adobe Acrobat 8.0 Type Library - Which seems odd, since it's in a zip file named Acrobat 10 SDK, but that seems to do it.



来源:https://stackoverflow.com/questions/60352098/cant-find-the-adobe-acrobat-10-0-type-library-2020

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!