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

时间:2023-01-30
本文介绍了如何在 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 链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:使用 Google Drive API 的 HTML2PDF 下一篇:使用 google Picker 选择文件夹

相关文章

最新文章