如何在 iframe 中查看 Google Drive pdf 链接

How to view Google drive pdf link in iframe(如何在 iframe 中查看 Google Drive pdf 链接)

本文介绍了如何在 iframe 中查看 Google Drive pdf 链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要查看嵌入 google drive 链接的 pdf 文件并在 iframe 中查看链接.

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

我尝试了以下代码:

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

提前谢谢..

推荐答案

试试这个..

<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"  />

这篇关于如何在 iframe 中查看 Google Drive pdf 链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:如何在 iframe 中查看 Google Drive pdf 链接

基础教程推荐