How to embed pdf from google drive to my html page ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to embed pdf from google drive to my html page ?

I want to embed pdf file to my page using iframe tag but it is in google drive please help me

18th Nov 2019, 8:12 AM
Kasun Wathsara Hapangama
Kasun Wathsara Hapangama - avatar
1 Antwort
+ 2
// See my code https://code.sololearn.com/WP8dj4QhFH82/#html // First generate shareable link, then get link id // Third, put the ID in the right place <iframe src="https://drive.google.com/file/d/INSERT_YOUR_ID_HERE/preview" width="640" height="480"></iframe>
18th Nov 2019, 12:05 PM
Jônatas Araripe
Jônatas Araripe - avatar