Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

marked as duplicate by Danny Beckett, Frank Schmitt, PhonicUK, Linus Caldwell, Arran May 1 '13 at 11:07

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

    
PowerPoint 2007 presentation files are really ZIP files that contain XML and other resources. The other answer has a few links to more info, but the short answer is "Yes, you can, at least in theory, create PowerPoint 2007 presentations." Fairly steep learning curve, though, I'd imagine. –  Steve Rindsberg May 1 '13 at 14:44

1 Answer 1

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.