How To View Google Drive Pdf Link In Iframe
I need to view pdf file embed with google drive link and view link in iframe. I have tried following code:
Solution 2:
This works:
<iframesrc="https://drive.google.com/file/d/(yourfileid)/preview?usp=embed_googleplus"style="border:0;top:0;left:0;width:640;height:700;position:absolute;"allowfullscreen></iframe>
Post a Comment for "How To View Google Drive Pdf Link In Iframe"