HTML5 Open Source Online PowerPoint Viewer

I was wondering if anyone knows about any Powerpoint network viewers that are open source?

I reviewed http://www.accusoft.com/products/viewer/on-premise/info/overview/ , which is the closest, but it only works with web documents, mine will sit behind the intranet firewall, so now I 'hit the space bar.

I tried ViewerJS, but it does not support PPT.

If anyone could help me with the js ppt viewer, which is open source or have any other ideas, I would be very grateful

Regards Sam

+6
source share
1 answer

ViewerJS is the best, if not the only one. Its source is on github https://github.com/kogmbh/ViewerJS

The only thing you say is that you need to convert from ppt (microsoft) to odt (open document). I think that in the latest versions of mspowerpoint it is possible to save in open format (odt).

If not, you can always use OpenOffice / LibreOffice Impress to create presentations in open odt format or to convert from ppt to odt.

+3
source

Source: https://habr.com/ru/post/978998/


All Articles