Skip to main content
April 12, 2017
Question

Get annotations from PDF-file by VBScript

  • April 12, 2017
  • 1 reply
  • 809 views

Hi there!

I've Adobe Reader DC as default pdf-file browser (win 7 x64 pro). I need to get all annotations from pdf-file by vbscript to collection. I do like below:

Set gApp = CreateObject("AcroExch.Document.DC")

and ... what's next? What methods has gApp? I ain't find it in SDK docs from adobe.com How can I use AcroExch.Document.DC to work with pdf-file? Where to look at in my case?

This topic has been closed for replies.

1 reply

Legend
April 12, 2017

Download the Acrobat SDK, which all Acrobat developers need: it has full documentation. Also, DC is not a part of the correct object name. If you already have the SDK it is in the section Interapplication Communication > OLE. You will use other classes like PDDoc and usually do nothing with the application object, but it sets up Acrobat and is a requirement.