This content has been marked as final.
Show 5 replies
-
1. Re: How to remove toolbuttons from Adobe X
lrosenth Mar 15, 2011 6:48 AM (in response to arvindg007)You cannot. The toolbars in Acrobat/Reader X are not accessible via the plugin APIs.
Can you give us some idea of what you are trying to achieve? Could you hide the entire toolbar area rather than removing the buttons?
-
2. Re: How to remove toolbuttons from Adobe X
arvindg007 Mar 15, 2011 10:14 PM (in response to lrosenth)So is there any other mechanism by which we can remove toolbar?. Basically I don’t want to show toolbar in embedded pdf. The problem with hide is that it comes up by pressing F8 key. I tried intercepting F8 key but didn't get success.
Regards,
Arvind
-
3. Re: How to remove toolbuttons from Adobe X
lrosenth Mar 16, 2011 6:20 AM (in response to arvindg007)No, there is not. Just hide it
-
4. Re: How to remove toolbuttons from Adobe X
MrRamrod Mar 21, 2011 3:29 AM (in response to lrosenth)How do we hide the toolbar?
(a little snippet of code, some minor hint might just help us all out please)
-
5. Re: How to remove toolbuttons from Adobe X
Brijoy_Jana Jun 19, 2012 9:00 AM (in response to MrRamrod)Try passing the #toolbar=0 querystring parameter like
http://localhost/test_livecycle.pdf#toolbar=0


