We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

Syncfusion UWP PowerPoint framework allows you to create, read, and edit PowerPoint files in any UWP application without Microsoft Office or interop dependency. The library offers PowerPoint-to-image conversion. Overview diagram of UWP PowerPoint framework


Why Syncfusion?

Blazing Fast Performance

It’s optimized for use in a server environment where speed and low memory usage are critical.

No Server Deployment Fees

There are no distribution fees, per-server licensing fees, or royalties, which makes PowerPoint Presentation very cost-effective.

Powerful and Comprehensive API

All the elements in a typical PowerPoint slide like text, formatting, images, shapes, and tables are accessible through a comprehensive set of APIs.

Fully Documented

The UWP PowerPoint Framework comes with extensive documentation, a Knowledge Base, and samples.

Stand-alone Library

UWP PowerPoint Library is a non-UI component that provides a full-fledged PowerPoint presentation instance that allows creating and editing the PowerPoint files without any dependency of Microsoft Office COM libraries and or Microsoft Office.

Cross Platforms

Use a single API across all the platforms.


PowerPoint - creation and editing APIs

Create PowerPoint presentations from scratch with text, charts, tables, images, SmartArt diagrams, animations, transitions, and more. Manipulate or edit existing PowerPoint files with just a few lines of code.

UWP PowerPoint Shapes

Shapes

PowerPoint Presentation allows you to add, rearrange, duplicate, format, and delete shapes in a PowerPoint slide.

UWP PowerPoint Charts

Charts

Create and edit more than 80 chart types with elements like chart title, legend, axis title, data labels, line styles, and more.

UWP PowerPoint SmartArt

SmartArt

Create, modify, and format 134 SmartArt diagrams to quickly make a visual representation of data with ease.

UWP PowerPoint Rich Text And Formatting

Text formatting

Includes support to add, format, and delete text. Also provides support for all formatting options supported by Microsoft PowerPoint, such as bold, italic, subscript, superscript, text color, font, paragraph, alignment, indentation, and more.

UWP PowerPoint Tables

Tables

Create, modify, and format tables to keep data organized. Cell 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.

UWP PowerPoint Copy And Paste

Copy and combine PowerPoints

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.

UWP PowerPoint Images

Images

Insert, delete, replace, and format pictures in a PowerPoint slide.

UWP PowerPoint Bullet And Numbering

Bullets and Numbering

Add and manipulate single-level and multilevel lists like Microsoft PowerPoint.

UWP PowerPoint Security

Security

Read and write encrypted PowerPoint presentations. The library allows marking a PowerPoint file as final to prevent editing.


For more information, check out our UWP PowerPoint Library features.


UWP PowerPoint Code Example

Easily get started with the UWP PowerPoint library using a few simple lines of C# code example as demonstrated below. Also explore our UWP PowerPoint Library Example that shows you how to render and configure the UWP PowerPoint.

<Page
    x:Class="CreateWordSample.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:CreateWordSample"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">

    <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
        <Button x:Name="button" Content="Create Document" Click="OnButtonClicked" HorizontalAlignment="Center" VerticalAlignment="Center"/>
    </Grid>
</Page>
//Creates PowerPoint Presentation
using (IPresentation pptxDoc = Presentation.Create())
{
    //Adds slide to the PowerPoint
    ISlide slide = pptxDoc.Slides.Add(SlideLayoutType.Blank);
    //Adds textbox to the slide
    IShape textboxShape = slide.AddTextBox(0, 0, 500, 500);
    //Adds paragraph to the textbody of textbox
    IParagraph paragraph = textboxShape.TextBody.AddParagraph();
    //Adds a TextPart to the paragraph
    ITextPart textPart = paragraph.AddTextPart();
    //Adds text to the TextPart
    textPart.Text = "AdventureWorks Cycles, the fictitious company on which the AdventureWorks sample databases are based, is a large, multinational manufacturing company. The company manufactures and sells metal and composite bicycles to North American, European and Asian commercial markets. While its base operation is located in Washington with 290 employees, several regional sales teams are located throughout their market base.";
    //Initializes FileSavePicker
    FileSavePicker savePicker = new FileSavePicker();
    savePicker.SuggestedStartLocation = PickerLocationId.Desktop;
    savePicker.SuggestedFileName = "Output";
    savePicker.FileTypeChoices.Add("PowerPoint Files", new List<string>() { ".pptx" });
    //Creates a storage file from FileSavePicker
    StorageFile storageFile = await savePicker.PickSaveFileAsync();
    //Saves changes to the specified storage file
    await pptxDoc.SaveAsync(storageFile);
}




Frequently Asked Questions

The Syncfusion UWP PowerPoint Library supports the following:

  • Create PowerPoint presentations from scratch.
  • Create, and edit PowerPoint files in with just a few lines of code.
  • Top features: – SmartArt, charts, tables, animations, and combine PowerPoint files.
  • Convert [PowerPoint files to Images] (https://help.syncfusion.com/file-formats/presentation/presentation-to-image#uwp).
  • One of the best UWP PowerPoint libraries on the market, offering a rich set of APIs without Office or interop dependencies.
  • Extensive demo and documentation to learn quickly and get started with UWP PowerPoint framework.

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 UWP, the Syncfusion PowerPoint Framework supports platforms for web (Blazor, ASP.NET Core, ASP.NET MVC, and ASP.NET Web Forms), mobile (.NET MAUI, and Xamarin), and desktop (Windows Forms, WPF,WinUI, .NET MAUI, and Xamarin).

You can find our UWP PowerPoint Frameworks demo here.

RESOURCES

CASE STUDY

Syncfusion’s file format components helped me create the reports I needed, fast. – J. Pereira, Software Developer.

The libraries have been built from scratch and refined for more than a decade to provide blazing-fast performance, comprehensive API, and compatibility across the latest and older versions of these files.

CONTINUE READING View all Customer Stories

VIDEOS

Syncfusion File Format Libraries - Manipulate Excel, Word, PowerPoint, and PDF files

Read and write Excel, Word, PDF, and PowerPoint files. Also includes integrated visualization capabilities. Advanced features include support for pivot tables, pivot charts, mail-merge, and extensive formatting.

E-BOOK

Succinctly Series: Statistics Using Excel Succinctly

Succinctly Series: Statistics Using Excel Succinctly


- by Charles Zaiontz
CONTINUE READING View all E-books

Awards

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.

Scroll up icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile