Hi,
I'm trying to make things a little more user friendly.
I have large pdf's which almost always use Full-text seach vs "Find" to locate data.
I'm using Acrobat 9 Pro.
When I access full text search for an embedded index on my local machine, I have to click on the drop-down menu of the Find box in the top button bar or use the CRTL+SHIFT +F keys. Even then a separate window opens outside the Reader..(very annoying).
However when I open "JavaScript™ for Acrobat® API Reference" at http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf, the Binocular icon is in the Navigation Panel buttons. The Search window also opens inside the Nav Panel. (when running inside IE7).
I want to force this behavior when users open the PDF off-line.
Is this an undiscovered option or programmable in JavaScript?
Thanks
You can control the "Search" window to a certain extent using JavaScript. There are two main ways to do this, the JavaScript Search Object (look in the reference), and by executing the search menu items with "app.execMenuItem()".
Hope this helps,
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script