Jul 22, 2004 #1 lunchbox88 Programmer Joined Feb 17, 2004 Messages 208 Location US Anyone know the javascript to remove the menubar and toolbars from Acrobat Reader?
Jul 23, 2004 Thread starter #2 lunchbox88 Programmer Joined Feb 17, 2004 Messages 208 Location US Anyone? Upvote 0 Downvote
Jul 23, 2004 #3 tgreer Programmer Joined Oct 4, 2002 Messages 1,781 Location US I don't know. I haven't checked the JavaScript documentation to know if it's possible. Have you? If not, here's the link: http://partners.adobe.com/asn/acrobat/sdk/public/docs/AcroJS.pdf Thomas D. Greer http://www.tgreer.comProviding PostScript & PDF Training, Development & Consulting Upvote 0 Downvote
I don't know. I haven't checked the JavaScript documentation to know if it's possible. Have you? If not, here's the link: http://partners.adobe.com/asn/acrobat/sdk/public/docs/AcroJS.pdf Thomas D. Greer http://www.tgreer.comProviding PostScript & PDF Training, Development & Consulting
Jul 26, 2004 #4 asksteven Programmer Joined Dec 20, 2003 Messages 10 Location CN app.execMenuItem("ShowHideToolBar"); app.execMenuItem("ShowHideMenuBar"); can not remove ,just hide. Upvote 0 Downvote
Jul 26, 2004 #5 Murgle Technical User Joined Oct 23, 2002 Messages 2,097 Location GB If the user presses F8 and F9 they will both reappear.... Rule Britannia, Britannia Waives the Rules Upvote 0 Downvote