在浏览器中将 PPT 作为 .ppt 运行
我在网上某处看到过一个 .ppt 文件的 powerpoint 演示文稿 (ppt),它在网络浏览器中运行。因此无需导出为 html、swf 等,而且图像质量相当好。
有什么想法如何做到这一点?
I have seen a powerpoint presentation (ppt) somewhere online which was a .ppt file and it ran within the web browser. So no need for exporting to html, swf, etc and it was rather good quality when it came to images.
Any ideas how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个代码
Try this code
对于单个演示文稿,您可以使用 Google 文档的演示文稿“嵌入”功能(将 ppt 上传到 Google 文档,然后单击共享...发布/嵌入)。
对于同样基于此的系统解决方案,我建议查看 Google Docs 的 API
For a single presentation you can use Google Docs' presentation "Embed" feature (upload the ppt to Google Docs, then click Share...publish / embed).
For a systematic solution based also on this, I suggest taking a look at Google Docs' API