showing ppt file in web browser from local file using localhost

We are looking for way to show ppt file to web browser as a ppt. We have tried viewer.js but its not fetching the file. Also we dont want to save the file on an cloud. Is there any way to acheive the same

Is the goal to present a single PPT file within the browser, or is the intent to show many? If the former then you could generate an embed code via Powerpoint for the web.

I’m not familiar with viewer.js but if you’re saying “it’s not fetching the file” that could simply be due to a misconfiguration of the file location within the fetch call rather than lack of support for this file type. Are you seeing a specific error message? Is there any additional feedback found in the browser inspector?

Leave a Comment