Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Powerpoint Component

I am looking for a .Net component to allow reading and generation of powerpoint files. So far the only thing that I have been able to find is the component by Aspose. Can anyone recommend other possible tools to use for this?

like image 200
Yaakov Ellis Avatar asked Dec 17 '25 00:12

Yaakov Ellis


2 Answers

You can use the Microsoft Powerpoint Object Library which comes with Visual Studio. Heres an example of how to use it: How to handle PowerPoint events with Visual C# .NET

like image 55
James Avatar answered Dec 19 '25 13:12

James


I don't know how complex can be your presentations, but using new Office 2007 Open XML File Formats you can create any Office document directly from managed code, without any other components.

Some time ago, I built an application which loads an Microsoft Project xml file and outputs its "Earned Value Analysis" (EVA) in a PPTX (Open XML PowerPoint format)

To get more informations, try this link: Sample Open XML Documents

like image 43
Rubens Farias Avatar answered Dec 19 '25 14:12

Rubens Farias



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!