I need to display a PPT file into a browser from a C# ASP.net website. Tried searching for the solutions online, below are the solutions I have come across:
- Save the PPT/PPTX file as PDF or Images or HTML and then show it in browser.
- Another way is to use online services like Slideshare or Google doc services.
But I don't want to do it in either of these ways. I just need to show the PPT file as it is in SharePoint web app.
Is this can be achieved in C# Asp.Net website?
Please suggest.
Br,
Mani