I am displaying a pdf file in browser using iframe. It is working fine but i want to disable/hide acrobat toolbar(below image).
I tried the solution #toolbar=0&statusbar=0
it's working great on chrome but it's not working on Firefox. How can I achieve this?
Browsers handle PDF Open Parameters differently (if at all). It is not possible with Javascript to force browsers to support PDF Open Parameters if the browser vendor did not build an API for it.