How to view Powrpoint ppt file in show in slide show Method in asp.net C#?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ramaboominathan
    New Member
    • Feb 2011
    • 1

    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#?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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

    Working...