Syncfusion.ExcelToPdfConverter.ClientProfile 23.1.38

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package Syncfusion.ExcelToPdfConverter.ClientProfile --version 23.1.38
NuGet\Install-Package Syncfusion.ExcelToPdfConverter.ClientProfile -Version 23.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.ExcelToPdfConverter.ClientProfile" Version="23.1.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelToPdfConverter.ClientProfile --version 23.1.38
#r "nuget: Syncfusion.ExcelToPdfConverter.ClientProfile, 23.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.ExcelToPdfConverter.ClientProfile as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=23.1.38

// Install Syncfusion.ExcelToPdfConverter.ClientProfile as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelToPdfConverter.ClientProfile&version=23.1.38

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 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)
Additional computed target framework(s)
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
23.1.38 17 9/26/2023
23.1.36 101 9/15/2023
22.2.12 83 9/5/2023
22.2.11 92 8/28/2023
22.2.10 72 8/22/2023
22.2.9 65 8/14/2023
22.2.8 89 8/7/2023
22.2.7 84 8/2/2023
22.2.5 96 7/27/2023
22.1.39 108 7/18/2023
22.1.38 124 7/11/2023
22.1.37 132 7/3/2023
22.1.36 106 6/28/2023
22.1.34 128 6/21/2023
21.2.10 119 6/12/2023
21.2.9 121 6/6/2023
21.2.8 120 5/30/2023
21.2.6 161 5/22/2023
21.2.5 173 5/15/2023
21.2.4 163 5/9/2023
21.2.3 160 5/3/2023
21.1.41 185 4/19/2023
21.1.39 198 4/10/2023
21.1.38 207 4/3/2023
21.1.37 184 3/29/2023
21.1.35 222 3/23/2023
20.4.0.54 236 3/13/2023
20.4.0.53 224 3/7/2023
20.4.0.52 262 2/28/2023
20.4.0.51 269 2/21/2023
20.4.0.50 279 2/14/2023
20.4.0.49 280 2/7/2023
20.4.0.48 286 2/1/2023
20.4.0.44 298 1/18/2023
20.4.0.43 297 1/10/2023
20.4.0.42 288 1/4/2023
20.4.0.41 281 12/29/2022
20.4.0.40 272 12/28/2022
20.4.0.38 285 12/21/2022
20.3.0.61 317 12/12/2022
20.3.0.60 312 12/6/2022
20.3.0.59 321 11/29/2022
20.3.0.58 322 11/21/2022
20.3.0.57 336 11/14/2022
20.3.0.56 356 11/8/2022
20.3.0.52 405 10/27/2022
20.3.0.50 427 10/17/2022
20.3.0.49 428 10/11/2022
20.3.0.48 400 10/5/2022
20.3.0.47 434 9/29/2022
20.2.0.50 418 9/20/2022
20.2.0.49 435 9/13/2022
20.2.0.48 439 9/6/2022
20.2.0.46 461 8/30/2022
20.2.0.45 463 8/23/2022
20.2.0.44 446 8/16/2022
20.2.0.43 451 8/8/2022
20.2.0.40 487 7/26/2022
20.2.0.39 489 7/19/2022
20.2.0.38 496 7/12/2022
20.2.0.36 508 6/30/2022
20.1.0.61 472 6/20/2022
20.1.0.60 501 6/14/2022
20.1.0.59 489 6/6/2022
20.1.0.58 483 5/30/2022
20.1.0.57 470 5/23/2022
20.1.0.56 453 5/17/2022
20.1.0.55 486 5/12/2022
20.1.0.52 491 5/2/2022
20.1.0.51 475 4/26/2022
20.1.0.50 491 4/19/2022
20.1.0.48 503 4/12/2022
20.1.0.47 526 4/4/2022
19.4.0.56 547 3/14/2022
19.4.0.55 541 3/8/2022
19.4.0.54 517 2/28/2022
19.4.0.53 495 2/21/2022
19.4.0.52 470 2/15/2022
19.4.0.50 506 2/8/2022
19.4.0.48 529 1/31/2022
19.4.0.47 506 1/24/2022
19.4.0.43 498 1/18/2022
19.4.0.42 475 1/10/2022
19.4.0.41 345 1/4/2022
19.4.0.40 348 12/28/2021
19.4.0.38 382 12/17/2021
19.3.0.59 380 12/14/2021
19.3.0.57 374 12/7/2021
19.3.0.56 1,166 11/29/2021
19.3.0.55 338 11/23/2021
19.3.0.54 371 11/17/2021
19.3.0.53 402 11/12/2021
19.3.0.48 409 11/2/2021
19.3.0.47 417 10/26/2021
19.3.0.46 407 10/19/2021
19.3.0.45 412 10/12/2021
19.3.0.44 408 10/5/2021
19.3.0.43 419 9/30/2021
19.2.0.62 451 9/13/2021
19.2.0.60 514 9/7/2021
19.2.0.59 452 8/30/2021
19.2.0.57 471 8/24/2021
19.2.0.56 421 8/17/2021
19.2.0.55 434 8/11/2021
19.2.0.51 492 8/2/2021
19.2.0.49 482 7/26/2021
19.2.0.48 450 7/19/2021
19.2.0.47 515 7/13/2021
19.2.0.46 459 7/6/2021
19.2.0.44 472 6/30/2021
19.1.0.69 485 6/14/2021
19.1.0.67 458 6/7/2021
19.1.0.66 451 5/31/2021
19.1.0.65 533 5/24/2021
19.1.0.64 445 5/19/2021
19.1.0.63 449 5/13/2021
19.1.0.59 438 5/3/2021
19.1.0.58 456 4/26/2021
19.1.0.57 484 4/20/2021
19.1.0.56 486 4/12/2021
19.1.0.55 475 4/6/2021
19.1.0.54 460 3/30/2021
18.4.0.49 460 3/22/2021
18.4.0.48 455 3/16/2021
18.4.0.47 452 3/9/2021
18.4.0.46 817 3/2/2021
18.4.0.44 514 2/23/2021
18.4.0.43 476 2/15/2021
18.4.0.42 511 2/9/2021
18.4.0.41 477 2/2/2021
18.4.0.39 458 1/28/2021
18.4.0.35 447 1/19/2021
18.4.0.34 455 1/12/2021
18.4.0.33 576 1/4/2021
18.4.0.32 459 12/30/2020
18.4.0.31 497 12/22/2020
18.4.0.30 565 12/17/2020
18.3.0.53 512 12/8/2020
18.3.0.52 501 11/30/2020
18.3.0.51 504 11/23/2020
18.3.0.50 524 11/17/2020
18.3.0.48 501 11/10/2020
18.3.0.47 562 11/5/2020
18.3.0.44 565 10/27/2020
18.3.0.42 540 10/20/2020
18.3.0.40 538 10/12/2020
18.3.0.38 551 10/7/2020
18.3.0.35 522 10/1/2020
18.2.0.59 620 9/22/2020
18.2.0.58 569 9/15/2020
18.2.0.57 568 9/8/2020
18.2.0.56 566 9/1/2020
18.2.0.55 541 8/24/2020
18.2.0.54 527 8/18/2020
18.2.0.48 553 8/4/2020
18.2.0.47 584 7/28/2020
18.2.0.46 583 7/21/2020
18.2.0.45 591 7/14/2020
18.2.0.44 596 7/6/2020
18.1.0.59 603 6/23/2020
18.1.0.57 619 6/15/2020
18.1.0.56 574 6/9/2020
18.1.0.55 587 6/2/2020
18.1.0.54 614 5/26/2020
18.1.0.53 610 5/19/2020
18.1.0.52 631 5/13/2020
18.1.0.48 620 5/5/2020
18.1.0.46 635 4/28/2020
18.1.0.45 620 4/20/2020
18.1.0.44 611 4/14/2020
18.1.0.43 637 4/7/2020
18.1.0.42 627 4/1/2020
18.1.0.36-beta 379 3/19/2020
17.4.0.55 654 3/10/2020
17.4.0.53 635 3/3/2020
17.4.0.51 601 2/25/2020
17.4.0.50 630 2/18/2020
17.4.0.49 587 2/11/2020
17.4.0.47 609 2/5/2020
17.4.0.46 658 1/30/2020
17.4.0.44 674 1/21/2020
17.4.0.43 637 1/14/2020
17.4.0.41 627 1/7/2020
17.4.0.40 614 12/24/2019
17.4.0.39 616 12/17/2019
17.3.0.34 660 12/10/2019
17.3.0.33 666 12/4/2019
17.3.0.30 627 12/3/2019
17.3.0.29 638 11/26/2019
17.3.0.28 1,047 11/18/2019
17.3.0.27 632 11/12/2019
17.3.0.26 652 11/5/2019
17.3.0.21 672 10/29/2019
17.3.0.19 647 10/22/2019
17.3.0.17 688 10/15/2019
17.3.0.14 707 10/3/2019
17.3.0.9-beta 404 9/20/2019
17.2.0.51 688 9/10/2019
17.2.0.49 681 9/3/2019
17.2.0.47 662 8/27/2019
17.2.0.46 702 8/22/2019
17.2.0.41 702 8/13/2019
17.2.0.40 695 8/6/2019
17.2.0.39 658 7/30/2019
17.2.0.36 685 7/23/2019
17.2.0.35 708 7/17/2019
17.2.0.34 730 7/11/2019
17.2.0.28-beta 426 6/27/2019
17.1.0.53 716 6/25/2019
17.1.0.52 730 6/18/2019
17.1.0.51 761 6/11/2019
17.1.0.50 724 6/4/2019
17.1.0.49 695 5/28/2019
17.1.0.48 736 5/21/2019
17.1.0.47 758 5/14/2019
17.1.0.44 701 5/7/2019
17.1.0.43 734 4/30/2019
17.1.0.42 816 4/23/2019
17.1.0.41 787 4/16/2019
17.1.0.40 2,848 4/9/2019
17.1.0.38 738 3/29/2019
17.1.0.32-beta 426 3/13/2019
16.4.0.54 914 2/19/2019
16.4.0.53 816 2/13/2019
16.4.0.52 786 2/5/2019
16.4.0.48 837 1/22/2019
16.4.0.47 880 1/16/2019
16.4.0.46 818 1/8/2019
16.4.0.44 783 12/24/2018
16.4.0.42 844 12/17/2018
16.4.0.40-beta 526 12/10/2018
16.3.0.36 907 11/27/2018
16.3.0.35-beta 546 11/23/2018
16.3.0.29 881 10/30/2018
16.3.0.21 899 9/21/2018
16.3.0.17-beta 619 9/12/2018
16.2.0.50 927 8/28/2018