Syncfusion.OfficeChartToImageConverter.WPF 27.2.5

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.OfficeChartToImageConverter.WPF --version 27.2.5                
NuGet\Install-Package Syncfusion.OfficeChartToImageConverter.WPF -Version 27.2.5                
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.WPF" Version="27.2.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.OfficeChartToImageConverter.WPF --version 27.2.5                
#r "nuget: Syncfusion.OfficeChartToImageConverter.WPF, 27.2.5"                
#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.WPF as a Cake Addin
#addin nuget:?package=Syncfusion.OfficeChartToImageConverter.WPF&version=27.2.5

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

Syncfusion WPF Office Chart To Image Converter

The Syncfusion WPF Office Chart To Image Converter is a .NET helper class library that allows you to convert the PowerPoint and Word charts to PDF or images in any WPF application without Microsoft Office dependencies.

WPF Office Chart To Image Converter

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

Key Features

System Requirements

Getting started

You can fetch the Syncfusion WPF Office Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.OfficeChartToImageConverter.Wpf 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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a licnense 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.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows7.0 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Syncfusion.OfficeChartToImageConverter.WPF:

Package Downloads
BusAppCore.Prism.Wpf.DevForce

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

BusAppCore.Prism.Wpf.EFCore

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

BusAppCore.Prism.Wpf.EF

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.OfficeChartToImageConverter.WPF:

