Syncfusion.OfficeChartToImageConverter.WinForms 26.1.40

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

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

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. 
.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
26.2.13 39 9/5/2024
26.2.12 57 9/2/2024
26.2.11 85 8/27/2024
26.2.10 82 8/19/2024
26.2.9 94 8/12/2024
26.2.8 81 8/5/2024
26.2.7 44 7/29/2024
26.2.5 75 7/25/2024
26.2.4 56 7/24/2024
26.1.42 103 7/15/2024
26.1.41 103 7/8/2024
26.1.40 107 7/1/2024
26.1.39 107 6/24/2024
26.1.38 107 6/18/2024
26.1.35 121 6/11/2024
25.2.7 90 6/3/2024
25.2.6 115 5/28/2024
25.2.5 106 5/21/2024
25.2.4 109 5/14/2024
25.2.3 120 5/8/2024
25.1.42 131 4/29/2024
25.1.41 122 4/23/2024
25.1.40 138 4/15/2024
25.1.39 124 4/8/2024
25.1.38 135 4/1/2024
25.1.37 125 3/26/2024
25.1.35 162 3/15/2024
24.2.9 597 3/4/2024
24.2.8 121 2/26/2024
24.2.7 117 2/19/2024
24.2.6 125 2/14/2024
24.2.5 112 2/12/2024
24.2.4 124 2/5/2024
24.2.3 142 1/31/2024
24.1.47 115 1/22/2024
24.1.46 126 1/16/2024
24.1.45 147 1/8/2024
24.1.44 120 1/2/2024
24.1.43 139 12/27/2023
24.1.41 224 12/18/2023
23.2.7 177 12/6/2023
23.2.6 149 11/28/2023
23.2.5 136 11/23/2023
23.2.4 141 11/20/2023
23.1.44 164 11/6/2023
23.1.43 154 10/30/2023
23.1.42 155 10/23/2023
23.1.41 154 10/16/2023
23.1.40 188 10/10/2023
23.1.39 140 10/4/2023
23.1.38 155 9/26/2023
23.1.36 211 9/15/2023
22.2.12 203 9/5/2023
22.2.11 184 8/28/2023
22.2.10 160 8/22/2023
22.2.9 164 8/14/2023
22.2.8 157 8/7/2023
22.2.7 184 8/2/2023
22.2.5 176 7/27/2023
22.1.39 189 7/18/2023
22.1.38 175 7/11/2023
22.1.37 208 7/3/2023
22.1.36 197 6/28/2023
22.1.34 269 6/21/2023
21.2.10 211 6/12/2023
21.2.9 198 6/6/2023
21.2.8 211 5/30/2023
21.2.6 309 5/22/2023
21.2.5 221 5/15/2023
21.2.4 225 5/9/2023
21.2.3 223 5/3/2023
21.1.41 355 4/19/2023
21.1.39 281 4/10/2023
21.1.38 304 4/3/2023
21.1.37 303 3/29/2023
21.1.35 320 3/23/2023
20.4.0.54 1,076 3/13/2023
20.4.0.53 309 3/7/2023
20.4.0.52 326 2/28/2023
20.4.0.51 329 2/21/2023
20.4.0.50 314 2/14/2023
20.4.0.49 329 2/7/2023
20.4.0.48 378 2/1/2023
20.4.0.44 386 1/18/2023
20.4.0.43 411 1/10/2023
20.4.0.42 420 1/4/2023
20.4.0.41 371 12/29/2022
20.4.0.40 329 12/28/2022
20.4.0.38 380 12/21/2022
20.3.0.61 391 12/12/2022
20.3.0.60 367 12/6/2022
20.3.0.59 422 11/29/2022
20.3.0.58 411 11/21/2022
20.3.0.57 415 11/14/2022
20.3.0.56 550 11/8/2022
20.3.0.52 492 10/27/2022
20.3.0.50 499 10/17/2022
20.3.0.49 518 10/11/2022
20.3.0.48 495 10/5/2022
20.3.0.47 526 9/29/2022
20.2.0.50 516 9/20/2022
20.2.0.49 539 9/13/2022
20.2.0.48 563 9/6/2022
20.2.0.46 491 8/30/2022
20.2.0.45 3,469 8/23/2022
20.2.0.44 551 8/16/2022
20.2.0.43 578 8/8/2022
20.2.0.40 552 7/26/2022
20.2.0.39 516 7/19/2022
20.2.0.38 543 7/12/2022
20.2.0.36 573 6/30/2022
20.1.0.61 551 6/20/2022
20.1.0.60 539 6/14/2022
20.1.0.59 547 6/6/2022
20.1.0.58 545 5/30/2022
20.1.0.57 517 5/23/2022
20.1.0.56 543 5/17/2022
20.1.0.55 515 5/12/2022
20.1.0.52 591 5/2/2022
20.1.0.51 1,103 4/26/2022
20.1.0.50 561 4/19/2022
20.1.0.48 620 4/12/2022
20.1.0.47 557 4/4/2022
19.4.0.56 574 3/14/2022
19.4.0.55 577 3/8/2022
19.4.0.54 587 2/28/2022
19.4.0.53 581 2/21/2022
19.4.0.52 549 2/15/2022
19.4.0.50 608 2/8/2022
19.4.0.48 585 1/31/2022
19.4.0.47 566 1/24/2022
19.4.0.43 588 1/18/2022
19.4.0.42 577 1/10/2022
19.4.0.41 501 1/4/2022
19.4.0.40 374 12/28/2021
19.4.0.38 430 12/17/2021
19.3.0.59 403 12/14/2021
19.3.0.57 449 12/7/2021
19.3.0.56 1,216 11/29/2021
19.3.0.55 408 11/23/2021
19.3.0.54 419 11/17/2021
19.3.0.53 443 11/12/2021
19.3.0.48 436 11/3/2021
19.3.0.47 469 10/26/2021
19.3.0.46 448 10/19/2021
19.3.0.45 480 10/12/2021
19.3.0.44 472 10/5/2021
19.3.0.43 549 9/30/2021
19.2.0.62 571 9/13/2021
19.2.0.60 498 9/7/2021
19.2.0.59 482 8/30/2021
19.2.0.57 466 8/24/2021
19.2.0.56 443 8/17/2021
19.2.0.55 517 8/11/2021
19.2.0.51 885 8/2/2021
19.2.0.49 505 7/26/2021
19.2.0.48 484 7/19/2021
19.2.0.47 520 7/13/2021
19.2.0.46 511 7/6/2021
19.2.0.44 556 6/30/2021
19.1.0.69 540 6/14/2021
19.1.0.67 552 6/7/2021
19.1.0.66 708 5/31/2021
19.1.0.65 528 5/24/2021
19.1.0.64 621 5/19/2021
19.1.0.63 507 5/13/2021
19.1.0.59 697 5/3/2021
19.1.0.58 502 4/26/2021
19.1.0.57 563 4/20/2021
19.1.0.56 485 4/12/2021
19.1.0.55 516 4/6/2021
19.1.0.54 1,805 3/30/2021
18.4.0.49 507 3/22/2021
18.4.0.48 520 3/16/2021
18.4.0.47 510 3/9/2021
18.4.0.46 511 3/2/2021
18.4.0.44 519 2/23/2021
18.4.0.43 496 2/15/2021
18.4.0.42 508 2/9/2021
18.4.0.41 487 2/2/2021
18.4.0.39 567 1/28/2021
18.4.0.35 653 1/19/2021
18.4.0.34 541 1/12/2021
18.4.0.33 517 1/4/2021
18.4.0.32 502 12/30/2020
18.4.0.31 546 12/22/2020
18.4.0.30 620 12/17/2020
18.3.0.53 560 12/8/2020
18.3.0.52 568 11/30/2020
18.3.0.51 581 11/23/2020
18.3.0.50 568 11/17/2020
18.3.0.48 529 11/10/2020
18.3.0.47 709 11/5/2020
18.3.0.44 621 10/27/2020
18.3.0.42 629 10/20/2020
18.3.0.40 616 10/12/2020
18.3.0.38 604 10/7/2020
18.3.0.35 595 10/1/2020
18.2.0.59 594 9/22/2020
18.2.0.58 564 9/15/2020
18.2.0.57 568 9/8/2020
18.2.0.56 576 9/1/2020
18.2.0.55 574 8/24/2020
18.2.0.54 587 8/18/2020
18.2.0.48 680 8/4/2020
18.2.0.47 634 7/28/2020
18.2.0.46 640 7/21/2020
18.2.0.45 609 7/14/2020
18.2.0.44 1,099 7/6/2020
18.1.0.59 642 6/23/2020
18.1.0.57 685 6/15/2020
18.1.0.56 644 6/9/2020
18.1.0.55 614 6/2/2020
18.1.0.54 653 5/26/2020
18.1.0.53 638 5/19/2020
18.1.0.52 621 5/13/2020
18.1.0.48 634 5/5/2020
18.1.0.46 660 4/28/2020
18.1.0.45 636 4/20/2020
18.1.0.44 792 4/14/2020
18.1.0.43 644 4/7/2020
18.1.0.42 682 4/1/2020
18.1.0.36-beta 412 3/19/2020
17.4.0.55 734 3/10/2020
17.4.0.53 651 3/3/2020
17.4.0.51 659 2/25/2020
17.4.0.50 681 2/18/2020
17.4.0.49 676 2/11/2020
17.4.0.47 1,466 2/5/2020
17.4.0.46 656 1/30/2020
17.4.0.44 736 1/21/2020
17.4.0.43 674 1/14/2020
17.4.0.41 650 1/7/2020
17.4.0.40 667 12/24/2019
17.4.0.39 678 12/17/2019
17.3.0.34 660 12/10/2019
17.3.0.33 768 12/4/2019
17.3.0.30 648 12/3/2019
17.3.0.29 652 11/26/2019
17.3.0.28 664 11/18/2019
17.3.0.27 804 11/12/2019
17.3.0.26 697 11/5/2019
17.3.0.21 693 10/29/2019
17.3.0.19 696 10/22/2019
17.3.0.17 733 10/15/2019
17.3.0.14 748 10/3/2019
17.3.0.9-beta 409 9/20/2019
17.2.0.51 749 9/10/2019
17.2.0.49 695 9/3/2019
17.2.0.47 720 8/27/2019
17.2.0.46 693 8/22/2019
17.2.0.41 731 8/13/2019
17.2.0.40 744 8/6/2019
17.2.0.39 711 7/30/2019
17.2.0.36 701 7/23/2019
17.2.0.35 740 7/17/2019
17.2.0.34 877 7/11/2019
17.2.0.28-beta 403 6/27/2019
17.1.0.53 739 6/25/2019
17.1.0.52 784 6/18/2019
17.1.0.51 765 6/11/2019
17.1.0.50 750 6/4/2019
17.1.0.49 739 5/28/2019
17.1.0.48 775 5/21/2019
17.1.0.47 764 5/14/2019
17.1.0.44 734 5/7/2019
17.1.0.43 754 4/30/2019
17.1.0.42 850 4/23/2019
17.1.0.41 720 4/16/2019
17.1.0.40 747 4/9/2019
17.1.0.38 823 3/29/2019
17.1.0.32-beta 449 3/13/2019
16.4.0.54 904 2/19/2019
16.4.0.53 861 2/13/2019
16.4.0.52 875 2/5/2019
16.4.0.48 831 1/22/2019
16.4.0.47 807 1/16/2019
16.4.0.46 846 1/8/2019
16.4.0.44 852 12/24/2018
16.4.0.42 887 12/17/2018
16.4.0.40-beta 563 12/10/2018
16.3.0.36 904 11/27/2018
16.3.0.35-beta 586 11/23/2018
16.3.0.29 1,099 10/30/2018
16.3.0.21 1,034 9/21/2018