Click here to Skip to main content
15,909,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

i have an application in which it displays all Power point applications and when we click on that PPT link it should display ppt content in web page not to Download.
How to do it . i had tried but it is only downloading not opening in web page.
i cant use third party controls or dont want to convert ppt into pdf if it is possible to convert into pdf how can we convert ppt to pdf dynamically.


Thanks and regards
srinivas d
Posted

1 solution

PPT is a proprietary format. Even though newer versions are standardized, this is not enough for Web, as the client side it supposed to work and all platforms. Working with PPT is not recommended, as HTML is more then enough for the slide show.

Nevertheless, you might need to support showing PPT prepared by the users and uploaded to the site. This is possible, because you can install on your side whatever you want (provided you host it in the way you can, for example, Virtual Dedicated Server or Dedicated Hosting Service, http://en.wikipedia.org/wiki/Web_hosting_service[^]). In this case, you can parse and process PPT using Micrsoft Office Interop and will need to mimic PPT behavior using HTML and images generated on the fly.

Please see: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.powerpoint[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900