How can I add pdf to the webpage? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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?

14th Dec 2017, 2:45 AM
Sanjaykumar Rathod
3 Antworten
+ 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/
14th Dec 2017, 2:55 AM
ChaoticDawg
ChaoticDawg - avatar
0
Give something More illustrated.☺
14th Dec 2017, 2:41 PM
Sanjaykumar Rathod