Syncfusion’s WinUI PowerPoint framework allows you to create, read, and edit PowerPoint files in any WinUI application without Microsoft Office or interop dependency.
All the elements in a typical PowerPoint slide, like text, formatting, images, shapes, and tables, are accessible through a comprehensive set of APIs.
Syncfusion Essential PowerPoint comes with extensive documentation, knowledge base, and samples.
Essential PowerPoint is a non-UI component that provides a full-fledged PowerPoint presentation instance that allows creating and editing the PowerPoint files without any dependency on Microsoft Office COM libraries and or Microsoft Office.
Single API across all the platforms.
Create PowerPoint presentations from scratch with text, charts, tables, images, SmartArt diagrams, animation, transitions, and more. Manipulate or edit existing PowerPoint files with just a few lines of code.
Add, rearrange, duplicate, format, and delete shapes in a PowerPoint slide.
Create and edit more than 80 chart types with elements like chart titles, legends, axis titles, data labels, and line styles.
Create, modify, and format 134 SmartArt diagrams to quickly make a visual representation of data.
Add, format, and delete text. Use all formatting options supported by Microsoft PowerPoint: bold, italic, subscript, superscript, text color, font, paragraph, alignment, indentation, and more.
Create, modify, and format tables to keep data organized. Cell-level and row-level operations like adding, inserting, and deleting rows or columns are also supported. Built-in table styles are available that are equivalent to Microsoft PowerPoint table styles.
A slide can be copied and pasted to the same or a different PowerPoint presentation. Copied slides can be merged with source and destination formatting.
Insert, delete, replace, and format pictures in a PowerPoint slide.
Add and manipulate single-level and multilevel lists like in Microsoft PowerPoint.
Read and write encrypted PowerPoint presentations. The library allows marking a PowerPoint file as final to prevent editing.
For more information, check out our WinUI PowerPoint Library features.
Convert a PowerPoint presentation to PDF. The conversion can be customized with handouts, notes pages, and font substitution. The size of the converted PDF document can also be optimized.
An entire PowerPoint presentation or a specific slide can be converted to an image. JPEG, PNG, BMP, TIFF, EMF, and GIF formats are supported. When converting a PowerPoint slide to image format, the PowerPoint framework provides support to use any fallback fonts for the missing fonts.
Easily get started with the WinUi PowerPoint library using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WinUI PowerPoint Library Example that shows you how to render and configure the WinUI PowerPoint.
<Window
x:Class="CreatePowerPoint.MainWindow"
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml
xmlns:local="using:CreatePowerPoint"
xmlns:d=http://schemas.microsoft.com/expression/blend/2008
xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006
mc:Ignorable="d">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
<Button x:Name="button" Click="CreatePresentation">Create Presentation</Button>
</StackPanel>
</Window>
//Create a new instance of the PowerPoint Presentation file.
using (IPresentation pptxDoc = Presentation.Create());
//Add a new slide to the file and apply background color.
ISlide slide = pptxDoc.Slides.Add(SlideLayoutType.TitleOnly);
//Add title content to the slide by accessing the title placeholder of the TitleOnly layout-slide.
IShape titleShape = slide.Shapes[0] as IShape;
titleShape.TextBody.AddParagraph("Company History").HorizontalAlignment = HorizontalAlignmentType.Center;
//Add description content to the slide by adding a new TextBox.
IShape descriptionShape = slide.AddTextBox(53.22, 141.73, 874.19, 77.70);
descriptionShape.TextBody.Text = "IMN Solutions PVT LTD is the software company, established in 1987, by George Milton. The company has been listed as the trusted partner for many high-profile organizations since 1988 and got awards for quality products from reputed organizations.";
//Save the PowerPoint Presentation as a stream.
using (FileStream outputStream = new FileStream("Sample.pptx", FileMode.Create));
pptxDoc.Save(outputStream);
Essential Studio
Per developer 1st year
Cover everyone in your organization for one low annual fee
CONTACT USPer developer 1st year
The Syncfusion WinUI PowerPoint Framework supports the following:
No, our WinUI PowerPoint frameworks, are not sold individually, only as a single package. However, we have competitively priced the package so it only costs a little bit more than what some other vendors charge for their PowerPoint alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all the Document Processing libraries for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Apart from WinUI, the Syncfusion PowerPoint Framework supports platforms for web (Blazor, ASP.NET Core, ASP.NET MVC, and ASP.NET Web Forms), mobile (.NET MAUI, Xamarin, and UWP), and desktop (Windows Forms, WPF, .NET MAUI, Xamarin, and UWP).
We do not sell WinUI PowerPoint Frameworks separately. It is only available for purchase as part of the Syncfusion File Formats suite, which also contains libraries for Excel, Word and PDF. A single developer license for Syncfusion File Formats suite costs $995.00 USD and includes one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our WinUI PowerPoint Frameworks demo here.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.