Question
Get annotations from PDF-file by VBScript
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?
