Converting hyperlinks & endnotes
hi,
i've got pdf documents containing hyperlinks followed endnote marker linked endnote. i'm trying write plug-in replaces hyperlink (invisible) button of same size, opens hyperlink "mouse up" action , moves endnote text button tooltip.
sounds reasonably straight forward task, haven't managed @ yet. it's first acrobat plug-in - i'm programming in c++ in visual studio 2010 - , despite browsing through sdk documentation, samples, snippets , forums, have not been able find out how to:
1. access urls of existing hyperlinks (i got point of cycling through annotations getting actions links, what's next step? need use cosdictget()?)
2. determine associated endnote, copy content , delete endnote.
3. create button same bounding rectangle, add weblink , tooltip text.
would able point me appropriate objects , methods?
and 2 more related question, reveals ignorance:
4. why lots of sdk 9.1 methods missing in sdk 10 documentation (e.g. avdocgetpagetext())?
5. possible (and easier) implement functionality looking ole?
thanks!
1 – yes, once have action, should check type , if it's uri action, can uri itself.
2 – there no such thing in pdf asa "endnote", first task figure out file has in can find , work it.
3 – buttons form fields (which annotations of type widget).
4 – sounds bug in docs. no methods have been removed.
5 –no, level of functionality require available plugin
More discussions in Acrobat SDK
adobe
Comments
Post a Comment