Syncfusion.OfficeChartToImageConverter.WinForms 28.1.38

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

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

Syncfusion® WinForms Office Chart To Image Converter

The Syncfusion® WinForms 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 any Windows Forms application without Microsoft Office dependencies.

WinForms 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® WinForms Office Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.OfficeChartToImageConverter.WinForms 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 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-windows was computed.  net9.0-windows7.0 is compatible. 
.NET Framework 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

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
28.2.12 128 3/19/2025
28.2.11 164 3/10/2025
28.2.9 287 3/3/2025
28.2.7 126 2/25/2025
28.2.6 125 2/17/2025
28.2.5 104 2/11/2025
28.2.4 115 2/4/2025
28.2.3 97 1/29/2025
28.1.41 360 1/20/2025
28.1.39 230 1/13/2025
28.1.38 116 1/7/2025
28.1.37 116 12/31/2024
28.1.36 111 12/23/2024
28.1.35 220 12/18/2024
28.1.33 143 12/12/2024
27.2.5 114 12/2/2024
27.2.4 131 11/26/2024
27.2.3 124 11/22/2024
27.2.2 138 11/15/2024
27.1.58 138 11/4/2024
27.1.57 172 10/28/2024
27.1.56 132 10/23/2024
27.1.55 114 10/21/2024
27.1.53 166 10/14/2024
27.1.52 135 10/7/2024
27.1.51 171 9/30/2024
27.1.50 150 9/23/2024
27.1.48 148 9/18/2024
26.2.14 629 9/9/2024
26.2.13 133 9/5/2024
26.2.12 141 9/2/2024
26.2.11 152 8/27/2024
26.2.10 158 8/19/2024
26.2.9 160 8/12/2024
26.2.8 131 8/5/2024
26.2.7 92 7/29/2024
26.2.5 126 7/25/2024
26.2.4 133 7/24/2024
26.1.42 165 7/15/2024
26.1.41 156 7/8/2024
26.1.40 158 7/1/2024
26.1.39 152 6/24/2024
26.1.38 153 6/18/2024
26.1.35 165 6/11/2024
25.2.7 135 6/3/2024
25.2.6 165 5/28/2024
25.2.5 149 5/21/2024
25.2.4 153 5/14/2024
25.2.3 165 5/8/2024
25.1.42 175 4/29/2024
25.1.41 170 4/23/2024
25.1.40 179 4/15/2024
25.1.39 165 4/8/2024
25.1.38 178 4/1/2024
25.1.37 165 3/26/2024
25.1.35 226 3/15/2024
24.2.9 1,202 3/4/2024
24.2.8 169 2/26/2024
24.2.7 179 2/19/2024
24.2.6 164 2/14/2024
24.2.5 156 2/12/2024
24.2.4 174 2/5/2024
24.2.3 188 1/31/2024
24.1.47 158 1/22/2024
24.1.46 173 1/16/2024
24.1.45 192 1/8/2024
24.1.44 166 1/2/2024
24.1.43 184 12/27/2023
24.1.41 295 12/18/2023
23.2.7 217 12/6/2023
23.2.6 195 11/28/2023
23.2.5 178 11/23/2023
23.2.4 187 11/20/2023
23.1.44 212 11/6/2023
23.1.43 199 10/30/2023
23.1.42 202 10/23/2023
23.1.41 183 10/16/2023
23.1.40 232 10/10/2023
23.1.39 184 10/4/2023
23.1.38 198 9/26/2023
23.1.36 249 9/15/2023
22.2.12 250 9/5/2023
22.2.11 222 8/28/2023
22.2.10 190 8/22/2023
22.2.9 203 8/14/2023
22.2.8 206 8/7/2023
22.2.7 231 8/2/2023
22.2.5 221 7/27/2023
22.1.39 232 7/18/2023
22.1.38 221 7/11/2023
22.1.37 248 7/3/2023
22.1.36 242 6/28/2023
22.1.34 314 6/21/2023
21.2.10 258 6/12/2023
21.2.9 239 6/6/2023
21.2.8 265 5/30/2023
21.2.6 357 5/22/2023
21.2.5 269 5/15/2023
21.2.4 269 5/9/2023
21.2.3 272 5/3/2023
21.1.41 414 4/19/2023
21.1.39 327 4/10/2023
21.1.38 350 4/3/2023
21.1.37 349 3/29/2023
21.1.35 368 3/23/2023
20.4.0.54 1,138 3/13/2023
20.4.0.53 358 3/7/2023
20.4.0.52 376 2/28/2023
20.4.0.51 377 2/21/2023
20.4.0.50 362 2/14/2023
20.4.0.49 381 2/7/2023
20.4.0.48 424 2/1/2023
20.4.0.44 435 1/18/2023
20.4.0.43 481 1/10/2023
20.4.0.42 477 1/4/2023
20.4.0.41 422 12/29/2022
20.4.0.40 386 12/28/2022
20.4.0.38 431 12/21/2022
20.3.0.61 443 12/12/2022
20.3.0.60 414 12/6/2022
20.3.0.59 463 11/29/2022
20.3.0.58 463 11/21/2022
20.3.0.57 458 11/14/2022
20.3.0.56 708 11/8/2022
20.3.0.52 531 10/27/2022
20.3.0.50 543 10/17/2022
20.3.0.49 556 10/11/2022
20.3.0.48 539 10/5/2022
20.3.0.47 570 9/29/2022
20.2.0.50 559 9/20/2022
20.2.0.49 582 9/13/2022
20.2.0.48 610 9/6/2022
20.2.0.46 541 8/30/2022
20.2.0.45 4,142 8/23/2022
20.2.0.44 599 8/16/2022
20.2.0.43 623 8/8/2022
20.2.0.40 593 7/26/2022
20.2.0.39 563 7/19/2022
20.2.0.38 589 7/12/2022
20.2.0.36 620 6/30/2022
20.1.0.61 593 6/20/2022
20.1.0.60 589 6/14/2022
20.1.0.59 575 6/6/2022
20.1.0.58 587 5/30/2022
20.1.0.57 560 5/23/2022
20.1.0.56 586 5/17/2022
20.1.0.55 554 5/12/2022
20.1.0.52 638 5/2/2022
20.1.0.51 1,181 4/26/2022
20.1.0.50 609 4/19/2022
20.1.0.48 671 4/12/2022
20.1.0.47 603 4/4/2022
19.4.0.56 629 3/14/2022
19.4.0.55 618 3/8/2022
19.4.0.54 632 2/28/2022
19.4.0.53 636 2/21/2022
19.4.0.52 589 2/15/2022
19.4.0.50 654 2/8/2022
19.4.0.48 613 1/31/2022
19.4.0.47 613 1/24/2022
19.4.0.43 628 1/18/2022
19.4.0.42 631 1/10/2022
19.4.0.41 546 1/4/2022
19.4.0.40 426 12/28/2021
19.4.0.38 474 12/17/2021
19.3.0.59 451 12/14/2021
19.3.0.57 529 12/7/2021
19.3.0.56 1,273 11/29/2021
19.3.0.55 450 11/23/2021
19.3.0.54 449 11/17/2021
19.3.0.53 494 11/12/2021
19.3.0.48 482 11/3/2021
19.3.0.47 521 10/26/2021
19.3.0.46 501 10/19/2021
19.3.0.45 527 10/12/2021
19.3.0.44 517 10/5/2021
19.3.0.43 601 9/30/2021
19.2.0.62 633 9/13/2021
19.2.0.60 547 9/7/2021
19.2.0.59 533 8/30/2021
19.2.0.57 513 8/24/2021
19.2.0.56 496 8/17/2021
19.2.0.55 554 8/11/2021
19.2.0.51 952 8/2/2021
19.2.0.49 549 7/26/2021
19.2.0.48 535 7/19/2021
19.2.0.47 550 7/13/2021
19.2.0.46 557 7/6/2021
19.2.0.44 593 6/30/2021
19.1.0.69 589 6/14/2021
19.1.0.67 597 6/7/2021
19.1.0.66 757 5/31/2021
19.1.0.65 570 5/24/2021
19.1.0.64 667 5/19/2021
19.1.0.63 554 5/13/2021
19.1.0.59 758 5/3/2021
19.1.0.58 547 4/26/2021
19.1.0.57 629 4/20/2021
19.1.0.56 534 4/12/2021
19.1.0.55 569 4/6/2021
19.1.0.54 2,051 3/30/2021
18.4.0.49 540 3/22/2021
18.4.0.48 568 3/16/2021
18.4.0.47 557 3/9/2021
18.4.0.46 558 3/2/2021
18.4.0.44 573 2/23/2021
18.4.0.43 551 2/15/2021
18.4.0.42 565 2/9/2021
18.4.0.41 535 2/2/2021
18.4.0.39 617 1/28/2021
18.4.0.35 702 1/19/2021
18.4.0.34 596 1/12/2021
18.4.0.33 574 1/4/2021
18.4.0.32 547 12/30/2020
18.4.0.31 585 12/22/2020
18.4.0.30 682 12/17/2020
18.3.0.53 609 12/8/2020
18.3.0.52 621 11/30/2020
18.3.0.51 628 11/23/2020
18.3.0.50 621 11/17/2020
18.3.0.48 569 11/10/2020
18.3.0.47 767 11/5/2020
18.3.0.44 671 10/27/2020
18.3.0.42 677 10/20/2020
18.3.0.40 668 10/12/2020
18.3.0.38 655 10/7/2020
18.3.0.35 630 10/1/2020
18.2.0.59 648 9/22/2020
18.2.0.58 610 9/15/2020
18.2.0.57 614 9/8/2020
18.2.0.56 629 9/1/2020
18.2.0.55 622 8/24/2020
18.2.0.54 639 8/18/2020
18.2.0.48 736 8/4/2020
18.2.0.47 692 7/28/2020
18.2.0.46 690 7/21/2020
18.2.0.45 660 7/14/2020
18.2.0.44 1,152 7/6/2020
18.1.0.59 690 6/23/2020
18.1.0.57 736 6/15/2020
18.1.0.56 697 6/9/2020
18.1.0.55 662 6/2/2020
18.1.0.54 702 5/26/2020
18.1.0.53 685 5/19/2020
18.1.0.52 674 5/13/2020
18.1.0.48 687 5/5/2020
18.1.0.46 711 4/28/2020
18.1.0.45 685 4/20/2020
18.1.0.44 847 4/14/2020
18.1.0.43 697 4/7/2020
18.1.0.42 730 4/1/2020
18.1.0.36-beta 456 3/19/2020
17.4.0.55 838 3/10/2020
17.4.0.53 703 3/3/2020
17.4.0.51 712 2/25/2020
17.4.0.50 735 2/18/2020
17.4.0.49 725 2/11/2020
17.4.0.47 1,513 2/5/2020
17.4.0.46 709 1/30/2020
17.4.0.44 789 1/21/2020
17.4.0.43 725 1/14/2020
17.4.0.41 702 1/7/2020
17.4.0.40 715 12/24/2019
17.4.0.39 728 12/17/2019
17.3.0.34 713 12/10/2019
17.3.0.33 819 12/4/2019
17.3.0.30 703 12/3/2019
17.3.0.29 704 11/26/2019
17.3.0.28 713 11/18/2019
17.3.0.27 856 11/12/2019
17.3.0.26 747 11/5/2019
17.3.0.21 742 10/29/2019
17.3.0.19 751 10/22/2019
17.3.0.17 780 10/15/2019
17.3.0.14 798 10/3/2019
17.3.0.9-beta 455 9/20/2019
17.2.0.51 805 9/10/2019
17.2.0.49 750 9/3/2019
17.2.0.47 781 8/27/2019
17.2.0.46 744 8/22/2019
17.2.0.41 791 8/13/2019
17.2.0.40 801 8/6/2019
17.2.0.39 765 7/30/2019
17.2.0.36 762 7/23/2019
17.2.0.35 794 7/17/2019
17.2.0.34 926 7/11/2019
17.2.0.28-beta 449 6/27/2019
17.1.0.53 786 6/25/2019
17.1.0.52 837 6/18/2019
17.1.0.51 823 6/11/2019
17.1.0.50 799 6/4/2019
17.1.0.49 791 5/28/2019
17.1.0.48 827 5/21/2019
17.1.0.47 819 5/14/2019
17.1.0.44 789 5/7/2019
17.1.0.43 789 4/30/2019
17.1.0.42 903 4/23/2019
17.1.0.41 779 4/16/2019
17.1.0.40 799 4/9/2019
17.1.0.38 875 3/29/2019
17.1.0.32-beta 508 3/13/2019
16.4.0.54 961 2/19/2019
16.4.0.53 919 2/13/2019
16.4.0.52 936 2/5/2019
16.4.0.48 890 1/22/2019
16.4.0.47 863 1/16/2019
16.4.0.46 906 1/8/2019
16.4.0.44 908 12/24/2018
16.4.0.42 946 12/17/2018
16.4.0.40-beta 617 12/10/2018
16.3.0.36 960 11/27/2018
16.3.0.35-beta 647 11/23/2018
16.3.0.29 1,176 10/30/2018
16.3.0.21 1,102 9/21/2018