Syncfusion.DocToPDFConverter.Wpf 32.1.24

Prefix Reserved
dotnet add package Syncfusion.DocToPDFConverter.Wpf --version 32.1.24
                    
NuGet\Install-Package Syncfusion.DocToPDFConverter.Wpf -Version 32.1.24
                    
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.Wpf" Version="32.1.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocToPDFConverter.Wpf" Version="32.1.24" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.DocToPDFConverter.Wpf" />
                    
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.DocToPDFConverter.Wpf --version 32.1.24
                    
#r "nuget: Syncfusion.DocToPDFConverter.Wpf, 32.1.24"
                    
#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.DocToPDFConverter.Wpf@32.1.24
                    
#: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.DocToPDFConverter.Wpf&version=32.1.24
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocToPDFConverter.Wpf&version=32.1.24
                    
Install as a Cake Tool

Syncfusion® Word To PDF Converter

The Syncfusion® .NET 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.

WPF Word 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® .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocToPDFConverter.Wpf 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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 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, 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework 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 (3)

Showing the top 3 NuGet packages that depend on Syncfusion.DocToPDFConverter.Wpf:

Package Downloads
BusAppCore.Prism.Wpf.DevForce

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

BusAppCore.Prism.Wpf.EFCore

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

BusAppCore.Prism.Wpf.EF

