I have used tag to display documents (files). In that pdf files are displayed with print and download options i need to remove that print and download options in pdf viewer is there any way to hide it.
Below is my html code to view pdf document
<iframe class="iframemargins" src="{{ url('uploads/chapters/Author.pdf') }}"
title="PDF in an i-Frame" frameborder="0" scrolling="auto" width="100%"
height="600px">
</iframe>
Is there any other way to display files like pdf, doc, txt, rtf.