Syncfusion.ExcelToPdfConverter.ClientProfile 20.1.0.51

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelToPdfConverter.ClientProfile --version 20.1.0.51
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile -Version 20.1.0.51
                    
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.ExcelToPdfConverter.ClientProfile" Version="20.1.0.51" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.ClientProfile" Version="20.1.0.51" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelToPdfConverter.ClientProfile" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelToPdfConverter.ClientProfile --version 20.1.0.51
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.ClientProfile, 20.1.0.51"
                    
#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.
#:package Syncfusion.ExcelToPdfConverter.ClientProfile@20.1.0.51
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=20.1.0.51
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=20.1.0.51
                    
Install as a Cake Tool

Syncfusion WinForms Client Profile Excel To PDF Converter

The Syncfusion WinForms Client Profile Excel To PDF Converter converts an Excel document to PDF with just five lines of code. You can prepare your document for long-term archiving by converting it to PDF.

WinForms Client Profile Excel To PDF 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 Client Profile Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile from the Package Manager Console in Visual Studio.

Try the following code snippet to convert an Excel document to PDF.

using Syncfusion.XlsIO;
using Syncfusion.ExcelToPdfConverter;
using Syncfusion.Pdf;

//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Initialize IApplication.
    IApplication application = excelEngine.Excel;
    //Set the default version as Xlsx.
    application.DefaultVersion = ExcelVersion.Xlsx;
    //Load an existing workbook into IWorkbook.
    IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
    //Load the Excel workbook to Convert
    ExcelToPdfConverter converter = new ExcelToPdfConverter(workbook);
    //Initialize PDF document
    using(PdfDocument pdfDocument = new PdfDocument())
    {
        //Convert Excel document into PDF document
        pdfDocument = converter.Convert();
        pdfDocument.Save("Output.pdf");
	}
}

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 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 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, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter 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 Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
27.2.5 1,753 12/2/2024
27.2.4 148 11/26/2024
27.2.3 120 11/22/2024
27.2.2 159 11/15/2024
27.1.58 163 11/4/2024
27.1.57 137 10/28/2024
27.1.56 127 10/23/2024
27.1.55 143 10/21/2024
27.1.53 164 10/14/2024
27.1.52 166 10/7/2024
27.1.51 153 9/30/2024
27.1.50 150 9/23/2024
27.1.48 162 9/18/2024
26.2.14 421 9/9/2024
26.2.13 221 9/5/2024
26.2.12 157 9/2/2024
26.2.11 172 8/27/2024
26.2.10 196 8/19/2024
26.2.9 173 8/12/2024
26.2.8 157 8/5/2024
26.2.7 183 7/29/2024
26.2.5 147 7/25/2024
26.2.4 138 7/24/2024
26.1.42 167 7/15/2024
26.1.41 196 7/8/2024
26.1.40 191 7/1/2024
26.1.39 175 6/24/2024
26.1.38 167 6/18/2024
26.1.35 157 6/11/2024
25.2.7 156 6/3/2024
25.2.6 192 5/28/2024
25.2.5 156 5/21/2024
25.2.4 146 5/14/2024
25.2.3 176 5/8/2024
25.1.42 175 4/29/2024
25.1.41 185 4/23/2024
25.1.40 155 4/15/2024
25.1.39 187 4/8/2024
25.1.38 190 4/1/2024
25.1.37 158 3/26/2024
25.1.35 174 3/15/2024
24.2.9 175 3/4/2024
24.2.8 176 2/26/2024
24.2.7 327 2/19/2024
24.2.6 169 2/14/2024
24.2.5 161 2/12/2024
24.2.4 191 2/5/2024
24.2.3 157 1/31/2024
24.1.47 181 1/22/2024
24.1.46 175 1/16/2024
24.1.45 183 1/8/2024
24.1.44 199 1/2/2024
24.1.43 203 12/27/2023
24.1.41 202 12/18/2023
23.2.7 225 12/6/2023
23.2.6 216 11/28/2023
23.2.5 192 11/23/2023
23.2.4 200 11/20/2023
23.1.44 192 11/6/2023
23.1.43 195 10/30/2023
23.1.42 189 10/23/2023
23.1.41 196 10/16/2023
23.1.40 207 10/10/2023
23.1.39 201 10/4/2023
23.1.38 207 9/26/2023
23.1.36 261 9/15/2023
22.2.12 259 9/5/2023
22.2.11 258 8/28/2023
22.2.10 231 8/22/2023
22.2.9 221 8/14/2023
22.2.8 227 8/7/2023
22.2.7 247 8/2/2023
22.2.5 259 7/27/2023
22.1.39 297 7/18/2023
22.1.38 297 7/11/2023
22.1.37 296 7/3/2023
22.1.36 274 6/28/2023
22.1.34 259 6/21/2023
21.2.10 301 6/12/2023
21.2.9 299 6/6/2023
21.2.8 303 5/30/2023
21.2.6 304 5/22/2023
21.2.5 364 5/15/2023
21.2.4 335 5/9/2023
21.2.3 325 5/3/2023
21.1.41 355 4/19/2023
21.1.39 372 4/10/2023
21.1.38 371 4/3/2023
21.1.37 366 3/29/2023
21.1.35 387 3/23/2023
20.4.0.54 405 3/13/2023
20.4.0.53 399 3/7/2023
20.4.0.52 419 2/28/2023
20.4.0.51 439 2/21/2023
20.4.0.50 464 2/14/2023
20.4.0.49 440 2/7/2023
20.4.0.48 472 2/1/2023
20.4.0.44 472 1/18/2023
20.4.0.43 472 1/10/2023
20.4.0.42 482 1/4/2023
20.4.0.41 470 12/29/2022
20.4.0.40 452 12/28/2022
20.4.0.38 431 12/21/2022
20.3.0.61 462 12/12/2022
20.3.0.60 450 12/6/2022
20.3.0.59 500 11/29/2022
20.3.0.58 500 11/21/2022
20.3.0.57 494 11/14/2022
20.3.0.56 517 11/8/2022
20.3.0.52 557 10/27/2022
20.3.0.50 602 10/17/2022
20.3.0.49 581 10/11/2022
20.3.0.48 568 10/5/2022
20.3.0.47 587 9/29/2022
20.2.0.50 614 9/20/2022
20.2.0.49 615 9/13/2022
20.2.0.48 590 9/6/2022
20.2.0.46 612 8/30/2022
20.2.0.45 589 8/23/2022
20.2.0.44 614 8/16/2022
20.2.0.43 612 8/8/2022
20.2.0.40 664 7/26/2022
20.2.0.39 640 7/19/2022
20.2.0.38 651 7/12/2022
20.2.0.36 685 6/30/2022
20.1.0.61 764 6/20/2022
20.1.0.60 664 6/14/2022
20.1.0.59 663 6/6/2022
20.1.0.58 652 5/30/2022
20.1.0.57 617 5/23/2022
20.1.0.56 626 5/17/2022
20.1.0.55 658 5/12/2022
20.1.0.52 671 5/2/2022
20.1.0.51 640 4/26/2022
20.1.0.50 675 4/19/2022
20.1.0.48 697 4/12/2022
20.1.0.47 700 4/4/2022
19.4.0.56 742 3/14/2022
19.4.0.55 715 3/8/2022
19.4.0.54 694 2/28/2022
19.4.0.53 661 2/21/2022
19.4.0.52 658 2/15/2022
19.4.0.50 701 2/8/2022
19.4.0.48 734 1/31/2022
19.4.0.47 683 1/24/2022
19.4.0.43 680 1/18/2022
19.4.0.42 650 1/10/2022
19.4.0.41 530 1/4/2022
19.4.0.40 509 12/28/2021
19.4.0.38 554 12/17/2021
19.3.0.59 550 12/14/2021
19.3.0.57 572 12/7/2021
19.3.0.56 1,358 11/29/2021
19.3.0.55 507 11/23/2021
19.3.0.54 557 11/17/2021
19.3.0.53 566 11/12/2021
19.3.0.48 575 11/2/2021
19.3.0.47 596 10/26/2021
19.3.0.46 584 10/19/2021
19.3.0.45 585 10/12/2021
19.3.0.44 590 10/5/2021
19.3.0.43 599 9/30/2021
19.2.0.62 651 9/13/2021
19.2.0.60 696 9/7/2021
19.2.0.59 648 8/30/2021
19.2.0.57 642 8/24/2021
19.2.0.56 618 8/17/2021
19.2.0.55 610 8/11/2021
19.2.0.51 699 8/2/2021
19.2.0.49 689 7/26/2021
19.2.0.48 660 7/19/2021
19.2.0.47 695 7/13/2021
19.2.0.46 628 7/6/2021
19.2.0.44 664 6/30/2021
19.1.0.69 662 6/14/2021
19.1.0.67 647 6/7/2021
19.1.0.66 629 5/31/2021
19.1.0.65 966 5/24/2021
19.1.0.64 630 5/19/2021
19.1.0.63 651 5/13/2021
19.1.0.59 609 5/3/2021
19.1.0.58 639 4/26/2021
19.1.0.57 700 4/20/2021
19.1.0.56 652 4/12/2021
19.1.0.55 689 4/6/2021
19.1.0.54 659 3/30/2021
18.4.0.49 650 3/22/2021
18.4.0.48 649 3/16/2021
18.4.0.47 649 3/9/2021
18.4.0.46 1,059 3/2/2021
18.4.0.44 725 2/23/2021
18.4.0.43 664 2/15/2021
18.4.0.42 721 2/9/2021
18.4.0.41 672 2/2/2021
18.4.0.39 671 1/28/2021
18.4.0.35 638 1/19/2021
18.4.0.34 661 1/12/2021
18.4.0.33 779 1/4/2021
18.4.0.32 647 12/30/2020
18.4.0.31 737 12/22/2020
18.4.0.30 754 12/17/2020
18.3.0.53 751 12/8/2020
18.3.0.52 701 11/30/2020
18.3.0.51 704 11/23/2020
18.3.0.50 734 11/17/2020
18.3.0.48 700 11/10/2020
18.3.0.47 766 11/5/2020
18.3.0.44 750 10/27/2020
18.3.0.42 754 10/20/2020
18.3.0.40 750 10/12/2020
18.3.0.38 765 10/7/2020
18.3.0.35 714 10/1/2020
18.2.0.59 827 9/22/2020
18.2.0.58 800 9/15/2020
18.2.0.57 770 9/8/2020
18.2.0.56 776 9/1/2020
18.2.0.55 756 8/24/2020
18.2.0.54 749 8/18/2020
18.2.0.48 758 8/4/2020
18.2.0.47 786 7/28/2020
18.2.0.46 786 7/21/2020
18.2.0.45 794 7/14/2020
18.2.0.44 811 7/6/2020
18.1.0.59 824 6/23/2020
18.1.0.57 840 6/15/2020
18.1.0.56 783 6/9/2020
18.1.0.55 791 6/2/2020
18.1.0.54 818 5/26/2020
18.1.0.53 793 5/19/2020
18.1.0.52 852 5/13/2020
18.1.0.48 836 5/5/2020
18.1.0.46 841 4/28/2020
18.1.0.45 825 4/20/2020
18.1.0.44 819 4/14/2020
18.1.0.43 838 4/7/2020
18.1.0.42 837 4/1/2020
18.1.0.36-beta 575 3/19/2020
17.4.0.55 977 3/10/2020
17.4.0.53 848 3/3/2020
17.4.0.51 808 2/25/2020
17.4.0.50 848 2/18/2020
17.4.0.49 786 2/11/2020
17.4.0.47 816 2/5/2020
17.4.0.46 881 1/30/2020
17.4.0.44 883 1/21/2020
17.4.0.43 837 1/14/2020
17.4.0.41 854 1/7/2020
17.4.0.40 839 12/24/2019
17.4.0.39 821 12/17/2019
17.3.0.34 883 12/10/2019
17.3.0.33 874 12/4/2019
17.3.0.30 852 12/3/2019
17.3.0.29 861 11/26/2019
17.3.0.28 1,286 11/18/2019
17.3.0.27 851 11/12/2019
17.3.0.26 873 11/5/2019
17.3.0.21 901 10/29/2019
17.3.0.19 859 10/22/2019
17.3.0.17 876 10/15/2019
17.3.0.14 927 10/3/2019
17.3.0.9-beta 588 9/20/2019
17.2.0.51 915 9/10/2019
17.2.0.49 899 9/3/2019
17.2.0.47 887 8/27/2019
17.2.0.46 924 8/22/2019
17.2.0.41 927 8/13/2019
17.2.0.40 905 8/6/2019
17.2.0.39 870 7/30/2019
17.2.0.36 881 7/23/2019
17.2.0.35 939 7/17/2019
17.2.0.34 951 7/11/2019
17.2.0.28-beta 630 6/27/2019
17.1.0.53 920 6/25/2019
17.1.0.52 950 6/18/2019
17.1.0.51 965 6/11/2019
17.1.0.50 949 6/4/2019
17.1.0.49 903 5/28/2019
17.1.0.48 930 5/21/2019
17.1.0.47 976 5/14/2019
17.1.0.44 929 5/7/2019
17.1.0.43 974 4/30/2019
17.1.0.42 1,040 4/23/2019
17.1.0.41 1,025 4/16/2019
17.1.0.40 3,077 4/9/2019
17.1.0.38 968 3/29/2019
17.1.0.32-beta 615 3/13/2019
16.4.0.54 1,198 2/19/2019
16.4.0.53 1,036 2/13/2019
16.4.0.52 1,007 2/5/2019
16.4.0.48 1,075 1/22/2019
16.4.0.47 1,113 1/16/2019
16.4.0.46 1,040 1/8/2019
16.4.0.44 1,019 12/24/2018
16.4.0.42 1,065 12/17/2018
16.4.0.40-beta 733 12/10/2018
16.3.0.36 1,144 11/27/2018
16.3.0.35-beta 760 11/23/2018
16.3.0.29 1,145 10/30/2018
16.3.0.21 1,147 9/21/2018
16.3.0.17-beta 839 9/12/2018
16.2.0.50 1,198 8/28/2018