I have a link to pdf file that located in the my Dropbox folder. For example: https://dl.dropboxusercontent.com/1/view/gqo4etwy7nudtu2/JasperReports-Server-Visualize.js-Guide.pdf
By clicking on the link, I may download the file. I want to embed the file on my site. I use the following code:
<iframe src="https://dl.dropboxusercontent.com/1/view/gqo4etwy7nudtu2/JasperReports-Server-Visualize.js-Guide.pdf?preview" height="100%" width="100%">
This browser does not support PDFs. Please download the PDF to view it: <a href="https://dl.dropboxusercontent.com/1/view/gqo4etwy7nudtu2/JasperReports-Server-Visualize.js-Guide.pdf?preview">Download PDF</a>
</iframe>
I tried to set two files, the link above and another one that I found on Google. The link above unable to embed, and it's opened for download, all the other files embedded successfully.
How can I embed pdf file from Dropbox?
Content-Dispositionisattachment.