Wrapper library for Prism.Wpf Library providing additional application services not available in Prism

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.DocToPDFConverter.Wpf:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last Updated
32.1.24 190 1/19/2026
32.1.23 308 1/13/2026
32.1.22 412 1/5/2026
32.1.21 728 12/29/2025
32.1.20 1,102 12/23/2025
32.1.19 1,849 12/16/2025
31.2.18 3,289 12/8/2025
31.2.16 4,589 12/1/2025
31.2.15 5,375 11/25/2025
31.2.12 6,566 11/18/2025
31.2.10 7,416 11/12/2025
31.2.5 8,861 11/3/2025
31.2.4 8,783 10/28/2025
31.2.3 8,764 10/21/2025
31.2.2 9,553 10/15/2025
31.1.23 9,469 10/6/2025
31.1.22 9,636 9/30/2025
31.1.21 9,855 9/22/2025
31.1.20 10,035 9/16/2025
31.1.19 9,977 9/11/2025
31.1.18 9,926 9/9/2025
31.1.17 10,045 9/5/2025
30.2.7 10,157 8/25/2025
30.2.6 10,378 8/18/2025
30.2.5 10,068 8/13/2025
30.2.4 10,160 8/7/2025
30.1.42 10,365 7/28/2025
30.1.41 10,382 7/22/2025
30.1.40 10,043 7/14/2025
30.1.39 10,016 7/8/2025
30.1.38 10,248 7/1/2025
30.1.37 10,376 6/25/2025
29.2.11 10,118 6/16/2025
29.2.10 10,556 6/9/2025
29.2.9 10,062 6/5/2025
29.2.8 10,100 6/3/2025
29.2.7 10,080 5/26/2025
29.2.5 10,086 5/20/2025
29.2.4 10,208 5/14/2025
29.1.41 10,390 5/5/2025
29.1.40 10,254 4/28/2025
29.1.39 10,183 4/21/2025
29.1.38 10,195 4/14/2025
29.1.37 10,227 4/8/2025
29.1.35 10,260 4/1/2025
29.1.33 11,244 3/25/2025
28.2.12 10,091 3/19/2025
28.2.11 10,218 3/10/2025
28.2.9 10,267 3/3/2025
28.2.7 10,042 2/25/2025
28.2.6 10,979 2/17/2025
28.2.5 10,069 2/11/2025
28.2.4 10,951 2/4/2025
28.2.3 10,429 1/29/2025
28.1.41 10,166 1/20/2025
28.1.39 10,189 1/13/2025
28.1.38 10,439 1/7/2025
28.1.37 10,133 12/31/2024
28.1.36 10,074 12/23/2024
28.1.35 10,116 12/18/2024
28.1.33 10,236 12/12/2024
27.2.5 10,253 12/2/2024
27.2.4 10,452 11/26/2024
27.2.3 10,072 11/22/2024
27.2.2 10,446 11/15/2024
27.1.58 11,723 11/4/2024
27.1.57 10,200 10/28/2024
27.1.56 10,123 10/23/2024
27.1.55 10,043 10/21/2024
27.1.53 10,232 10/14/2024
27.1.52 10,089 10/7/2024
27.1.51 10,688 9/30/2024
27.1.50 10,268 9/23/2024
27.1.48 10,318 9/18/2024
26.2.14 10,174 9/9/2024
26.2.13 10,118 9/5/2024
26.2.12 10,039 9/2/2024
26.2.11 10,628 8/27/2024
26.2.10 19,438 8/19/2024
26.2.9 10,144 8/12/2024
26.2.8 10,272 8/5/2024
26.2.7 10,092 7/29/2024
26.2.5 10,008 7/25/2024
26.2.4 10,175 7/24/2024
26.1.42 10,539 7/15/2024
26.1.41 10,090 7/8/2024
26.1.40 10,172 7/1/2024
26.1.39 10,162 6/24/2024
26.1.38 10,145 6/18/2024
26.1.35 10,434 6/11/2024
25.2.7 10,166 6/3/2024
25.2.6 10,145 5/28/2024
25.2.5 10,096 5/21/2024
25.2.4 10,105 5/14/2024
25.2.3 10,182 5/8/2024
25.1.42 10,405 4/29/2024
25.1.41 10,159 4/23/2024
25.1.40 10,113 4/15/2024
25.1.39 11,025 4/8/2024
25.1.38 10,154 4/1/2024
25.1.37 10,128 3/26/2024
25.1.35 10,288 3/15/2024
24.2.9 10,392 3/4/2024
24.2.8 10,207 2/26/2024
24.2.7 10,224 2/19/2024
24.2.6 10,182 2/14/2024
24.2.5 10,159 2/12/2024
24.2.4 10,122 2/5/2024
24.2.3 10,200 1/31/2024
24.1.47 10,132 1/22/2024
24.1.46 10,100 1/16/2024
24.1.45 10,319 1/8/2024
24.1.44 10,149 1/2/2024
24.1.43 10,120 12/27/2023
24.1.41 10,299 12/18/2023
23.2.7 10,263 12/6/2023
23.2.6 10,133 11/28/2023
23.2.5 10,121 11/23/2023
23.2.4 10,372 11/20/2023
23.1.44 10,171 11/6/2023
23.1.43 12,172 10/30/2023
23.1.42 10,161 10/23/2023
23.1.41 10,154 10/16/2023
23.1.40 10,224 10/10/2023
23.1.39 10,138 10/4/2023
23.1.38 10,162 9/26/2023
23.1.36 11,685 9/15/2023
22.2.12 10,200 9/5/2023
22.2.11 10,212 8/28/2023
22.2.10 10,209 8/22/2023
22.2.9 10,183 8/14/2023
22.2.8 10,201 8/7/2023
22.2.7 10,592 8/2/2023
22.2.5 10,444 7/27/2023
22.1.39 10,543 7/18/2023
22.1.38 10,226 7/11/2023
22.1.37 10,218 7/3/2023
22.1.36 10,293 6/28/2023
22.1.34 10,336 6/21/2023
21.2.10 10,281 6/12/2023
21.2.9 10,243 6/6/2023
21.2.8 10,342 5/30/2023
21.2.6 10,262 5/22/2023
21.2.5 10,299 5/15/2023
21.2.4 10,360 5/9/2023
21.2.3 10,445 5/3/2023
21.1.41 10,399 4/19/2023
21.1.39 10,383 4/10/2023
21.1.38 10,439 4/3/2023
21.1.37 12,250 3/29/2023
21.1.35 10,562 3/23/2023
20.4.0.54 10,447 3/13/2023
20.4.0.53 10,440 3/7/2023
20.4.0.52 10,442 2/28/2023
20.4.0.51 10,458 2/21/2023
20.4.0.50 10,391 2/14/2023
20.4.0.49 10,383 2/7/2023
20.4.0.48 10,815 2/1/2023
20.4.0.44 10,521 1/18/2023
20.4.0.43 10,412 1/10/2023
20.4.0.42 10,501 1/4/2023
20.4.0.41 10,394 12/29/2022
20.4.0.40 10,385 12/28/2022
20.4.0.38 10,457 12/21/2022
20.3.0.61 10,435 12/12/2022
20.3.0.60 10,862 12/6/2022
20.3.0.59 10,375 11/29/2022
20.3.0.58 10,364 11/21/2022
20.3.0.57 10,372 11/15/2022
20.3.0.56 10,538 11/8/2022
20.3.0.52 10,455 10/27/2022
20.3.0.50 10,439 10/17/2022
20.3.0.49 10,490 10/11/2022
20.3.0.48 10,413 10/5/2022
20.3.0.47 11,092 9/29/2022
20.2.0.50 10,526 9/20/2022
20.2.0.49 10,416 9/13/2022
20.2.0.48 10,414 9/6/2022
20.2.0.46 10,440 8/30/2022
20.2.0.45 10,464 8/23/2022
20.2.0.44 10,497 8/16/2022
20.2.0.43 10,605 8/8/2022
20.2.0.40 10,524 7/26/2022
20.2.0.39 10,521 7/19/2022
20.2.0.38 11,191 7/12/2022
20.2.0.36 10,705 6/30/2022
20.1.0.61 10,559 6/20/2022
20.1.0.60 10,453 6/14/2022
20.1.0.59 10,570 6/6/2022
20.1.0.58 10,499 5/30/2022
20.1.0.57 10,549 5/23/2022
20.1.0.56 10,765 5/17/2022
20.1.0.55 10,657 5/12/2022
20.1.0.52 10,673 5/2/2022
20.1.0.51 10,602 4/26/2022
20.1.0.50 10,476 4/19/2022
20.1.0.48 10,562 4/12/2022
20.1.0.47 10,632 4/4/2022
19.4.0.56 13,050 3/14/2022
19.4.0.55 10,487 3/8/2022
19.4.0.54 10,567 2/28/2022
19.4.0.53 11,650 2/22/2022
19.4.0.52 10,530 2/15/2022
19.4.0.50 10,492 2/8/2022
19.4.0.48 10,655 1/31/2022
19.4.0.47 10,501 1/24/2022
19.4.0.43 10,521 1/18/2022
19.4.0.42 10,639 1/10/2022
19.4.0.41 10,365 1/4/2022
19.4.0.40 10,361 12/28/2021
19.4.0.38 10,597 12/17/2021
19.3.0.59 10,347 12/14/2021
19.3.0.57 10,381 12/7/2021
19.3.0.56 14,670 11/29/2021
19.3.0.55 10,956 11/23/2021
19.3.0.54 10,984 11/17/2021
19.3.0.53 10,467 11/12/2021
19.3.0.48 10,553 11/2/2021
19.3.0.47 10,451 10/26/2021
19.3.0.46 10,873 10/19/2021
19.3.0.45 10,420 10/12/2021
19.3.0.44 10,411 10/5/2021
19.3.0.43 10,575 9/30/2021
19.2.0.62 10,942 9/13/2021
19.2.0.60 10,430 9/7/2021
19.2.0.59 10,476 8/30/2021
19.2.0.57 10,440 8/24/2021
19.2.0.56 10,446 8/17/2021
19.2.0.55 10,523 8/11/2021
19.2.0.51 10,529 8/2/2021
19.2.0.49 14,824 7/26/2021
19.2.0.48 10,480 7/19/2021
19.2.0.47 12,737 7/13/2021
19.2.0.46 12,776 7/6/2021
19.2.0.44 10,550 6/30/2021
19.1.0.69 10,585 6/14/2021
19.1.0.67 10,491 6/7/2021
19.1.0.66 10,900 5/31/2021
19.1.0.65 10,511 5/24/2021
19.1.0.64 10,761 5/19/2021
19.1.0.63 10,604 5/13/2021
19.1.0.59 10,487 5/3/2021
19.1.0.58 10,487 4/26/2021
19.1.0.57 10,489 4/20/2021
19.1.0.56 11,209 4/12/2021
19.1.0.55 10,489 4/6/2021
19.1.0.54 10,637 3/30/2021
18.4.0.49 10,567 3/22/2021
18.4.0.48 10,442 3/16/2021
18.4.0.47 10,491 3/9/2021
18.4.0.46 10,602 3/2/2021
18.4.0.44 11,342 2/23/2021
18.4.0.43 10,465 2/15/2021
18.4.0.42 10,514 2/9/2021
18.4.0.41 10,698 2/2/2021
18.4.0.39 10,719 1/28/2021
18.4.0.35 10,563 1/19/2021
18.4.0.34 10,504 1/12/2021
18.4.0.33 10,504 1/4/2021
18.4.0.32 10,463 12/30/2020
18.4.0.31 10,532 12/22/2020
18.4.0.30 10,774 12/17/2020
18.3.0.53 10,569 12/8/2020
18.3.0.52 10,564 11/30/2020
18.3.0.51 10,542 11/23/2020
18.3.0.50 10,587 11/17/2020
18.3.0.48 10,544 11/10/2020
18.3.0.47 10,687 11/5/2020
18.3.0.44 10,582 10/27/2020
18.3.0.42 10,585 10/20/2020
18.3.0.40 10,605 10/12/2020
18.3.0.38 10,582 10/7/2020
18.3.0.35 10,739 10/1/2020
18.2.0.59 15,435 9/22/2020
18.2.0.58 10,585 9/15/2020
18.2.0.57 10,604 9/8/2020
18.2.0.56 10,556 9/1/2020
18.2.0.55 10,522 8/24/2020
18.2.0.54 10,572 8/18/2020
18.2.0.48 10,604 8/4/2020
18.2.0.47 10,676 7/28/2020
18.2.0.46 10,603 7/21/2020
18.2.0.45 10,763 7/14/2020
18.2.0.44 12,607 7/6/2020
18.1.0.59 10,680 6/23/2020
18.1.0.57 10,620 6/15/2020
18.1.0.56 10,650 6/9/2020
18.1.0.55 11,154 6/2/2020
18.1.0.54 10,605 5/26/2020
18.1.0.53 25,063 5/19/2020
18.1.0.52 10,862 5/13/2020
18.1.0.48 10,602 5/5/2020
18.1.0.46 10,621 4/28/2020
18.1.0.45 10,610 4/21/2020
18.1.0.44 10,603 4/14/2020
18.1.0.43 10,843 4/7/2020
18.1.0.42 10,630 4/1/2020
18.1.0.36-beta 626 3/19/2020
17.4.0.55 11,458 3/10/2020
17.4.0.53 10,901 3/3/2020
17.4.0.51 10,629 2/25/2020
17.4.0.50 10,659 2/18/2020
17.4.0.49 10,742 2/11/2020
17.4.0.47 10,613 2/5/2020
17.4.0.46 10,762 1/30/2020
17.4.0.44 10,689 1/21/2020
17.4.0.43 10,745 1/14/2020
17.4.0.41 10,666 1/7/2020
17.4.0.40 10,644 12/24/2019
17.4.0.39 10,721 12/17/2019
17.3.0.34 10,732 12/10/2019
17.3.0.33 10,638 12/4/2019
17.3.0.30 10,649 12/3/2019
17.3.0.29 10,654 11/26/2019
17.3.0.28 10,657 11/18/2019
17.3.0.27 10,635 11/12/2019
17.3.0.26 10,640 11/5/2019
17.3.0.21 10,676 10/29/2019
17.3.0.19 10,626 10/22/2019
17.3.0.17 10,694 10/15/2019
17.3.0.14 10,760 10/3/2019
17.3.0.9-beta 678 9/20/2019
17.2.0.51 11,103 9/10/2019
17.2.0.49 11,285 9/3/2019
17.2.0.47 10,725 8/27/2019
17.2.0.46 10,811 8/22/2019
17.2.0.41 10,692 8/13/2019
17.2.0.40 10,713 8/6/2019
17.2.0.39 10,978 7/30/2019
17.2.0.36 10,734 7/23/2019
17.2.0.35 10,704 7/17/2019
17.2.0.34 11,068 7/11/2019
17.2.0.28-beta 669 6/27/2019
17.1.0.53 25,339 6/25/2019
17.1.0.52 10,825 6/18/2019
17.1.0.51 10,764 6/11/2019
17.1.0.50 10,753 6/4/2019
17.1.0.49 10,758 5/28/2019
17.1.0.48 10,735 5/21/2019
17.1.0.47 10,744 5/14/2019
17.1.0.44 10,730 5/7/2019
17.1.0.43 13,840 4/30/2019
17.1.0.42 10,848 4/23/2019
17.1.0.41 10,724 4/16/2019
17.1.0.40 10,759 4/9/2019
17.1.0.38 10,838 3/29/2019
17.1.0.32-beta 728 3/13/2019
16.4.0.54 10,926 2/19/2019
16.4.0.53 10,837 2/13/2019
16.4.0.52 10,911 2/5/2019
16.4.0.48 10,882 1/22/2019
16.4.0.47 10,939 1/16/2019
16.4.0.46 10,872 1/8/2019
16.4.0.44 10,854 12/24/2018
16.4.0.42 15,410 12/17/2018
16.4.0.40-beta 836 12/10/2018
16.3.0.36 10,984 11/27/2018
16.3.0.35-beta 812 11/23/2018
16.3.0.29 10,947 10/30/2018
16.3.0.21 11,194 9/21/2018