user6133234
user6133234

Reputation:

How to view powerpoint in web?

Is it possible to view powerpoint in my website without converting it to PDF (just like what google drive does to powerpoint files uploaded). I want to view pptx with animation, so I don't want it to convert to PDF/HTML to retain the animation.

Upvotes: 3

Views: 544

Answers (1)

Prashant
Prashant

Reputation: 5383

Try this:

<iframe src="http://docs.google.com/gview?url=http://www.yourwebsite.com/powerpoint.pptx&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>

Here is the link of tutorial

Upvotes: 4

Related Questions