How to view Powrpoint ppt file in show in slide show Method in asp.net C#?
How to view Powrpoint ppt file in show in slide show Method in asp.net C#?
Collapse
X
-
Tags: None
-
If your application has a PowerPoint file within it, the user's browser will have to download it to their local computer...and their local computer will use the appropriate software to open and view the file.
If the person does not have PowerPoint (or an equivalent) installed, then they will not be able to view the PowerPoint presentation.
Consider converting the presentation into a PDF file.
You could also look into using Google Docs to display the file within the browser.
-Frinny
Comment