Answered
Hi all,
Forum newbie here, and javascript newbie too!
I am looking to set up a button on my PDF form that will launch the advanced search window when the file is viewed in AdobeReader.
Effectively what I am trying to do is to run some javascript from the button (which I know how to do) to send 'Ctrl'+'Shift'+'F' to open the window (which I dont know how to do) and allow the user to then enter their search terms and options.
Any help greatly appreciated.
Many thanks
TF
http://acrobatusers.com/tutorials/2008/06/executing_menu_items_from_javascript
In Acrobat 8 most menu items are restricted, this may or may not be one you can run from a non-privileged script. However, an advanced search can also be setup and run using the Search object.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script