I am trying to embed user-uploaded Powerpoint files (.ppt
or .pptx
).
On a company intranet, users can upload presentations and on a separate page other users can view them. As the volume will be high, I cannot use a method that requires manual configuration of each presentation (such as OneDrive embed, SlideShare etc).
The solutions I have found (a few are listed below) only accommodate web-accessible files; this does not work for me, as the files are not accessible outside of a company intranet.
- Embed a PowerPoint presentation into HTML (
iframe
usingdocs.google.com/gview
; does not work) - Embed a Powerpoint in a Web Page (
iframe
usingview.officeapps.live
; does not work)
Is there a solution or library that allows for embedding PowerPoint presentations that are uploaded to a local server directory?