Previous | Next | (P-PDF) Developers
Topic: RE: Add New Annot (Via Email)
Conf: (P-PDF) Developers, Msg: 32146
From: kt
Date: 1/3/2002 01:04 AM
Read the AcroJS.pdf documentation. You can create annots of ANY type very
easily with JavaScript in Acrobat 5.
If you need to do this from a plugin, it's easiest to call out to JavaScript
with AFExecuteThisScript() and create the annots that way.
Kas Thomas
>>Hi Friends!
>>
>>If possible can u Help me? In my current application i've
>>to add all types of annotations to the PDF file i.e.,
>>Highlights, Strikeouts, Underlines, Redline Markers etc.,
>>I'm using Windows Platform and working under VC++. Thru IAC
>>i'm able to add new text / sticky Annotations very easily
>>by using AddNewAnnotation(). But if i use the same
>>function for the above annotations it is not working. Can
>>anybody of u help to sought out this problem. I thankful
>>to u if u can send me some code samples which are related
>>to this problem.
>>
>>--Aravind Kalli.
>>