我必须在灯箱中查看'doc','docx','pdf'。我在iframe中尝试过吹链接和查看googledrive文档链接。但它显示为空白。
参考链接: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>
谢谢你提前
答案 0 :(得分:0)
试试这个:
<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" />
答案 1 :(得分:0)
在File引用上调用getWebContentLink()方法。使用返回的链接设置iframe的src属性 我假设您正在使用drive java api。
如果您正在使用其他apis找到类似的方法并使用它。