Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source HTML5 Online Powerpoint Viewer

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.

I've tried ViewerJS but this doesn't support 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

Regards Sam

like image 410
Sam Allen Avatar asked Dec 02 '14 15:12

Sam Allen


1 Answers

ViewerJS is the best if not the only one. Its source is on 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).

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

like image 156
jperelli Avatar answered Sep 21 '22 20:09

jperelli