I am working on a project with Codeigniter version 2.2.6, and I have to show a PDF on the web, this I already did in the following way
<embed src"ejemplo.pdf#toolbar=0" type="application/pdf" width="100%" height="500px">
The problem is that I want the PDF not to be downloaded that is only displayed.
As you can see I have added the #toolbar=0
and this removes the options to save impirmir, etc but if I give right click it leaves the option "Save as" and this is what I want to avoid. Any solution please.