cancel
Showing results for 
Search instead for 
Did you mean: 

Hide buttons from Adobe on Interactive Forms

Former Member
0 Kudos

When the PDF is displayed, I get all the buttons from Adobe on my toolbar. I can only find one option in NWDS where i can hide toolbar, but that hides the whole bar. I want to keep the fileoptions like save, print, search.can anyone help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In NW04 you can only show all of the buttons or none. The requirement to be able to show and hide a selection has been presented to Adobe. It is planned to develop this for SAP in the near future.

Reward points ***

Former Member
0 Kudos

You can also easily add a button yourself for actions like save, print, etc.

for save add the following javascript: app.execMenuItem("SaveAs")

for print: xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);

look in the acrobat javascript scripting reference for more detailed information.

You can also configure your own custom menu through the app object.

Kind regards, Marijn Sponselee

Answers (0)