I want to display my PowerPoint presentation into a WPF application.
Requirements:
- Free (except PowerPoint is already installed on the PC)
- Has to be integrated into my WPF application, not an external one
- User must have the possibility to advance to the next slide, or go back
- Show animations
I tried 2 solutions:
- Using DSOFramer, but they recommend to not use it anymore, and it doesn't support 2010 files. It's a no go.
- Using Microsoft.Office.Interop.PowerPoint, but it opens the PowerPoint as an external application...
- Tried the tool http://www.edrawsoft.com but it cost like 3500$ the licence
I don't know where to go with this.... Thank you.
Edit:
Few months later, the only "good" solution that I can get all what I want (with animations, sound etc..) is to embed a c++ control... if wanyone have a solution for WPF and it's managed, I would like to know.
As for the given answer:
- http://support.microsoft.com/kb/304662 : there is some problem using this with 2007 + files vs old one...
Thanks