Syncfusion.OfficeChartToImageConverter.UWP 28.2.12

Prefix Reserved
dotnet add package Syncfusion.OfficeChartToImageConverter.UWP --version 28.2.12                
NuGet\Install-Package Syncfusion.OfficeChartToImageConverter.UWP -Version 28.2.12                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.OfficeChartToImageConverter.UWP" Version="28.2.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.OfficeChartToImageConverter.UWP --version 28.2.12                
#r "nuget: Syncfusion.OfficeChartToImageConverter.UWP, 28.2.12"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.OfficeChartToImageConverter.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.OfficeChartToImageConverter.UWP&version=28.2.12

// Install Syncfusion.OfficeChartToImageConverter.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.OfficeChartToImageConverter.UWP&version=28.2.12                

Syncfusion® UWP Office Chart To Image Converter

The Syncfusion® UWP Word chart to Image Library is a .NET helper class library that allows you to convert the PowerPoint and Word charts to PDF or images in Universal Windows Platform application without Microsoft Office dependencies.

UWP Word chart to Image Library

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting started

You can fetch the Syncfusion® UWP Office Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.OfficeChartToImageConverter.UWP from the Package Manager Console in Visual Studio.

Try the following code example to convert a Word document into PDF document.

using Syncfusion.DocIO;
using Syncfusion.DocIO.DLS;
using Syncfusion.DocToPDFConverter;
using Syncfusion.OfficeChartToImageConverter;
using Syncfusion.OfficeChart;
using Syncfusion.Pdf;
//Loads an existing Word document.
using (WordDocument wordDocument = new WordDocument("Template.docx", FormatType.Automatic))
{
    //Initializes the ChartToImageConverter for converting charts during Word to pdf conversion
    wordDocument.ChartToImageConverter = new ChartToImageConverter();
    //Creates an instance of the DocToPDFConverter.
    using (DocToPDFConverter converter = new DocToPDFConverter())
    {
        //Converts Word document into PDF document.
        using (PdfDocument pdfDocument = converter.ConvertToPDF(wordDocument))
        {
            //Saves the PDF file.
            pdfDocument.Save("Sample.pdf");
        }
    }
}

Try the following code example to convert the PowerPoint Presentation to PDF.

