With Acrobat 6 installed, I set a reference to the Acrobat type library.
Then you can check the available methods/properties etc from the Object
Browser.
Regarding annotation, I see this method:
<From Object Browser>
Function AddAnnot(nIndexAddAfter As Long, i As Object) As Long
Member of Acrobat.CAcroPDPage
Adds a specified annotation at a specified location.
</From Object Browser>
The document at
http://www.adobe.com/devnet/acrobat/...oper_guide.pdf has an
exanple on page 23.
Looks like it's VB.Net, but should be understandable.
NickHK
"gottahavit" <(E-Mail Removed)> wrote in message
news:30075F45-F3C6-461D-A999-(E-Mail Removed)...
> I am trying to use Excel to open a PDF, add an annotation ("Stamp") and
save
> the document. I am not sure how to use PDPage and Addanot. Please help.
>
> Thanks.