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
1 Réponse
+ 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>