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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

opening html from google drive(从谷歌驱动器打开 html)
Student Gradebook. Unable to complete script because of quot;Access denied: DriveAppquot;(学生成绩册.由于“拒绝访问:DriveApp而无法完成脚本)
How to embed videos from Google drive to webpage?(如何将视频从 Google 驱动器嵌入到网页?)
HTML2PDF using Google Drive API(使用 Google Drive API 的 HTML2PDF)
Electron app. Multiple html files(电子应用程序.多个html文件)
Using ipc in Electron to set global variable from renderer(在 Electron 中使用 ipc 从渲染器设置全局变量)