How to embed pdf from google drive to my html page ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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