When showing a PDF via the HTML <object>
tag, how can I remove the “download” button that it shows in its toolbar?
Below is an example of the object tag as I’m using it:
<code><object data="https://example.org/file.pdf" type="application/pdf"></object>
</code>
<code><object data="https://example.org/file.pdf" type="application/pdf"></object>
</code>
<object data="https://example.org/file.pdf" type="application/pdf"></object>