Repository Stars
QL-Win/QuickLook.Plugin.OfficeViewer
Word, Excel, and PowerPoint plugin for QuickLook.
Version Downloads Last updated
28.1.36 72 12/23/2024
28.1.35 113 12/18/2024
28.1.33 179 12/12/2024
27.2.5 216 12/2/2024
27.2.4 189 11/26/2024
27.2.3 158 11/22/2024
27.2.2 190 11/15/2024
27.1.58 311 11/4/2024
27.1.57 565 10/28/2024
27.1.56 181 10/23/2024
27.1.55 91 10/21/2024
27.1.53 147 10/14/2024
27.1.52 140 10/7/2024
27.1.51 231 9/30/2024
27.1.50 283 9/23/2024
27.1.48 309 9/18/2024
26.2.14 197 9/9/2024
26.2.13 172 9/5/2024
26.2.12 257 9/2/2024
26.2.11 163 8/27/2024
26.2.10 539 8/19/2024
26.2.9 215 8/12/2024
26.2.8 256 8/5/2024
26.2.7 120 7/29/2024
26.2.5 106 7/25/2024
26.2.4 125 7/24/2024
26.1.42 366 7/15/2024
26.1.41 145 7/8/2024
26.1.40 194 7/1/2024
26.1.39 169 6/24/2024
26.1.38 217 6/18/2024
26.1.35 190 6/11/2024
25.2.7 146 6/3/2024
25.2.6 169 5/28/2024
25.2.5 157 5/21/2024
25.2.4 174 5/14/2024
25.2.3 175 5/8/2024
25.1.42 172 4/29/2024
25.1.41 251 4/23/2024
25.1.40 221 4/15/2024
25.1.39 183 4/8/2024
25.1.38 274 4/1/2024
25.1.37 183 3/26/2024
25.1.35 232 3/15/2024
24.2.9 578 3/4/2024
24.2.8 347 2/26/2024
24.2.7 358 2/19/2024
24.2.6 371 2/14/2024
24.2.5 338 2/12/2024
24.2.4 324 2/5/2024
24.2.3 290 1/31/2024
24.1.47 361 1/22/2024
24.1.46 374 1/16/2024
24.1.45 470 1/8/2024
24.1.44 431 1/2/2024
24.1.43 380 12/27/2023
24.1.41 538 12/18/2023
23.2.7 619 12/6/2023
23.2.6 500 11/28/2023
23.2.5 520 11/23/2023
23.2.4 626 11/20/2023
23.1.44 543 11/6/2023
23.1.43 499 10/30/2023
23.1.42 565 10/23/2023
23.1.41 569 10/16/2023
23.1.40 3,851 10/10/2023
23.1.39 590 10/4/2023
23.1.38 619 9/26/2023
23.1.36 751 9/15/2023
22.2.12 706 9/5/2023
22.2.11 663 8/28/2023
22.2.10 678 8/22/2023
22.2.9 708 8/14/2023
22.2.8 707 8/7/2023
22.2.7 707 8/2/2023
22.2.5 763 7/27/2023
22.1.39 886 7/18/2023
22.1.38 957 7/11/2023
22.1.37 799 7/3/2023
22.1.36 849 6/28/2023
22.1.34 989 6/21/2023
21.2.10 821 6/12/2023
21.2.9 797 6/6/2023
21.2.8 814 5/30/2023
21.2.6 825 5/22/2023
21.2.5 725 5/15/2023
21.2.4 880 5/9/2023
21.2.3 871 5/3/2023
21.1.41 908 4/19/2023
21.1.39 958 4/10/2023
21.1.38 986 4/3/2023
21.1.37 843 3/29/2023
21.1.35 861 3/23/2023
20.4.0.54 962 3/13/2023
20.4.0.53 2,161 3/7/2023
20.4.0.52 897 2/28/2023
20.4.0.51 946 2/21/2023
20.4.0.50 844 2/14/2023
20.4.0.49 873 2/7/2023
20.4.0.48 1,145 2/1/2023
20.4.0.44 927 1/18/2023
20.4.0.43 964 1/10/2023
20.4.0.42 1,034 1/4/2023
20.4.0.41 932 12/29/2022
20.4.0.40 842 12/28/2022
20.4.0.38 918 12/21/2022
20.3.0.61 901 12/12/2022
20.3.0.60 840 12/6/2022
20.3.0.59 901 11/29/2022
20.3.0.58 945 11/21/2022
20.3.0.57 924 11/15/2022
20.3.0.56 891 11/8/2022
20.3.0.52 959 10/27/2022
20.3.0.50 998 10/17/2022
20.3.0.49 984 10/11/2022
20.3.0.48 951 10/5/2022
20.3.0.47 1,081 9/29/2022
20.2.0.50 1,059 9/20/2022
20.2.0.49 1,019 9/13/2022
20.2.0.48 970 9/6/2022
20.2.0.46 996 8/30/2022
20.2.0.45 1,031 8/23/2022
20.2.0.44 1,051 8/16/2022
20.2.0.43 1,138 8/8/2022
20.2.0.40 1,024 7/26/2022
20.2.0.39 1,034 7/19/2022
20.2.0.38 1,028 7/12/2022
20.2.0.36 1,134 6/30/2022
20.1.0.61 1,117 6/20/2022
20.1.0.60 1,064 6/14/2022
20.1.0.59 1,035 6/6/2022
20.1.0.58 1,473 5/30/2022
20.1.0.57 1,075 5/23/2022
20.1.0.56 1,348 5/17/2022
20.1.0.55 1,101 5/12/2022
20.1.0.52 1,212 5/2/2022
20.1.0.51 1,121 4/26/2022
20.1.0.50 1,082 4/19/2022
20.1.0.48 1,114 4/12/2022
20.1.0.47 1,089 4/4/2022
19.4.0.56 1,881 3/14/2022
19.4.0.55 1,091 3/8/2022
19.4.0.54 1,159 2/28/2022
19.4.0.53 1,035 2/22/2022
19.4.0.52 1,140 2/15/2022
19.4.0.50 1,023 2/8/2022
19.4.0.48 1,086 1/31/2022
19.4.0.47 1,082 1/24/2022
19.4.0.43 1,036 1/18/2022
19.4.0.42 4,089 1/10/2022
19.4.0.41 890 1/4/2022
19.4.0.40 898 12/28/2021
19.4.0.38 968 12/17/2021
19.3.0.59 1,082 12/14/2021
19.3.0.57 1,362 12/7/2021
19.3.0.56 5,211 11/29/2021
19.3.0.55 1,674 11/23/2021
19.3.0.54 959 11/17/2021
19.3.0.53 1,028 11/12/2021
19.3.0.48 1,138 11/2/2021
19.3.0.47 1,001 10/26/2021
19.3.0.46 1,026 10/19/2021
19.3.0.45 961 10/12/2021
19.3.0.44 961 10/5/2021
19.3.0.43 1,034 9/30/2021
19.2.0.62 1,154 9/13/2021
19.2.0.60 2,273 9/7/2021
19.2.0.59 3,968 8/30/2021
19.2.0.57 1,122 8/24/2021
19.2.0.56 1,029 8/17/2021
19.2.0.55 1,083 8/11/2021
19.2.0.51 1,104 8/2/2021
19.2.0.49 1,118 7/26/2021
19.2.0.48 1,123 7/19/2021
19.2.0.47 1,067 7/13/2021
19.2.0.46 1,074 7/6/2021
19.2.0.44 1,453 6/30/2021
19.1.0.69 1,164 6/14/2021
19.1.0.67 1,091 6/7/2021
19.1.0.66 1,067 5/31/2021
19.1.0.65 1,051 5/24/2021
19.1.0.64 1,129 5/19/2021
19.1.0.63 1,088 5/13/2021
19.1.0.59 1,052 5/3/2021
19.1.0.58 1,004 4/26/2021
19.1.0.57 1,089 4/20/2021
19.1.0.56 1,006 4/12/2021
19.1.0.55 1,065 4/6/2021
19.1.0.54 1,184 3/30/2021
18.4.0.49 1,134 3/22/2021
18.4.0.48 1,086 3/16/2021
18.4.0.47 1,101 3/9/2021
18.4.0.46 1,186 3/2/2021
18.4.0.44 1,868 2/23/2021
18.4.0.43 1,101 2/15/2021
18.4.0.42 1,102 2/9/2021
18.4.0.41 1,177 2/2/2021
18.4.0.39 1,096 1/28/2021
18.4.0.35 1,089 1/19/2021
18.4.0.34 1,023 1/12/2021
18.4.0.33 1,089 1/4/2021
18.4.0.32 1,108 12/30/2020
18.4.0.31 1,072 12/22/2020
18.4.0.30 1,248 12/17/2020
18.3.0.53 1,076 12/8/2020
18.3.0.52 1,202 11/30/2020
18.3.0.51 1,076 11/23/2020
18.3.0.50 1,076 11/17/2020
18.3.0.48 1,069 11/10/2020
18.3.0.47 1,158 11/5/2020
18.3.0.44 1,160 10/27/2020
18.3.0.42 1,138 10/20/2020
18.3.0.40 1,202 10/12/2020
18.3.0.38 1,199 10/7/2020
18.3.0.35 1,657 10/1/2020
18.2.0.59 1,316 9/22/2020
18.2.0.58 1,278 9/15/2020
18.2.0.57 1,181 9/8/2020
18.2.0.56 1,209 9/1/2020
18.2.0.55 1,129 8/25/2020
18.2.0.54 1,212 8/18/2020
18.2.0.48 1,126 8/4/2020
18.2.0.47 1,264 7/28/2020
18.2.0.46 1,209 7/21/2020
18.2.0.45 1,122 7/14/2020
18.2.0.44 1,800 7/6/2020
18.1.0.59 1,255 6/23/2020
18.1.0.57 1,192 6/15/2020
18.1.0.56 1,277 6/9/2020
18.1.0.55 1,743 6/2/2020
18.1.0.54 1,168 5/26/2020
18.1.0.53 14,168 5/19/2020
18.1.0.52 1,444 5/13/2020
18.1.0.48 1,177 5/5/2020
18.1.0.46 1,147 4/28/2020
18.1.0.45 1,172 4/21/2020
18.1.0.44 1,148 4/14/2020
18.1.0.43 1,219 4/7/2020
18.1.0.42 1,254 4/1/2020
18.1.0.36-beta 986 3/19/2020
17.4.0.55 1,253 3/10/2020
17.4.0.53 1,185 3/3/2020
17.4.0.51 1,142 2/25/2020
17.4.0.50 1,181 2/18/2020
17.4.0.49 1,152 2/11/2020
17.4.0.47 1,190 2/5/2020
17.4.0.46 1,158 1/30/2020
17.4.0.44 1,216 1/21/2020
17.4.0.43 1,209 1/14/2020
17.4.0.41 1,246 1/7/2020
17.4.0.40 1,238 12/24/2019
17.4.0.39 1,236 12/17/2019
17.3.0.34 1,241 12/10/2019
17.3.0.33 1,280 12/4/2019
17.3.0.30 1,245 12/3/2019
17.3.0.29 1,178 11/26/2019
17.3.0.28 1,194 11/18/2019
17.3.0.27 1,244 11/12/2019
17.3.0.26 1,571 11/5/2019
17.3.0.21 1,255 10/29/2019
17.3.0.19 1,228 10/22/2019
17.3.0.17 1,291 10/15/2019
17.3.0.14 1,290 10/3/2019
17.3.0.9-beta 932 9/20/2019
17.2.0.51 1,579 9/10/2019
17.2.0.49 1,828 9/3/2019
17.2.0.47 1,268 8/27/2019
17.2.0.46 1,282 8/22/2019
17.2.0.41 1,220 8/13/2019
17.2.0.40 1,316 8/6/2019
17.2.0.39 1,291 7/30/2019
17.2.0.36 1,305 7/23/2019
17.2.0.35 1,289 7/17/2019
17.2.0.34 1,638 7/11/2019
17.2.0.28-beta 989 6/27/2019
17.1.0.53 15,803 6/25/2019
17.1.0.52 1,350 6/18/2019
17.1.0.51 1,305 6/11/2019
17.1.0.50 1,354 6/4/2019
17.1.0.49 1,348 5/28/2019
17.1.0.48 1,348 5/21/2019
17.1.0.47 1,333 5/14/2019
17.1.0.44 1,389 5/7/2019
17.1.0.43 1,310 4/30/2019
17.1.0.42 1,375 4/23/2019
17.1.0.41 1,308 4/16/2019
17.1.0.40 1,288 4/9/2019
17.1.0.38 1,461 3/29/2019
17.1.0.32-beta 981 3/13/2019
16.4.0.54 11,141 2/19/2019
16.4.0.53 1,503 2/13/2019
16.4.0.52 5,067 2/5/2019
16.4.0.48 1,460 1/22/2019
16.4.0.42 5,726 12/17/2018
16.3.0.36 1,876 11/27/2018
16.3.0.35-beta 1,120 11/23/2018