office ppt在线预览

Posted mr_raptor

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了office ppt在线预览相关的知识,希望对你有一定的参考价值。

我项目中是直接用iframe显示:

<iframe id="iframe_src"  scrolling="auto"  width="100%"  height="800"></iframe>

var id='office web 365创建的域名及端口的ID'

var my_url="office web 365创建的域名及端口"+"后台接口返回的文档地址或服务器保存的静态文档"

var iframe_src='http://ow365.cn/?i='+id+'&furl='+my_url;

document.getElementById('iframe_src').src=iframe_src

你也可以使用官网给出的例子在线预览:

例:<a href="http://ow365.cn/?i=1&furl=http://a.com/downfile/a.doc" target="_blank">点我预览</a> 
--------------------- 
作者:qq_27717857 
来源:CSDN 
原文:https://blog.csdn.net/qq_27717857/article/details/79481940 
版权声明:本文为博主原创文章,转载请附上博文链接!

以上是关于office ppt在线预览的主要内容,如果未能解决你的问题,请参考以下文章

Atitit.office word  excel  ppt pdf 的web在线预览方案与html转换方案 attil

word文档在线预览解决方案

Java实现word文档在线预览,读取office文件

Vue实用功能Vue实现文档在线预览功能,在线预览PDFWordExcelppt等office文件

前端实现文件在线预览txt,pdf,doc,xls,ppt几种格式

WEB文档在线预览解决方案