javascript 开源 HTML5 在线 Powerpoint Viewer
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27252942/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Open Source HTML5 Online Powerpoint Viewer
提问by Sam Allen
I wondered if anyone is aware of any online powerpoint viewers that are open source?
我想知道是否有人知道任何开源的在线幻灯片查看器?
I've looked at http://www.accusoft.com/products/viewer/on-premise/info/overview/which is the closest thing but it only works with web based documents, mine will be sitting behind an intranet firewall so now I've hit a blank.
我看过http://www.accusoft.com/products/viewer/on-premise/info/overview/这是最接近的东西,但它只适用于基于 Web 的文档,我的将位于 Intranet 防火墙后面,所以现在我打了一个空白。
I've tried ViewerJS but this doesn't support PPT.
我试过 ViewerJS 但它不支持 PPT。
If anyone could help me out with a js ppt viewer that is open source or has any other ideas then I would be very grateful
如果有人可以帮助我使用开源的 js ppt 查看器或有任何其他想法,那么我将不胜感激
Regards Sam
问候山姆
回答by jperelli
ViewerJS is the best if not the only one. Its source is on github https://github.com/kogmbh/ViewerJS
ViewerJS 是最好的,如果不是唯一的话。它的来源在 github https://github.com/kogmbh/ViewerJS
The only thing (as you say) is that you need to convert from ppt (microsoft) to odt (open document). I think that the latest versions of mspowerpoint has some option to save in an open format (odt).
唯一的事情(如您所说)是您需要从ppt(microsoft)转换为odt(打开文档)。我认为最新版本的 mspowerpoint 有一些选项可以保存为开放格式 (odt)。
If not, you can always use OpenOffice/LibreOffice Impress to create presentations in open odt format or to convert from ppt to odt.
如果没有,您始终可以使用 OpenOffice/LibreOffice Impress 创建开放 odt 格式的演示文稿或将 ppt 转换为 odt。