+ 3
How to apply a PowerPoint file to my code <img> and <a href> is not working
3 Answers
+ 5
I guess that you cannot run PowerPoint files directly in web browsers. You need to make it downloadable
0
You could try downloading as jpg and linking each image individually.
0
Depends on what you want to do with the presentation once its coded:
A) you can write a plugin for embedding without uploading your file anywhere, and then you can refer to it, in knowing that this way you must not define editing to the presentation.
B) you define the resource img by img to get the same outcome such as powerpoint does.
C) in case you want to edit the resource wich in this case is a presentation, you have to define the resource to an external program wich can process your file and then from program opening the specific file.
Note: A) and B) view only.