The Way to Programming
The Way to Programming
Can I force all browsers to open the PDF directly in the iframe ? Is this something that It can be overridden?
If you are just setting the source to point to the PDF, you are leaving the ultimate decision in the hands of the browser and user settings.
I would attempt to use PDF.js to render the PDF instead:
https://mozilla.github.io/pdf.js/
Sign in to your account