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 disable PDF toolbar which is inside Explorer?
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 disable PDF toolbar which is inside Explorer?
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.