This question already has an answer here:
Is there a way to programmatically create PowerPoint presentations in asp.net? If possible, I'd like to use C# and create PowerPoint 2007 presentations with out install Office on server. Thanks in advance.
This question already has an answer here: Is there a way to programmatically create PowerPoint presentations in asp.net? If possible, I'd like to use C# and create PowerPoint 2007 presentations with out install Office on server. Thanks in advance. |
|||||
marked as duplicate by Danny Beckett, Frank Schmitt, PhonicUK, Linus Caldwell, Arran May 1 '13 at 11:07This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. |
|||||
|
I am afraid that you cant create ppt without having powerpoint installed, as com will be used to do that. if the file type is not the constraint then the best bet will be using html5 with jquery, you can achive the same (nearly same) effects etc as with ppt but the learning curve can be a problem if you are new to html5 and jquery. |
|||
|