问题
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