I want to make something simple : display a powerpoint in a wpf application. How can i do that? I read several ways on internet but i failed…
Thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JODConverter project
http://www.artofsolving.com/opensource/jodconverter
Uses OpenOffice as a conversion server. It’s written in Java, but it’s fairly simple to do the same thing with C#. Alternatively, you could call it as a command-line program.
Using it, you could convert the PPT to a series of images. If you need to play PowerPoint animations or do anything that can’t be just shown as an image, then this won’t work.