How to view Google drive pdf link in iframe

26,552

Try this..

<iframe src="https://drive.google.com/viewerng/viewer?
url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf?
pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="400px" height="300px"  />
Share:
26,552
user2725587
Author by

user2725587

Updated on April 16, 2021

Comments

  • user2725587
    user2725587 about 3 years

    I need to view pdf file embed with google drive link and view link in iframe.

    I have tried following code:

    <iframe src="https://drive.google.com/viewerng/viewer?url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf" width="400px" height="300px"  />
    

    Advance thanks..