3

I want to embed a powerpoint into a webpage.

I can't use any third party solutions like Google docs, DocStoc, Slideshare etc.

Is there any package that I can download, put on my website, pass through the file or file location and then it generate an embedded ppt? I can't find anything that isnt third party/another website to go through.

Any help appreciated.

Owen Kavanagh
  • 43
  • 1
  • 7

1 Answers1

1

iSpringsolutions would be a great choice to convert the file to HTML for embedding.

If you want to embed the file without uploading to other sites,then google docs would be the choice. The fact is you don't have to upload it to google docs to take advantage of their embed service. It has already been answered here-https://stackoverflow.com/a/1694704/3284379

This is the syntax-

<iframe src="http://docs.google.com/gview?url=http://www.yourwebsite.com/powerpoint.ppt&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
Community
  • 1
  • 1
Shan Eapen Koshy
  • 2,909
  • 1
  • 28
  • 40
  • Thanks for your answer. iSpringsolutions seems alright and could do the job, but seems very expensive. Also, as I said in the question I cannot use third party solutions like Google Docs. – Owen Kavanagh Jun 16 '15 at 11:23