I am displaying the contents of a pdf file into an iframe
. This Works fine. However, I want to hide the toolbar
(pdf save and download option).
I tried appending #toolbar=0
in the src
of the iframe
. This works in Chrome and Safari
but doesn't work in Firefox and Internet Explorer
.
Could you please suggest any other way of displaying the contents of pdf without the save and download options?