Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

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.

Scott, you probably have your system set up to not display hidden files. That is the default Windows setting. You can change that if you want to be able to see ALL files in File Explorer. – braX Sep 11, 2020 at 10:03 @braX Hi there, I added Adobe Acrobat 8.0 Type Library to the references, but it shows error while creating acrobat object. Im getting "activex component can't create object" when i try this code : "CreateObject("AcroExch.PDDoc") " – Sahal Feb 24, 2021 at 14:54 tried to navigate through the mentioned site but cannot find any download button. could you please help me out? – smartini Mar 31, 2021 at 14:58 @smartini - When you open that page, do you see the "Next" button in the top right corner? Click that. – braX Mar 31, 2021 at 21:02

I had the Adobe Acrobat 10.0 Type Library in one of my Excel sheets but could not locate it in any other Workbook so I saved the one it was in as a different book and copied all my data to the new book. The Adobe 10.0 Type Library worked just fine then.

So you might see if you have the Library in another book.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.