0
How can I add pdf to the webpage?
There are lots of pdf's on the web to be downloaded, how can I try adding this?
3 Respostas
+ 1
Look into pdfobject and pdf.js. You can combine the 2 together so that you can embed a pdf in most any browser, including mobile. You can also have fall back protection so that if it can't be embedded it will try to open it in a new tab, and if it can't do either then you can provide a link so the user can download the file for viewing.
https://pdfobject.com
https://mozilla.github.io/pdf.js/
0
Give something More illustrated.☺