Hi Tom,
this is my previous questione and your related answer:
Q: how can i disable search functions (I mean find button) for a pdf document?
A:You can never completely hide UI controls from the user. They can always reset UI, but you can customize the Acrobat UI from a folder level script with:
app.hideToolbarButton();
This function is privileged and can only be executed during Acrobat initialization. It cannot be run from a document script.
To use this function you need the names of the toolbar buttons. Download the "Menu Item and Toolbar Report Generator" at:
[link=http://www.windjack.com/products/freestuff.php]http://www.windjack.com/products/freestuff.php[/link]
Now I ask you: is this only possible with a stand alone installation af Acrobat, or it is also possible with Acrobat plugins to hide find/saerch functions from an Internet Browser opening a pdf document?
Many thanks
Simone
The documentation is at:
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Click on Documentation and scroll down.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script