我必须查看'doc','docx','pdf‘在轻框,我尝试了吹风链接和查看googledrive文档链接在iframe .But它的显示空白。
参考链接:https://github.com/addyosmani/jquery-googleviewer-plugin/blob/master/demo.html
<iframe src="http://docs.google.com/viewer?url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf" width="200" height="200"></iframe>先谢
发布于 2014-11-11 12:40:00
试试这个:
<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" />现场演示
发布于 2014-11-12 06:56:59
在文件引用上调用getWebContentLink()方法。使用返回的链接来设置iframe的src属性,我假设您使用的是驱动器java。
如果您正在使用其他apis,则查找并使用类似的方法。
https://stackoverflow.com/questions/26865040
复制相似问题