Click here to Skip to main content
15,923,087 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create and display power point presentation without using any third party tools.
Posted
Comments
Kornfeld Eliyahu Peter 5-Jan-15 5:17am    
Are you ready to write (re-write) a PPP viewer in C# from scratch?
Beerbeen 13-Jun-17 6:16am    
Note that it's not recommended to use Office Interop in ASP.NET application (see here, also technically that is also a 3th party). There is no native way to read presentation files, you'll need to use System.IO.Packaging to read PPTX files and you'll need to use System.Drawing to create/render whatever representation you want of that file (for instance convert it to an image). This is quite a large time investment so instead I would personally just convert powerpoints to pdf files in c# and send those pdf files to clients.

1 solution

Try googling it ... e.g.

https://support.microsoft.com/kb/303718/[^]

http://www.free-power-point-templates.com/articles/create-powerpoint-ppt-programmatically-using-c/[^]

... assuming you are not classing Microsoft Office as "third party"
 
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