Login using the username and password you created for AcrobatUsers.com.
Note: This is not the same as your Adobe ID.
Benefits of Free Membership:
Find out what AcrobatUsers.com is all about
You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.
Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.
Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.
Is it possible to set Tooltip(balloon tooltip) for embedded images in pdf file, through scripting. Kindly advise me.
Thanks for looking into this
My Product Information:
Acrobat Standard 8 / Windows
Offline

No, that tooltip image is part of the accessibility structure.
Thom Parker
The source for PDF Scripting Info
pdfscripting.com
The Acrobat JavaScript Reference, Use it Early and Often
http://www.adobe.com/devnet/acrobat/javascript.html
Then most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)
Offline
Thanks for your response. Is it possible to set Tooltip for embedded images via post script file? Is there any solution for this. Kindly advise me.
Last edited by prabudass (2010-01-28 14:13:31)
Offline

I don't know about that. I don't think postscript has anything to do with the accessibility structure in a PDF. As far as I know, the only way to automate adding accessibility info is through the conversion software, with a custom plug-in, or with a 3rd party library. I don't know of any tools that will automatically do this for you (other that the conversion to PDF). But that doesn't mean they aren't out there. Do a goolge search on PDF accessibility tools.
Thom Parker
The source for PDF Scripting Info
pdfscripting.com
The Acrobat JavaScript Reference, Use it Early and Often
http://www.adobe.com/devnet/acrobat/javascript.html
Then most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)
Offline