Skip to content Skip to sidebar Skip to footer

Disabling Pdf Toolbar In Javascript

How to disable PDF toolbar using JavaScript when using window.open(fi,fnam,items) I used toolbar='no' but it disables only Explorer toolbar. What do I need to do if I want to d

Solution 1:

That is part of the Acrobat plugin, and I'm reasonably sure that it isn't possible to manipulate it with JavaScript from the browser.

Solution 2:

The toolbar can be disabled when creating the document. You can also add a Javascript action to the PDF which toggles the toolbar setting. This Javascript runs inside the PDF plugin. It is not exposed to the browser.

Post a Comment for "Disabling Pdf Toolbar In Javascript"