Is it possible to make a ppt converter with C#?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Is it possible to make a ppt converter with C#??

6th Aug 2017, 4:50 AM
Anyimike Joel Mwangupili
Anyimike Joel Mwangupili - avatar
7 Respuestas
+ 3
power point document
6th Aug 2017, 8:33 AM
Anyimike Joel Mwangupili
Anyimike Joel Mwangupili - avatar
+ 3
is there a software where you can inspect the code on an app or a programm?
6th Aug 2017, 9:29 AM
Anyimike Joel Mwangupili
Anyimike Joel Mwangupili - avatar
+ 3
thanks men👍👊
7th Aug 2017, 4:27 AM
Anyimike Joel Mwangupili
Anyimike Joel Mwangupili - avatar
+ 1
Where does ppt stand for ?
6th Aug 2017, 6:51 AM
sneeze
sneeze - avatar
+ 1
I thought that would be it. Yes it is possible. have a look a Microsoft.Interop.Powerpoint
6th Aug 2017, 9:01 AM
sneeze
sneeze - avatar
+ 1
Are you looking for a viewer ? Here you can download a viewer to view .ppt files.
6th Aug 2017, 8:06 PM
sneeze
sneeze - avatar
+ 1
If you are looking for to code a .ppt with c# code. Add the Microsoft.Office.Interop.PowerPoint.dll to you refences. Add using Microsoft.Office.Interop.PowerPoint; to your using statement. Read the following post, for more information on how to code. http://csharphelper.com/blog/2013/08/create-a-powerpoint-presentation-that-makes-slides-corresponding-to-selected-styles-in-a-microsoft-word-document-in-c/
6th Aug 2017, 8:15 PM
sneeze
sneeze - avatar