Syncfusion.ExcelToPdfConverter.ClientProfile 27.2.5

Prefix Reserved
dotnet add package Syncfusion.ExcelToPdfConverter.ClientProfile --version 27.2.5
                    
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile -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.ExcelToPdfConverter.ClientProfile" Version="27.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelToPdfConverter.ClientProfile" Version="27.2.5" />
                    
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 27.2.5
                    
#r "nuget: Syncfusion.ExcelToPdfConverter.ClientProfile, 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.
#:package Syncfusion.ExcelToPdfConverter.ClientProfile@27.2.5
                    
#: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=27.2.5
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=27.2.5
                    
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 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, 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 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,720 12/2/2024
27.2.4 136 11/26/2024
27.2.3 120 11/22/2024
27.2.2 144 11/15/2024
27.1.58 152 11/4/2024
27.1.57 137 10/28/2024
27.1.56 117 10/23/2024
27.1.55 133 10/21/2024
27.1.53 154 10/14/2024
27.1.52 154 10/7/2024
27.1.51 141 9/30/2024
27.1.50 138 9/23/2024
27.1.48 151 9/18/2024
26.2.14 420 9/9/2024
26.2.13 221 9/5/2024
26.2.12 147 9/2/2024
26.2.11 158 8/27/2024
26.2.10 185 8/19/2024
26.2.9 163 8/12/2024
26.2.8 147 8/5/2024
26.2.7 181 7/29/2024
26.2.5 135 7/25/2024
26.2.4 128 7/24/2024
26.1.42 155 7/15/2024
26.1.41 196 7/8/2024
26.1.40 190 7/1/2024
26.1.39 162 6/24/2024
26.1.38 157 6/18/2024
26.1.35 147 6/11/2024
25.2.7 142 6/3/2024
25.2.6 182 5/28/2024
25.2.5 151 5/21/2024
25.2.4 134 5/14/2024
25.2.3 165 5/8/2024
25.1.42 170 4/29/2024
25.1.41 172 4/23/2024
25.1.40 155 4/15/2024
25.1.39 177 4/8/2024
25.1.38 177 4/1/2024
25.1.37 158 3/26/2024
25.1.35 164 3/15/2024
24.2.9 165 3/4/2024
24.2.8 172 2/26/2024
24.2.7 315 2/19/2024
24.2.6 159 2/14/2024
24.2.5 152 2/12/2024
24.2.4 191 2/5/2024
24.2.3 146 1/31/2024
24.1.47 165 1/22/2024
24.1.46 165 1/16/2024
24.1.45 173 1/8/2024
24.1.44 190 1/2/2024
24.1.43 191 12/27/2023
24.1.41 201 12/18/2023
23.2.7 213 12/6/2023
23.2.6 204 11/28/2023
23.2.5 192 11/23/2023
23.2.4 189 11/20/2023
23.1.44 192 11/6/2023
23.1.43 183 10/30/2023
23.1.42 189 10/23/2023
23.1.41 184 10/16/2023
23.1.40 197 10/10/2023
23.1.39 191 10/4/2023
23.1.38 197 9/26/2023
23.1.36 251 9/15/2023
22.2.12 250 9/5/2023
22.2.11 249 8/28/2023
22.2.10 216 8/22/2023
22.2.9 212 8/14/2023
22.2.8 217 8/7/2023
22.2.7 238 8/2/2023
22.2.5 247 7/27/2023
22.1.39 284 7/18/2023
22.1.38 287 7/11/2023
22.1.37 285 7/3/2023
22.1.36 262 6/28/2023
22.1.34 246 6/21/2023
21.2.10 288 6/12/2023
21.2.9 288 6/6/2023
21.2.8 291 5/30/2023
21.2.6 303 5/22/2023
21.2.5 350 5/15/2023
21.2.4 323 5/9/2023
21.2.3 323 5/3/2023
21.1.41 342 4/19/2023
21.1.39 359 4/10/2023
21.1.38 356 4/3/2023
21.1.37 351 3/29/2023
21.1.35 375 3/23/2023
20.4.0.54 392 3/13/2023
20.4.0.53 385 3/7/2023
20.4.0.52 417 2/28/2023
20.4.0.51 427 2/21/2023
20.4.0.50 452 2/14/2023
20.4.0.49 428 2/7/2023
20.4.0.48 457 2/1/2023
20.4.0.44 457 1/18/2023
20.4.0.43 460 1/10/2023
20.4.0.42 466 1/4/2023
20.4.0.41 456 12/29/2022
20.4.0.40 438 12/28/2022
20.4.0.38 419 12/21/2022
20.3.0.61 450 12/12/2022
20.3.0.60 447 12/6/2022
20.3.0.59 485 11/29/2022
20.3.0.58 485 11/21/2022
20.3.0.57 482 11/14/2022
20.3.0.56 511 11/8/2022
20.3.0.52 555 10/27/2022
20.3.0.50 590 10/17/2022
20.3.0.49 569 10/11/2022
20.3.0.48 555 10/5/2022
20.3.0.47 585 9/29/2022
20.2.0.50 597 9/20/2022
20.2.0.49 599 9/13/2022
20.2.0.48 578 9/6/2022
20.2.0.46 600 8/30/2022
20.2.0.45 577 8/23/2022
20.2.0.44 601 8/16/2022
20.2.0.43 599 8/8/2022
20.2.0.40 651 7/26/2022
20.2.0.39 627 7/19/2022
20.2.0.38 638 7/12/2022
20.2.0.36 669 6/30/2022
20.1.0.61 751 6/20/2022
20.1.0.60 650 6/14/2022
20.1.0.59 648 6/6/2022
20.1.0.58 650 5/30/2022
20.1.0.57 615 5/23/2022
20.1.0.56 612 5/17/2022
20.1.0.55 646 5/12/2022
20.1.0.52 658 5/2/2022
20.1.0.51 639 4/26/2022
20.1.0.50 662 4/19/2022
20.1.0.48 685 4/12/2022
20.1.0.47 689 4/4/2022
19.4.0.56 729 3/14/2022
19.4.0.55 714 3/8/2022
19.4.0.54 693 2/28/2022
19.4.0.53 659 2/21/2022
19.4.0.52 647 2/15/2022
19.4.0.50 688 2/8/2022
19.4.0.48 721 1/31/2022
19.4.0.47 681 1/24/2022
19.4.0.43 668 1/18/2022
19.4.0.42 637 1/10/2022
19.4.0.41 519 1/4/2022
19.4.0.40 507 12/28/2021
19.4.0.38 541 12/17/2021
19.3.0.59 549 12/14/2021
19.3.0.57 560 12/7/2021
19.3.0.56 1,345 11/29/2021
19.3.0.55 505 11/23/2021
19.3.0.54 545 11/17/2021
19.3.0.53 565 11/12/2021
19.3.0.48 564 11/2/2021
19.3.0.47 584 10/26/2021
19.3.0.46 573 10/19/2021
19.3.0.45 573 10/12/2021
19.3.0.44 577 10/5/2021
19.3.0.43 586 9/30/2021
19.2.0.62 639 9/13/2021
19.2.0.60 694 9/7/2021
19.2.0.59 636 8/30/2021
19.2.0.57 630 8/24/2021
19.2.0.56 601 8/17/2021
19.2.0.55 609 8/11/2021
19.2.0.51 685 8/2/2021
19.2.0.49 675 7/26/2021
19.2.0.48 647 7/19/2021
19.2.0.47 683 7/13/2021
19.2.0.46 616 7/6/2021
19.2.0.44 652 6/30/2021
19.1.0.69 650 6/14/2021
19.1.0.67 635 6/7/2021
19.1.0.66 617 5/31/2021
19.1.0.65 954 5/24/2021
19.1.0.64 618 5/19/2021
19.1.0.63 638 5/13/2021
19.1.0.59 608 5/3/2021
19.1.0.58 627 4/26/2021
19.1.0.57 685 4/20/2021
19.1.0.56 651 4/12/2021
19.1.0.55 676 4/6/2021
19.1.0.54 647 3/30/2021
18.4.0.49 649 3/22/2021
18.4.0.48 637 3/16/2021
18.4.0.47 637 3/9/2021
18.4.0.46 1,046 3/2/2021
18.4.0.44 713 2/23/2021
18.4.0.43 652 2/15/2021
18.4.0.42 707 2/9/2021
18.4.0.41 660 2/2/2021
18.4.0.39 659 1/28/2021
18.4.0.35 626 1/19/2021
18.4.0.34 648 1/12/2021
18.4.0.33 767 1/4/2021
18.4.0.32 635 12/30/2020
18.4.0.31 722 12/22/2020
18.4.0.30 742 12/17/2020
18.3.0.53 736 12/8/2020
18.3.0.52 689 11/30/2020
18.3.0.51 692 11/23/2020
18.3.0.50 721 11/17/2020
18.3.0.48 688 11/10/2020
18.3.0.47 754 11/5/2020
18.3.0.44 749 10/27/2020
18.3.0.42 740 10/20/2020
18.3.0.40 737 10/12/2020
18.3.0.38 752 10/7/2020
18.3.0.35 713 10/1/2020
18.2.0.59 812 9/22/2020
18.2.0.58 784 9/15/2020
18.2.0.57 756 9/8/2020
18.2.0.56 763 9/1/2020
18.2.0.55 742 8/24/2020
18.2.0.54 733 8/18/2020
18.2.0.48 745 8/4/2020
18.2.0.47 773 7/28/2020
18.2.0.46 774 7/21/2020
18.2.0.45 782 7/14/2020
18.2.0.44 799 7/6/2020
18.1.0.59 812 6/23/2020
18.1.0.57 825 6/15/2020
18.1.0.56 767 6/9/2020
18.1.0.55 778 6/2/2020
18.1.0.54 806 5/26/2020
18.1.0.53 779 5/19/2020
18.1.0.52 838 5/13/2020
18.1.0.48 824 5/5/2020
18.1.0.46 829 4/28/2020
18.1.0.45 813 4/20/2020
18.1.0.44 818 4/14/2020
18.1.0.43 826 4/7/2020
18.1.0.42 833 4/1/2020
18.1.0.36-beta 563 3/19/2020
17.4.0.55 961 3/10/2020
17.4.0.53 836 3/3/2020
17.4.0.51 796 2/25/2020
17.4.0.50 834 2/18/2020
17.4.0.49 774 2/11/2020
17.4.0.47 804 2/5/2020
17.4.0.46 869 1/30/2020
17.4.0.44 871 1/21/2020
17.4.0.43 836 1/14/2020
17.4.0.41 842 1/7/2020
17.4.0.40 826 12/24/2019
17.4.0.39 809 12/17/2019
17.3.0.34 871 12/10/2019
17.3.0.33 861 12/4/2019
17.3.0.30 839 12/3/2019
17.3.0.29 847 11/26/2019
17.3.0.28 1,271 11/18/2019
17.3.0.27 837 11/12/2019
17.3.0.26 861 11/5/2019
17.3.0.21 887 10/29/2019
17.3.0.19 847 10/22/2019
17.3.0.17 875 10/15/2019
17.3.0.14 912 10/3/2019
17.3.0.9-beta 587 9/20/2019
17.2.0.51 900 9/10/2019
17.2.0.49 883 9/3/2019
17.2.0.47 875 8/27/2019
17.2.0.46 912 8/22/2019
17.2.0.41 913 8/13/2019
17.2.0.40 893 8/6/2019
17.2.0.39 858 7/30/2019
17.2.0.36 869 7/23/2019
17.2.0.35 926 7/17/2019
17.2.0.34 937 7/11/2019
17.2.0.28-beta 618 6/27/2019
17.1.0.53 919 6/25/2019
17.1.0.52 948 6/18/2019
17.1.0.51 964 6/11/2019
17.1.0.50 936 6/4/2019
17.1.0.49 902 5/28/2019
17.1.0.48 929 5/21/2019
17.1.0.47 964 5/14/2019
17.1.0.44 924 5/7/2019
17.1.0.43 960 4/30/2019
17.1.0.42 1,035 4/23/2019
17.1.0.41 1,012 4/16/2019
17.1.0.40 3,076 4/9/2019
17.1.0.38 956 3/29/2019
17.1.0.32-beta 603 3/13/2019
16.4.0.54 1,182 2/19/2019
16.4.0.53 1,024 2/13/2019
16.4.0.52 993 2/5/2019
16.4.0.48 1,062 1/22/2019
16.4.0.47 1,100 1/16/2019
16.4.0.46 1,027 1/8/2019
16.4.0.44 1,005 12/24/2018
16.4.0.42 1,053 12/17/2018
16.4.0.40-beta 721 12/10/2018
16.3.0.36 1,129 11/27/2018
16.3.0.35-beta 748 11/23/2018
16.3.0.29 1,131 10/30/2018
16.3.0.21 1,135 9/21/2018
16.3.0.17-beta 836 9/12/2018
16.2.0.50 1,186 8/28/2018