Syncfusion.DocToPDFConverter.WinForms 20.3.0.50

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.DocToPDFConverter.WinForms --version 20.3.0.50
NuGet\Install-Package Syncfusion.DocToPDFConverter.WinForms -Version 20.3.0.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.DocToPDFConverter.WinForms" Version="20.3.0.50" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocToPDFConverter.WinForms --version 20.3.0.50
#r "nuget: Syncfusion.DocToPDFConverter.WinForms, 20.3.0.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.DocToPDFConverter.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.DocToPDFConverter.WinForms&version=20.3.0.50

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

Syncfusion WinForms Word library

The Syncfusion WinForms Word library (Essential DocIO) converts a Word document to PDF with just five lines of code and also it does not require Adobe and Microsoft Word application to be installed in the machine. It preserves the original appearance of the Word document in the converted PDF document.

WinForms Word 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 .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocToPDFConverter.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.Pdf;

//Loads an existing Word document.
using (WordDocument wordDocument = new WordDocument("Template.docx", FormatType.Automatic))
{
    //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");
        }
    }
}

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, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Syncfusion.DocToPDFConverter.WinForms:

Package Downloads
Cas_1

Cassandra_Package

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.DocToPDFConverter.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
25.1.37 74 3/26/2024
25.1.35 143 3/15/2024
24.2.9 249 3/4/2024
24.2.8 147 2/26/2024
24.2.7 639 2/19/2024
24.2.6 173 2/14/2024
24.2.5 131 2/12/2024
24.2.4 165 2/5/2024
24.2.3 190 1/31/2024
24.1.47 211 1/22/2024
24.1.46 162 1/16/2024
24.1.45 266 1/8/2024
24.1.44 141 1/2/2024
24.1.43 205 12/27/2023
24.1.41 237 12/18/2023
23.2.7 238 12/6/2023
23.2.6 156 11/28/2023
23.2.5 149 11/23/2023
23.2.4 788 11/20/2023
23.1.44 246 11/6/2023
23.1.43 187 10/30/2023
23.1.42 182 10/23/2023
23.1.41 187 10/16/2023
23.1.40 269 10/10/2023
23.1.39 165 10/4/2023
23.1.38 218 9/26/2023
23.1.36 352 9/15/2023
22.2.12 884 9/5/2023
22.2.11 214 8/28/2023
22.2.10 179 8/22/2023
22.2.9 152 8/14/2023
22.2.8 184 8/7/2023
22.2.7 185 8/2/2023
22.2.5 176 7/27/2023
22.1.39 233 7/18/2023
22.1.38 211 7/11/2023
22.1.37 207 7/3/2023
22.1.36 190 6/28/2023
22.1.34 297 6/21/2023
21.2.10 266 6/12/2023
21.2.9 182 6/6/2023
21.2.8 355 5/30/2023
21.2.6 283 5/22/2023
21.2.5 223 5/15/2023
21.2.4 270 5/9/2023
21.2.3 257 5/3/2023
21.1.41 352 4/19/2023
21.1.39 260 4/10/2023
21.1.38 279 4/3/2023
21.1.37 269 3/29/2023
21.1.35 417 3/23/2023
20.4.0.54 667 3/13/2023
20.4.0.53 293 3/7/2023
20.4.0.52 285 2/28/2023
20.4.0.51 320 2/21/2023
20.4.0.50 390 2/14/2023
20.4.0.49 309 2/7/2023
20.4.0.48 1,706 2/1/2023
20.4.0.44 402 1/18/2023
20.4.0.43 364 1/10/2023
20.4.0.42 351 1/4/2023
20.4.0.41 352 12/29/2022
20.4.0.40 313 12/28/2022
20.4.0.38 430 12/21/2022
20.3.0.61 384 12/12/2022
20.3.0.60 502 12/6/2022
20.3.0.59 417 11/29/2022
20.3.0.58 411 11/21/2022
20.3.0.57 440 11/14/2022
20.3.0.56 501 11/8/2022
20.3.0.52 455 10/27/2022
20.3.0.50 495 10/17/2022
20.3.0.49 742 10/11/2022
20.3.0.48 503 10/5/2022
20.3.0.47 553 9/29/2022
20.2.0.50 493 9/20/2022
20.2.0.49 497 9/13/2022
20.2.0.48 2,581 9/6/2022
20.2.0.46 456 8/30/2022
20.2.0.45 3,002 8/23/2022
20.2.0.44 537 8/16/2022
20.2.0.43 11,958 8/8/2022
20.2.0.40 1,094 7/26/2022
20.2.0.39 521 7/19/2022
20.2.0.38 554 7/12/2022
20.2.0.36 684 6/30/2022
20.1.0.61 627 6/20/2022
20.1.0.60 491 6/14/2022
20.1.0.59 540 6/6/2022
20.1.0.58 554 5/30/2022
20.1.0.57 562 5/23/2022
20.1.0.56 524 5/17/2022
20.1.0.55 743 5/12/2022
20.1.0.52 2,353 5/2/2022
20.1.0.51 1,097 4/26/2022
20.1.0.50 574 4/19/2022
20.1.0.48 650 4/12/2022
20.1.0.47 640 4/4/2022
19.4.0.56 691 3/14/2022
19.4.0.55 620 3/8/2022
19.4.0.54 1,180 2/28/2022
19.4.0.53 723 2/21/2022
19.4.0.52 608 2/15/2022
19.4.0.50 545 2/8/2022
19.4.0.48 606 1/31/2022
19.4.0.47 558 1/24/2022
19.4.0.43 583 1/18/2022
19.4.0.42 564 1/10/2022
19.4.0.41 458 1/4/2022
19.4.0.40 623 12/28/2021
19.4.0.38 449 12/17/2021
19.3.0.59 379 12/14/2021
19.3.0.57 418 12/7/2021
19.3.0.56 1,246 11/29/2021
19.3.0.55 381 11/23/2021
19.3.0.54 393 11/17/2021
19.3.0.53 510 11/12/2021
19.3.0.48 596 11/3/2021
19.3.0.47 1,496 10/26/2021
19.3.0.46 435 10/19/2021
19.3.0.45 512 10/12/2021
19.3.0.44 440 10/5/2021
19.3.0.43 521 9/30/2021
19.2.0.62 622 9/13/2021
19.2.0.60 467 9/7/2021
19.2.0.59 527 8/30/2021
19.2.0.57 481 8/24/2021
19.2.0.56 525 8/17/2021
19.2.0.55 493 8/11/2021
19.2.0.51 846 8/2/2021
19.2.0.49 518 7/26/2021
19.2.0.48 516 7/19/2021
19.2.0.47 568 7/13/2021
19.2.0.46 463 7/6/2021
19.2.0.44 587 6/30/2021
19.1.0.69 636 6/14/2021
19.1.0.67 515 6/7/2021
19.1.0.66 2,015 5/31/2021
19.1.0.65 854 5/24/2021
19.1.0.64 587 5/19/2021
19.1.0.63 516 5/13/2021
19.1.0.59 536 5/3/2021
19.1.0.58 475 4/26/2021
19.1.0.57 556 4/20/2021
19.1.0.56 465 4/12/2021
19.1.0.55 687 4/6/2021
19.1.0.54 2,890 3/30/2021
18.4.0.49 484 3/22/2021
18.4.0.48 592 3/16/2021
18.4.0.47 565 3/9/2021
18.4.0.46 476 3/2/2021
18.4.0.44 506 2/23/2021
18.4.0.43 532 2/15/2021
18.4.0.42 1,821 2/9/2021
18.4.0.41 495 2/2/2021
18.4.0.39 531 1/28/2021
18.4.0.35 864 1/19/2021
18.4.0.34 524 1/12/2021
18.4.0.33 988 1/4/2021
18.4.0.32 524 12/30/2020
18.4.0.31 498 12/22/2020
18.4.0.30 626 12/17/2020
18.3.0.53 622 12/8/2020
18.3.0.52 551 11/30/2020
18.3.0.51 586 11/23/2020
18.3.0.50 562 11/17/2020
18.3.0.48 522 11/10/2020
18.3.0.47 4,651 11/5/2020
18.3.0.44 569 10/27/2020
18.3.0.42 598 10/20/2020
18.3.0.40 596 10/12/2020
18.3.0.38 596 10/7/2020
18.3.0.35 1,534 10/1/2020
18.2.0.59 585 9/22/2020
18.2.0.58 586 9/15/2020
18.2.0.57 614 9/8/2020
18.2.0.56 652 9/1/2020
18.2.0.55 579 8/24/2020
18.2.0.54 591 8/18/2020
18.2.0.48 651 8/4/2020
18.2.0.47 619 7/28/2020
18.2.0.46 617 7/21/2020
18.2.0.45 766 7/14/2020
18.2.0.44 3,812 7/6/2020
18.1.0.59 834 6/23/2020
18.1.0.57 645 6/15/2020
18.1.0.56 691 6/9/2020
18.1.0.55 594 6/2/2020
18.1.0.54 644 5/26/2020
18.1.0.53 627 5/19/2020
18.1.0.52 645 5/13/2020
18.1.0.48 759 5/5/2020
18.1.0.46 637 4/28/2020
18.1.0.45 633 4/20/2020
18.1.0.44 810 4/14/2020
18.1.0.43 2,989 4/7/2020
18.1.0.42 741 4/1/2020
18.1.0.36-beta 399 3/19/2020
17.4.0.55 855 3/10/2020
17.4.0.53 1,622 3/3/2020
17.4.0.51 651 2/25/2020
17.4.0.50 850 2/18/2020
17.4.0.49 686 2/11/2020
17.4.0.47 1,400 2/5/2020
17.4.0.46 688 1/30/2020
17.4.0.44 751 1/21/2020
17.4.0.43 660 1/14/2020
17.4.0.41 924 1/7/2020
17.4.0.40 695 12/24/2019
17.4.0.39 740 12/17/2019
17.3.0.34 817 12/10/2019
17.3.0.33 724 12/4/2019
17.3.0.30 617 12/3/2019
17.3.0.29 655 11/26/2019
17.3.0.28 699 11/18/2019
17.3.0.27 875 11/12/2019
17.3.0.26 798 11/5/2019
17.3.0.21 638 10/29/2019
17.3.0.19 727 10/22/2019
17.3.0.17 683 10/15/2019
17.3.0.14 938 10/3/2019
17.3.0.9-beta 411 9/20/2019
17.2.0.51 1,224 9/10/2019
17.2.0.49 699 9/3/2019
17.2.0.47 671 8/27/2019
17.2.0.46 733 8/22/2019
17.2.0.41 737 8/13/2019
17.2.0.40 753 8/6/2019
17.2.0.39 728 7/30/2019
17.2.0.36 744 7/23/2019
17.2.0.35 695 7/17/2019
17.2.0.34 845 7/11/2019
17.2.0.28-beta 438 6/27/2019
17.1.0.53 761 6/25/2019
17.1.0.52 714 6/18/2019
17.1.0.51 754 6/11/2019
17.1.0.50 748 6/4/2019
17.1.0.49 716 5/28/2019
17.1.0.48 743 5/21/2019
17.1.0.47 812 5/14/2019
17.1.0.44 744 5/7/2019
17.1.0.43 770 4/30/2019
17.1.0.42 783 4/23/2019
17.1.0.41 680 4/16/2019
17.1.0.40 720 4/9/2019
17.1.0.38 808 3/29/2019
17.1.0.32-beta 476 3/13/2019
16.4.0.54 1,100 2/19/2019
16.4.0.53 843 2/13/2019
16.4.0.52 895 2/5/2019
16.4.0.48 854 1/22/2019
16.4.0.47 840 1/16/2019
16.4.0.46 803 1/8/2019
16.4.0.44 819 12/24/2018
16.4.0.42 829 12/17/2018
16.4.0.40-beta 540 12/10/2018
16.3.0.36 864 11/27/2018
16.3.0.35-beta 564 11/23/2018
16.3.0.29 1,541 10/30/2018
16.3.0.21 1,124 9/21/2018