Syncfusion.OfficeChartToImageConverter.WinForms 27.1.50

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 27.1.50                
NuGet\Install-Package Syncfusion.OfficeChartToImageConverter.WinForms -Version 27.1.50                
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="27.1.50" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.OfficeChartToImageConverter.WinForms --version 27.1.50                
#r "nuget: Syncfusion.OfficeChartToImageConverter.WinForms, 27.1.50"                
#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=27.1.50

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

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’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 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ 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. 
.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

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.1.35 55 12/18/2024
28.1.33 101 12/12/2024
27.2.5 87 12/2/2024
27.2.4 102 11/26/2024
27.2.3 103 11/22/2024
27.2.2 116 11/15/2024
27.1.58 110 11/4/2024
27.1.57 135 10/28/2024
27.1.56 109 10/23/2024
27.1.55 91 10/21/2024
27.1.53 146 10/14/2024
27.1.52 115 10/7/2024
27.1.51 145 9/30/2024
27.1.50 117 9/23/2024
27.1.48 131 9/18/2024
26.2.14 412 9/9/2024
26.2.13 118 9/5/2024
26.2.12 115 9/2/2024
26.2.11 134 8/27/2024
26.2.10 136 8/19/2024
26.2.9 144 8/12/2024
26.2.8 114 8/5/2024
26.2.7 77 7/29/2024
26.2.5 110 7/25/2024
26.2.4 117 7/24/2024
26.1.42 147 7/15/2024
26.1.41 140 7/8/2024
26.1.40 142 7/1/2024
26.1.39 135 6/24/2024
26.1.38 136 6/18/2024
26.1.35 156 6/11/2024
25.2.7 120 6/3/2024
25.2.6 148 5/28/2024
25.2.5 133 5/21/2024
25.2.4 138 5/14/2024
25.2.3 151 5/8/2024
25.1.42 160 4/29/2024
25.1.41 156 4/23/2024
25.1.40 163 4/15/2024
25.1.39 151 4/8/2024
25.1.38 164 4/1/2024
25.1.37 149 3/26/2024
25.1.35 211 3/15/2024
24.2.9 1,016 3/4/2024
24.2.8 153 2/26/2024
24.2.7 157 2/19/2024
24.2.6 144 2/14/2024
24.2.5 139 2/12/2024
24.2.4 157 2/5/2024
24.2.3 172 1/31/2024
24.1.47 142 1/22/2024
24.1.46 157 1/16/2024
24.1.45 175 1/8/2024
24.1.44 148 1/2/2024
24.1.43 168 12/27/2023
24.1.41 260 12/18/2023
23.2.7 202 12/6/2023
23.2.6 179 11/28/2023
23.2.5 164 11/23/2023
23.2.4 172 11/20/2023
23.1.44 198 11/6/2023
23.1.43 184 10/30/2023
23.1.42 187 10/23/2023
23.1.41 168 10/16/2023
23.1.40 215 10/10/2023
23.1.39 168 10/4/2023
23.1.38 184 9/26/2023
23.1.36 234 9/15/2023
22.2.12 232 9/5/2023
22.2.11 208 8/28/2023
22.2.10 174 8/22/2023
22.2.9 189 8/14/2023
22.2.8 191 8/7/2023
22.2.7 213 8/2/2023
22.2.5 204 7/27/2023
22.1.39 216 7/18/2023
22.1.38 207 7/11/2023
22.1.37 232 7/3/2023
22.1.36 226 6/28/2023
22.1.34 298 6/21/2023
21.2.10 241 6/12/2023
21.2.9 219 6/6/2023
21.2.8 240 5/30/2023
21.2.6 335 5/22/2023
21.2.5 246 5/15/2023
21.2.4 249 5/9/2023
21.2.3 249 5/3/2023
21.1.41 391 4/19/2023
21.1.39 305 4/10/2023
21.1.38 330 4/3/2023
21.1.37 326 3/29/2023
21.1.35 348 3/23/2023
20.4.0.54 1,117 3/13/2023
20.4.0.53 336 3/7/2023
20.4.0.52 354 2/28/2023
20.4.0.51 356 2/21/2023
20.4.0.50 339 2/14/2023
20.4.0.49 358 2/7/2023
20.4.0.48 404 2/1/2023
20.4.0.44 412 1/18/2023
20.4.0.43 455 1/10/2023
20.4.0.42 449 1/4/2023
20.4.0.41 399 12/29/2022
20.4.0.40 363 12/28/2022
20.4.0.38 410 12/21/2022
20.3.0.61 420 12/12/2022
20.3.0.60 396 12/6/2022
20.3.0.59 446 11/29/2022
20.3.0.58 447 11/21/2022
20.3.0.57 442 11/14/2022
20.3.0.56 655 11/8/2022
20.3.0.52 515 10/27/2022
20.3.0.50 526 10/17/2022
20.3.0.49 540 10/11/2022
20.3.0.48 522 10/5/2022
20.3.0.47 555 9/29/2022
20.2.0.50 539 9/20/2022
20.2.0.49 566 9/13/2022
20.2.0.48 594 9/6/2022
20.2.0.46 523 8/30/2022
20.2.0.45 3,875 8/23/2022
20.2.0.44 584 8/16/2022
20.2.0.43 607 8/8/2022
20.2.0.40 575 7/26/2022
20.2.0.39 545 7/19/2022
20.2.0.38 572 7/12/2022
20.2.0.36 601 6/30/2022
20.1.0.61 575 6/20/2022
20.1.0.60 569 6/14/2022
20.1.0.59 556 6/6/2022
20.1.0.58 566 5/30/2022
20.1.0.57 541 5/23/2022
20.1.0.56 568 5/17/2022
20.1.0.55 538 5/12/2022
20.1.0.52 619 5/2/2022
20.1.0.51 1,156 4/26/2022
20.1.0.50 589 4/19/2022
20.1.0.48 651 4/12/2022
20.1.0.47 583 4/4/2022
19.4.0.56 609 3/14/2022
19.4.0.55 600 3/8/2022
19.4.0.54 613 2/28/2022
19.4.0.53 618 2/21/2022
19.4.0.52 568 2/15/2022
19.4.0.50 633 2/8/2022
19.4.0.48 594 1/31/2022
19.4.0.47 592 1/24/2022
19.4.0.43 607 1/18/2022
19.4.0.42 608 1/10/2022
19.4.0.41 524 1/4/2022
19.4.0.40 405 12/28/2021
19.4.0.38 453 12/17/2021
19.3.0.59 431 12/14/2021
19.3.0.57 492 12/7/2021
19.3.0.56 1,251 11/29/2021
19.3.0.55 429 11/23/2021
19.3.0.54 429 11/17/2021
19.3.0.53 470 11/12/2021
19.3.0.48 460 11/3/2021
19.3.0.47 495 10/26/2021
19.3.0.46 481 10/19/2021
19.3.0.45 504 10/12/2021
19.3.0.44 494 10/5/2021
19.3.0.43 581 9/30/2021
19.2.0.62 607 9/13/2021
19.2.0.60 525 9/7/2021
19.2.0.59 511 8/30/2021
19.2.0.57 490 8/24/2021
19.2.0.56 474 8/17/2021
19.2.0.55 533 8/11/2021
19.2.0.51 927 8/2/2021
19.2.0.49 528 7/26/2021
19.2.0.48 507 7/19/2021
19.2.0.47 530 7/13/2021
19.2.0.46 536 7/6/2021
19.2.0.44 572 6/30/2021
19.1.0.69 570 6/14/2021
19.1.0.67 576 6/7/2021
19.1.0.66 723 5/31/2021
19.1.0.65 549 5/24/2021
19.1.0.64 645 5/19/2021
19.1.0.63 533 5/13/2021
19.1.0.59 726 5/3/2021
19.1.0.58 527 4/26/2021
19.1.0.57 600 4/20/2021
19.1.0.56 514 4/12/2021
19.1.0.55 543 4/6/2021
19.1.0.54 1,974 3/30/2021
18.4.0.49 516 3/22/2021
18.4.0.48 542 3/16/2021
18.4.0.47 535 3/9/2021
18.4.0.46 533 3/2/2021
18.4.0.44 549 2/23/2021
18.4.0.43 526 2/15/2021
18.4.0.42 541 2/9/2021
18.4.0.41 510 2/2/2021
18.4.0.39 592 1/28/2021
18.4.0.35 679 1/19/2021
18.4.0.34 572 1/12/2021
18.4.0.33 549 1/4/2021
18.4.0.32 523 12/30/2020
18.4.0.31 561 12/22/2020
18.4.0.30 659 12/17/2020
18.3.0.53 584 12/8/2020
18.3.0.52 598 11/30/2020
18.3.0.51 604 11/23/2020
18.3.0.50 596 11/17/2020
18.3.0.48 544 11/10/2020
18.3.0.47 739 11/5/2020
18.3.0.44 647 10/27/2020
18.3.0.42 652 10/20/2020
18.3.0.40 644 10/12/2020
18.3.0.38 631 10/7/2020
18.3.0.35 605 10/1/2020
18.2.0.59 621 9/22/2020
18.2.0.58 587 9/15/2020
18.2.0.57 592 9/8/2020
18.2.0.56 605 9/1/2020
18.2.0.55 597 8/24/2020
18.2.0.54 617 8/18/2020
18.2.0.48 711 8/4/2020
18.2.0.47 669 7/28/2020
18.2.0.46 665 7/21/2020
18.2.0.45 635 7/14/2020
18.2.0.44 1,128 7/6/2020
18.1.0.59 666 6/23/2020
18.1.0.57 712 6/15/2020
18.1.0.56 673 6/9/2020
18.1.0.55 637 6/2/2020
18.1.0.54 677 5/26/2020
18.1.0.53 662 5/19/2020
18.1.0.52 650 5/13/2020
18.1.0.48 662 5/5/2020
18.1.0.46 685 4/28/2020
18.1.0.45 658 4/20/2020
18.1.0.44 817 4/14/2020
18.1.0.43 673 4/7/2020
18.1.0.42 704 4/1/2020
18.1.0.36-beta 433 3/19/2020
17.4.0.55 769 3/10/2020
17.4.0.53 676 3/3/2020
17.4.0.51 688 2/25/2020
17.4.0.50 711 2/18/2020
17.4.0.49 699 2/11/2020
17.4.0.47 1,487 2/5/2020
17.4.0.46 683 1/30/2020
17.4.0.44 763 1/21/2020
17.4.0.43 701 1/14/2020
17.4.0.41 679 1/7/2020
17.4.0.40 690 12/24/2019
17.4.0.39 703 12/17/2019
17.3.0.34 687 12/10/2019
17.3.0.33 792 12/4/2019
17.3.0.30 677 12/3/2019
17.3.0.29 680 11/26/2019
17.3.0.28 689 11/18/2019
17.3.0.27 831 11/12/2019
17.3.0.26 722 11/5/2019
17.3.0.21 716 10/29/2019
17.3.0.19 719 10/22/2019
17.3.0.17 754 10/15/2019
17.3.0.14 773 10/3/2019
17.3.0.9-beta 432 9/20/2019
17.2.0.51 779 9/10/2019
17.2.0.49 723 9/3/2019
17.2.0.47 755 8/27/2019
17.2.0.46 719 8/22/2019
17.2.0.41 764 8/13/2019
17.2.0.40 774 8/6/2019
17.2.0.39 736 7/30/2019
17.2.0.36 734 7/23/2019
17.2.0.35 768 7/17/2019
17.2.0.34 902 7/11/2019
17.2.0.28-beta 426 6/27/2019
17.1.0.53 763 6/25/2019
17.1.0.52 812 6/18/2019
17.1.0.51 794 6/11/2019
17.1.0.50 774 6/4/2019
17.1.0.49 768 5/28/2019
17.1.0.48 801 5/21/2019
17.1.0.47 791 5/14/2019
17.1.0.44 765 5/7/2019
17.1.0.43 765 4/30/2019
17.1.0.42 876 4/23/2019
17.1.0.41 752 4/16/2019
17.1.0.40 775 4/9/2019
17.1.0.38 849 3/29/2019
17.1.0.32-beta 480 3/13/2019
16.4.0.54 934 2/19/2019
16.4.0.53 891 2/13/2019
16.4.0.52 908 2/5/2019
16.4.0.48 862 1/22/2019
16.4.0.47 838 1/16/2019
16.4.0.46 878 1/8/2019
16.4.0.44 880 12/24/2018
16.4.0.42 918 12/17/2018
16.4.0.40-beta 587 12/10/2018
16.3.0.36 932 11/27/2018
16.3.0.35-beta 618 11/23/2018
16.3.0.29 1,126 10/30/2018
16.3.0.21 1,066 9/21/2018