Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a requirement of converting ppt to html without using MS office installed in my .NET application. I tried Aspose but it is not supported audio,video and animation. Can anyone suggest any other third party sdk which can fulfill this requirement?

share|improve this question

closed as off topic by Alex, Al Everett, Sathya Feb 4 at 4:07

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

If the PPT file is available as a URL, you can use Google Docs/Drive Viewer to view the PowerPoint presentation through your browser.

The URL of the PowerPoint file to be opened within the browser has to be passed to Google Viewer as a querystring value. Example - http://docs.google.com/viewer?url=http://www.example.org/checklist.pptx

Google Drive viewer helps you preview over 16 different file types.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.