//Namespaces to perform PPTX to PDF conversion
using Syncfusion.Presentation;
using Syncfusion.OfficeChartToImageConverter;
using Syncfusion.PresentationToPdfConverter;
using Syncfusion.Pdf;
//Opens a PowerPoint Presentation 
using (IPresentation pptxDoc = Presentation.Open("Sample.pptx"))
{
    //Creates an instance of ChartToImageConverter and assigns it to ChartToImageConverter property of Presentation
    pptxDoc.ChartToImageConverter = new ChartToImageConverter();
    //Convert the PowerPoint document to PDF document.
    using (PdfDocument pdfDocument = PresentationToPdfConverter.Convert(pptxDoc))
    {
        //Creates an instance of memory stream.
        using (MemoryStream pdfStream = new MemoryStream())
        {
            //Save the converted PDF document to memory stream.
            pdfDocument.Save(pdfStream);
        }
    }
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion®

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.OfficeChartToImageConverter.UWP:

Package Downloads
Syncfusion.Presentation.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Presentation library and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
28.2.12 125 3/19/2025
28.2.11 173 3/10/2025
28.2.9 278 3/4/2025
28.2.7 119 2/25/2025
28.2.6 127 2/17/2025
28.2.5 124 2/11/2025
28.2.4 120 2/4/2025
28.2.3 746 1/29/2025
28.1.41 349 1/20/2025
28.1.39 193 1/13/2025
28.1.38 112 1/7/2025
28.1.37 118 12/31/2024
28.1.36 118 12/23/2024
28.1.35 225 12/18/2024
28.1.33 122 12/12/2024
27.2.5 122 12/2/2024
27.2.4 121 11/26/2024
27.2.3 127 11/22/2024
27.2.2 133 11/15/2024
27.1.58 138 11/4/2024
27.1.57 120 10/28/2024
27.1.56 124 10/23/2024
27.1.55 106 10/21/2024
27.1.53 158 10/14/2024
27.1.52 153 10/7/2024
27.1.51 144 9/30/2024
27.1.50 140 9/23/2024
27.1.48 154 9/18/2024
26.2.14 199 9/9/2024
26.2.13 147 9/5/2024
26.2.12 140 9/2/2024
26.2.11 157 8/27/2024
26.2.10 171 8/19/2024
26.2.9 167 8/12/2024
26.2.8 151 8/5/2024
26.2.7 82 7/29/2024
26.2.5 101 7/26/2024
26.2.4 105 7/24/2024
26.1.42 137 7/15/2024
26.1.41 134 7/8/2024
26.1.40 154 7/1/2024
26.1.39 157 6/24/2024
26.1.38 181 6/18/2024
26.1.35 3,958 6/11/2024
25.2.7 154 6/3/2024
25.2.6 148 5/28/2024
25.2.5 158 5/21/2024
25.2.4 137 5/14/2024
25.2.3 161 5/8/2024
25.1.42 164 4/29/2024
25.1.41 169 4/23/2024
25.1.40 167 4/15/2024
25.1.39 161 4/8/2024
25.1.38 190 4/1/2024
25.1.37 166 3/26/2024
25.1.35 248 3/15/2024
24.2.9 284 3/4/2024
24.2.8 314 2/26/2024
24.2.7 332 2/19/2024
24.2.6 323 2/14/2024
24.2.5 324 2/12/2024
24.2.4 362 2/5/2024
24.2.3 357 1/31/2024
24.1.47 369 1/22/2024
24.1.46 370 1/16/2024
24.1.45 440 1/8/2024
24.1.44 404 1/2/2024
24.1.43 473 12/27/2023
24.1.41 508 12/18/2023
23.2.7 559 12/6/2023
23.2.6 532 11/28/2023
23.2.5 543 11/23/2023
23.2.4 587 11/20/2023
23.1.44 548 11/6/2023
23.1.43 542 10/30/2023
23.1.42 561 10/23/2023
23.1.41 581 10/16/2023
23.1.40 1,482 10/10/2023
23.1.39 593 10/4/2023
23.1.38 636 9/26/2023
23.1.36 660 9/15/2023
22.2.12 664 9/5/2023
22.2.11 720 8/28/2023
22.2.10 677 8/22/2023
22.2.9 720 8/14/2023
22.2.8 728 8/7/2023
22.2.7 774 8/2/2023
22.2.5 821 7/27/2023
22.1.39 782 7/18/2023
22.1.38 806 7/11/2023
22.1.37 776 7/3/2023
22.1.36 809 6/28/2023
22.1.34 2,661 6/21/2023
21.2.10 825 6/12/2023
21.2.9 828 6/6/2023
21.2.8 761 5/30/2023
21.2.6 856 5/22/2023
21.2.5 868 5/15/2023
21.2.4 858 5/9/2023
21.2.3 919 5/3/2023
21.1.41 931 4/19/2023
21.1.39 923 4/10/2023
21.1.38 968 4/3/2023
21.1.37 1,001 3/29/2023
21.1.35 1,021 3/23/2023
20.4.0.54 1,002 3/13/2023
20.4.0.53 969 3/7/2023
20.4.0.52 972 2/28/2023
20.4.0.51 1,017 2/21/2023
20.4.0.50 1,019 2/14/2023
20.4.0.49 1,017 2/7/2023
20.4.0.48 1,088 2/1/2023
20.4.0.44 1,022 1/18/2023
20.4.0.43 1,069 1/10/2023
20.4.0.42 1,130 1/4/2023
20.4.0.41 1,101 12/29/2022
20.4.0.40 1,089 12/28/2022
20.4.0.38 1,144 12/21/2022
20.3.0.61 1,151 12/12/2022
20.3.0.60 1,146 12/6/2022
20.3.0.59 1,126 11/29/2022
20.3.0.58 1,174 11/22/2022
20.3.0.57 1,162 11/15/2022
20.3.0.56 1,154 11/8/2022
20.3.0.52 1,207 10/27/2022
20.3.0.50 1,249 10/18/2022
20.3.0.49 1,320 10/11/2022
20.3.0.48 1,288 10/5/2022
20.3.0.47 1,302 9/29/2022
20.2.0.50 1,374 9/20/2022
20.2.0.49 1,399 9/13/2022
20.2.0.48 1,324 9/6/2022
20.2.0.46 1,380 8/30/2022
20.2.0.45 1,373 8/23/2022
20.2.0.44 1,340 8/16/2022
20.2.0.43 2,517 8/8/2022
20.2.0.40 1,372 7/26/2022
20.2.0.39 1,366 7/19/2022
20.2.0.38 1,305 7/12/2022
20.2.0.36 30,211 6/30/2022
20.1.0.61 1,368 6/20/2022
20.1.0.60 1,329 6/14/2022
20.1.0.59 1,654 6/6/2022
20.1.0.58 1,371 5/31/2022
20.1.0.57 1,404 5/23/2022
20.1.0.56 1,385 5/17/2022
20.1.0.55 1,416 5/12/2022
20.1.0.52 1,559 5/3/2022
20.1.0.51 1,419 4/26/2022
20.1.0.50 1,419 4/19/2022
20.1.0.48 1,472 4/12/2022
20.1.0.47 1,471 4/4/2022
19.4.0.56 1,591 3/14/2022
19.4.0.55 1,472 3/8/2022
19.4.0.54 1,408 2/28/2022
19.4.0.53 1,357 2/22/2022
19.4.0.52 1,441 2/15/2022
19.4.0.50 1,411 2/8/2022
19.4.0.48 1,465 1/31/2022
19.4.0.47 1,426 1/25/2022
19.4.0.43 1,402 1/18/2022
19.4.0.42 1,321 1/11/2022
19.4.0.41 1,137 1/4/2022
19.4.0.40 1,184 12/28/2021
19.4.0.38 1,160 12/17/2021
19.3.0.59 1,193 12/14/2021
19.3.0.57 1,155 12/7/2021
19.3.0.56 1,656 11/29/2021
19.3.0.55 1,460 11/23/2021
19.3.0.54 1,184 11/17/2021
19.3.0.53 1,140 11/12/2021
19.3.0.48 1,260 11/3/2021
19.3.0.47 1,360 10/26/2021
19.3.0.46 1,290 10/19/2021
19.3.0.45 1,210 10/12/2021
19.3.0.44 1,351 10/5/2021
19.3.0.43 1,328 9/30/2021
19.2.0.62 1,321 9/13/2021
19.2.0.60 1,321 9/7/2021
19.2.0.59 1,331 8/30/2021
19.2.0.57 1,317 8/24/2021
19.2.0.56 1,285 8/17/2021
19.2.0.55 1,365 8/11/2021
19.2.0.51 1,323 8/2/2021
19.2.0.49 1,309 7/26/2021
19.2.0.48 1,369 7/19/2021
19.2.0.47 1,405 7/13/2021
19.2.0.46 1,560 7/6/2021
19.2.0.44 21,091 6/30/2021
19.1.0.69 1,393 6/14/2021
19.1.0.67 1,343 6/7/2021
19.1.0.66 1,376 5/31/2021
19.1.0.65 1,321 5/24/2021
19.1.0.64 1,345 5/19/2021
19.1.0.63 1,367 5/13/2021
19.1.0.59 1,388 5/3/2021
19.1.0.58 1,367 4/26/2021
19.1.0.57 1,408 4/20/2021
19.1.0.56 1,344 4/12/2021
19.1.0.55 1,309 4/6/2021
19.1.0.54 1,360 3/30/2021
18.4.0.49 1,371 3/22/2021
18.4.0.48 1,380 3/16/2021
18.4.0.47 1,693 3/9/2021
18.4.0.46 1,412 3/2/2021
18.4.0.44 1,308 2/23/2021
18.4.0.43 1,315 2/15/2021
18.4.0.42 1,419 2/9/2021
18.4.0.41 1,358 2/2/2021
18.4.0.39 1,285 1/28/2021
18.4.0.35 1,371 1/19/2021
18.4.0.34 1,362 1/12/2021
18.4.0.33 1,378 1/4/2021
18.4.0.32 1,350 12/30/2020
18.4.0.31 1,325 12/22/2020
18.4.0.30 1,492 12/17/2020
18.3.0.53 1,372 12/8/2020
18.3.0.52 1,397 11/30/2020
18.3.0.51 1,495 11/23/2020
18.3.0.50 1,416 11/17/2020
18.3.0.48 1,422 11/10/2020
18.3.0.47 1,489 11/5/2020
18.3.0.44 1,470 10/27/2020
18.3.0.42 1,513 10/20/2020
18.3.0.40 1,464 10/12/2020
18.3.0.38 1,518 10/7/2020
18.3.0.35 9,527 10/1/2020
18.2.0.59 1,452 9/22/2020
18.2.0.58 1,351 9/15/2020
18.2.0.57 1,419 9/8/2020
18.2.0.56 1,469 9/1/2020
18.2.0.55 1,496 8/25/2020
18.2.0.54 1,482 8/18/2020
18.2.0.48 1,521 8/4/2020
18.2.0.47 1,510 7/28/2020
18.2.0.46 1,518 7/21/2020
18.2.0.45 1,493 7/14/2020
18.2.0.44 1,553 7/6/2020
18.1.0.59 1,574 6/23/2020
18.1.0.57 1,534 6/16/2020
18.1.0.56 1,634 6/9/2020
18.1.0.55 1,533 6/2/2020
18.1.0.54 1,559 5/27/2020
18.1.0.53 1,581 5/19/2020
18.1.0.52 1,576 5/13/2020
18.1.0.48 1,572 5/5/2020
18.1.0.46 1,549 4/28/2020
18.1.0.45 1,528 4/21/2020
18.1.0.44 1,550 4/14/2020
18.1.0.43 1,525 4/7/2020
18.1.0.42 1,554 4/1/2020
18.1.0.36-beta 1,131 3/19/2020
17.4.0.55 1,600 3/10/2020
17.4.0.53 1,507 3/3/2020
17.4.0.51 1,600 2/25/2020
17.4.0.50 1,621 2/18/2020
17.4.0.49 1,609 2/11/2020
17.4.0.47 1,557 2/5/2020
17.4.0.46 1,555 1/30/2020
17.4.0.44 1,606 1/21/2020
17.4.0.43 1,618 1/14/2020
17.4.0.41 1,601 1/7/2020
17.4.0.40 1,545 12/24/2019
17.4.0.39 1,629 12/17/2019
17.3.0.34 1,584 12/10/2019
17.3.0.33 1,563 12/4/2019
17.3.0.30 1,579 12/3/2019
17.3.0.29 1,538 11/26/2019
17.3.0.28 1,586 11/19/2019
17.3.0.27 1,555 11/12/2019
17.3.0.26 1,595 11/5/2019
17.3.0.21 1,602 10/29/2019
17.3.0.19 1,608 10/22/2019
17.3.0.17 1,636 10/15/2019
17.3.0.14 1,638 10/3/2019
17.3.0.9-beta 1,227 9/20/2019
17.2.0.51 1,599 9/10/2019
17.2.0.49 1,628 9/3/2019
17.2.0.47 1,666 8/27/2019
17.2.0.46 1,657 8/22/2019
17.2.0.41 1,626 8/13/2019
17.2.0.40 1,637 8/6/2019
17.2.0.39 1,705 7/30/2019
17.2.0.36 1,599 7/23/2019
17.2.0.35 1,651 7/17/2019
17.2.0.34 1,675 7/11/2019
17.2.0.28-beta 1,169 6/27/2019
17.1.0.53 1,641 6/25/2019
17.1.0.52 1,604 6/18/2019
17.1.0.51 1,630 6/11/2019
17.1.0.50 1,636 6/4/2019
17.1.0.49 1,606 5/28/2019
17.1.0.48 1,642 5/21/2019
17.1.0.47 1,699 5/14/2019
17.1.0.44 1,642 5/7/2019
17.1.0.43 1,681 4/30/2019
17.1.0.42 1,713 4/23/2019
17.1.0.41 1,662 4/16/2019
17.1.0.40 1,641 4/9/2019
17.1.0.38 1,704 3/29/2019
17.1.0.32-beta 1,165 3/13/2019
16.4.0.54 1,853 2/19/2019
16.4.0.53 1,755 2/13/2019
16.4.0.52 2,257 2/5/2019
16.4.0.48 1,795 1/22/2019
16.4.0.47 1,823 1/16/2019
16.4.0.46 1,838 1/8/2019
16.4.0.44 1,858 12/24/2018
16.4.0.42 1,842 12/17/2018
16.4.0.40-beta 1,389 12/10/2018
16.3.0.36 1,864 11/27/2018
16.3.0.35-beta 1,359 11/23/2018
16.3.0.29 1,912 10/30/2018
16.3.0.21 1,927 9/21/2018
16.3.0.17-beta 1,388 9/12/2018
16.2.0.50 1,984 8/28/2018
16.2.0.46 2,034 8/8/2018