-1

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?

1
  • I don't think you can, as this is provided by a plugin and not the browser. Commented Dec 20, 2010 at 8:43

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

-1

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.

1 Comment

Could you describe how to disable toolbar or insert javascript into a PDF file?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.