Syncfusion.DocToPDFConverter.Wpf 32.2.3

Prefix Reserved
dotnet add package Syncfusion.DocToPDFConverter.Wpf --version 32.2.3
                    
NuGet\Install-Package Syncfusion.DocToPDFConverter.Wpf -Version 32.2.3
                    
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.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocToPDFConverter.Wpf" Version="32.2.3" />
                    
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.2.3
                    
#r "nuget: Syncfusion.DocToPDFConverter.Wpf, 32.2.3"
                    
#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.2.3
                    
#: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.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocToPDFConverter.Wpf&version=32.2.3
                    
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.2.3 127 2/5/2026
32.1.25 619 1/26/2026
32.1.24 747 1/19/2026
32.1.23 866 1/13/2026
32.1.22 937 1/5/2026
32.1.21 1,254 12/29/2025
32.1.20 1,626 12/23/2025
32.1.19 2,436 12/16/2025
31.2.18 3,840 12/8/2025
31.2.16 5,113 12/1/2025
31.2.15 6,003 11/25/2025
31.2.12 7,088 11/18/2025
31.2.10 7,939 11/12/2025
31.2.5 9,383 11/3/2025
31.2.4 9,304 10/28/2025
31.2.3 9,286 10/21/2025
31.2.2 10,173 10/15/2025
31.1.23 9,992 10/6/2025
31.1.22 10,155 9/30/2025
31.1.21 10,380 9/22/2025
31.1.20 10,554 9/16/2025
31.1.19 10,507 9/11/2025
31.1.18 10,443 9/9/2025
31.1.17 10,571 9/5/2025
30.2.7 10,684 8/25/2025
30.2.6 10,906 8/18/2025
30.2.5 10,590 8/13/2025
30.2.4 10,681 8/7/2025
30.1.42 10,898 7/28/2025
30.1.41 10,907 7/22/2025
30.1.40 10,563 7/14/2025
30.1.39 10,537 7/8/2025
30.1.38 10,774 7/1/2025
30.1.37 10,901 6/25/2025
29.2.11 10,642 6/16/2025
29.2.10 11,087 6/9/2025
29.2.9 10,584 6/5/2025
29.2.8 10,620 6/3/2025
29.2.7 10,603 5/26/2025
29.2.5 10,606 5/20/2025
29.2.4 10,727 5/14/2025
29.1.41 10,909 5/5/2025
29.1.40 10,775 4/28/2025
29.1.39 10,704 4/21/2025
29.1.38 10,713 4/14/2025
29.1.37 10,749 4/8/2025
29.1.35 10,781 4/1/2025
29.1.33 11,765 3/25/2025
28.2.12 10,611 3/19/2025
28.2.11 10,737 3/10/2025
28.2.9 10,789 3/3/2025
28.2.7 10,572 2/25/2025
28.2.6 11,548 2/17/2025
28.2.5 10,589 2/11/2025
28.2.4 11,508 2/4/2025
28.2.3 10,951 1/29/2025
28.1.41 10,687 1/20/2025
28.1.39 10,710 1/13/2025
28.1.38 10,961 1/7/2025
28.1.37 10,655 12/31/2024
28.1.36 10,595 12/23/2024
28.1.35 10,638 12/18/2024
28.1.33 10,759 12/12/2024
27.2.5 10,776 12/2/2024
27.2.4 10,972 11/26/2024
27.2.3 10,598 11/22/2024
27.2.2 10,967 11/15/2024
27.1.58 12,450 11/4/2024
27.1.57 10,720 10/28/2024
27.1.56 10,650 10/23/2024
27.1.55 10,565 10/21/2024
27.1.53 10,753 10/14/2024
27.1.52 10,612 10/7/2024
27.1.51 11,211 9/30/2024
27.1.50 10,788 9/23/2024
27.1.48 10,839 9/18/2024
26.2.14 10,695 9/9/2024
26.2.13 10,640 9/5/2024
26.2.12 10,560 9/2/2024
26.2.11 11,146 8/27/2024
26.2.10 20,214 8/19/2024
26.2.9 10,662 8/12/2024
26.2.8 10,793 8/5/2024
26.2.7 10,613 7/29/2024
26.2.5 10,529 7/25/2024
26.2.4 10,698 7/24/2024
26.1.42 11,079 7/15/2024
26.1.41 10,609 7/8/2024
26.1.40 10,692 7/1/2024
26.1.39 10,683 6/24/2024
26.1.38 10,664 6/18/2024
26.1.35 10,953 6/11/2024
25.2.7 10,686 6/3/2024
25.2.6 10,663 5/28/2024
25.2.5 10,621 5/21/2024
25.2.4 10,623 5/14/2024
25.2.3 10,705 5/8/2024
25.1.42 10,925 4/29/2024
25.1.41 10,678 4/23/2024
25.1.40 10,637 4/15/2024
25.1.39 11,565 4/8/2024
25.1.38 10,685 4/1/2024
25.1.37 10,649 3/26/2024
25.1.35 10,808 3/15/2024
24.2.9 10,916 3/4/2024
24.2.8 10,728 2/26/2024
24.2.7 10,745 2/19/2024
24.2.6 10,703 2/14/2024
24.2.5 10,682 2/12/2024
24.2.4 10,642 2/5/2024
24.2.3 10,721 1/31/2024
24.1.47 10,652 1/22/2024
24.1.46 10,628 1/16/2024
24.1.45 10,840 1/8/2024
24.1.44 10,673 1/2/2024
24.1.43 10,640 12/27/2023
24.1.41 10,821 12/18/2023
23.2.7 10,782 12/6/2023
23.2.6 10,658 11/28/2023
23.2.5 10,644 11/23/2023
23.2.4 10,892 11/20/2023
23.1.44 10,694 11/6/2023
23.1.43 12,693 10/30/2023
23.1.42 10,683 10/23/2023
23.1.41 10,674 10/16/2023
23.1.40 10,745 10/10/2023
23.1.39 10,660 10/4/2023
23.1.38 10,682 9/26/2023
23.1.36 12,208 9/15/2023
22.2.12 10,719 9/5/2023
22.2.11 10,733 8/28/2023
22.2.10 10,732 8/22/2023
22.2.9 10,704 8/14/2023
22.2.8 10,720 8/7/2023
22.2.7 11,114 8/2/2023
22.2.5 10,962 7/27/2023
22.1.39 11,066 7/18/2023
22.1.38 10,747 7/11/2023
22.1.37 10,739 7/3/2023
22.1.36 10,812 6/28/2023
22.1.34 10,858 6/21/2023
21.2.10 10,803 6/12/2023
21.2.9 10,765 6/6/2023
21.2.8 10,863 5/30/2023
21.2.6 10,783 5/22/2023
21.2.5 10,822 5/15/2023
21.2.4 10,883 5/9/2023
21.2.3 10,971 5/3/2023
21.1.41 10,927 4/19/2023
21.1.39 10,906 4/10/2023
21.1.38 10,960 4/3/2023
21.1.37 12,774 3/29/2023
21.1.35 11,081 3/23/2023
20.4.0.54 10,968 3/13/2023
20.4.0.53 10,961 3/7/2023
20.4.0.52 10,962 2/28/2023
20.4.0.51 10,978 2/21/2023
20.4.0.50 10,909 2/14/2023
20.4.0.49 10,907 2/7/2023
20.4.0.48 11,337 2/1/2023
20.4.0.44 11,042 1/18/2023
20.4.0.43 10,930 1/10/2023
20.4.0.42 11,022 1/4/2023
20.4.0.41 10,917 12/29/2022
20.4.0.40 10,905 12/28/2022
20.4.0.38 10,978 12/21/2022
20.3.0.61 10,957 12/12/2022
20.3.0.60 11,380 12/6/2022
20.3.0.59 10,894 11/29/2022
20.3.0.58 10,884 11/21/2022
20.3.0.57 10,891 11/15/2022
20.3.0.56 11,057 11/8/2022
20.3.0.52 10,975 10/27/2022
20.3.0.50 10,957 10/17/2022
20.3.0.49 11,012 10/11/2022
20.3.0.48 10,932 10/5/2022
20.3.0.47 11,614 9/29/2022
20.2.0.50 11,046 9/20/2022
20.2.0.49 10,935 9/13/2022
20.2.0.48 10,931 9/6/2022
20.2.0.46 10,958 8/30/2022
20.2.0.45 10,985 8/23/2022
20.2.0.44 11,023 8/16/2022
20.2.0.43 11,125 8/8/2022
20.2.0.40 11,049 7/26/2022
20.2.0.39 11,039 7/19/2022
20.2.0.38 11,742 7/12/2022
20.2.0.36 11,224 6/30/2022
20.1.0.61 11,079 6/20/2022
20.1.0.60 10,972 6/14/2022
20.1.0.59 11,089 6/6/2022
20.1.0.58 11,020 5/30/2022
20.1.0.57 11,070 5/23/2022
20.1.0.56 11,288 5/17/2022
20.1.0.55 11,177 5/12/2022
20.1.0.52 11,204 5/2/2022
20.1.0.51 11,122 4/26/2022
20.1.0.50 10,997 4/19/2022
20.1.0.48 11,081 4/12/2022
20.1.0.47 11,154 4/4/2022
19.4.0.56 13,616 3/14/2022
19.4.0.55 11,005 3/8/2022
19.4.0.54 11,089 2/28/2022
19.4.0.53 12,170 2/22/2022
19.4.0.52 11,050 2/15/2022
19.4.0.50 11,011 2/8/2022
19.4.0.48 11,177 1/31/2022
19.4.0.47 11,020 1/24/2022
19.4.0.43 11,041 1/18/2022
19.4.0.42 11,159 1/10/2022
19.4.0.41 10,888 1/4/2022
19.4.0.40 10,881 12/28/2021
19.4.0.38 11,127 12/17/2021
19.3.0.59 10,873 12/14/2021
19.3.0.57 10,899 12/7/2021
19.3.0.56 15,190 11/29/2021
19.3.0.55 11,477 11/23/2021
19.3.0.54 11,503 11/17/2021
19.3.0.53 10,985 11/12/2021
19.3.0.48 11,070 11/2/2021
19.3.0.47 10,968 10/26/2021
19.3.0.46 11,389 10/19/2021
19.3.0.45 10,938 10/12/2021
19.3.0.44 10,930 10/5/2021
19.3.0.43 11,094 9/30/2021
19.2.0.62 11,466 9/13/2021
19.2.0.60 10,948 9/7/2021
19.2.0.59 10,996 8/30/2021
19.2.0.57 10,961 8/24/2021
19.2.0.56 10,966 8/17/2021
19.2.0.55 11,042 8/11/2021
19.2.0.51 11,046 8/2/2021
19.2.0.49 15,345 7/26/2021
19.2.0.48 10,997 7/19/2021
19.2.0.47 13,253 7/13/2021
19.2.0.46 13,292 7/6/2021
19.2.0.44 11,068 6/30/2021
19.1.0.69 11,103 6/14/2021
19.1.0.67 11,008 6/7/2021
19.1.0.66 11,417 5/31/2021
19.1.0.65 11,030 5/24/2021
19.1.0.64 11,289 5/19/2021
19.1.0.63 11,123 5/13/2021
19.1.0.59 11,006 5/3/2021
19.1.0.58 11,006 4/26/2021
19.1.0.57 11,008 4/20/2021
19.1.0.56 11,727 4/12/2021
19.1.0.55 11,017 4/6/2021
19.1.0.54 11,155 3/30/2021
18.4.0.49 11,084 3/22/2021
18.4.0.48 10,960 3/16/2021
18.4.0.47 11,008 3/9/2021
18.4.0.46 11,121 3/2/2021
18.4.0.44 11,859 2/23/2021
18.4.0.43 10,985 2/15/2021
18.4.0.42 11,032 2/9/2021
18.4.0.41 11,228 2/2/2021
18.4.0.39 11,238 1/28/2021
18.4.0.35 11,079 1/19/2021
18.4.0.34 11,024 1/12/2021
18.4.0.33 11,022 1/4/2021
18.4.0.32 10,982 12/30/2020
18.4.0.31 11,051 12/22/2020
18.4.0.30 11,295 12/17/2020
18.3.0.53 11,088 12/8/2020
18.3.0.52 11,086 11/30/2020
18.3.0.51 11,058 11/23/2020
18.3.0.50 11,104 11/17/2020
18.3.0.48 11,066 11/10/2020
18.3.0.47 11,205 11/5/2020
18.3.0.44 11,100 10/27/2020
18.3.0.42 11,102 10/20/2020
18.3.0.40 11,122 10/12/2020
18.3.0.38 11,113 10/7/2020
18.3.0.35 11,262 10/1/2020
18.2.0.59 15,956 9/22/2020
18.2.0.58 11,103 9/15/2020
18.2.0.57 11,127 9/8/2020
18.2.0.56 11,075 9/1/2020
18.2.0.55 11,043 8/24/2020
18.2.0.54 11,093 8/18/2020
18.2.0.48 11,121 8/4/2020
18.2.0.47 11,195 7/28/2020
18.2.0.46 11,123 7/21/2020
18.2.0.45 11,281 7/14/2020
18.2.0.44 13,132 7/6/2020
18.1.0.59 11,201 6/23/2020
18.1.0.57 11,142 6/15/2020
18.1.0.56 11,174 6/9/2020
18.1.0.55 11,675 6/2/2020
18.1.0.54 11,123 5/26/2020
18.1.0.53 25,633 5/19/2020
18.1.0.52 11,379 5/13/2020
18.1.0.48 11,122 5/5/2020
18.1.0.46 11,143 4/28/2020
18.1.0.45 11,127 4/21/2020
18.1.0.44 11,121 4/14/2020
18.1.0.43 11,363 4/7/2020
18.1.0.42 11,152 4/1/2020
18.1.0.36-beta 631 3/19/2020
17.4.0.55 11,975 3/10/2020
17.4.0.53 11,424 3/3/2020
17.4.0.51 11,147 2/25/2020
17.4.0.50 11,178 2/18/2020
17.4.0.49 11,260 2/11/2020
17.4.0.47 11,131 2/5/2020
17.4.0.46 11,280 1/30/2020
17.4.0.44 11,210 1/21/2020
17.4.0.43 11,266 1/14/2020
17.4.0.41 11,185 1/7/2020
17.4.0.40 11,163 12/24/2019
17.4.0.39 11,243 12/17/2019
17.3.0.34 11,252 12/10/2019
17.3.0.33 11,159 12/4/2019
17.3.0.30 11,171 12/3/2019
17.3.0.29 11,174 11/26/2019
17.3.0.28 11,177 11/18/2019
17.3.0.27 11,156 11/12/2019
17.3.0.26 11,161 11/5/2019
17.3.0.21 11,198 10/29/2019
17.3.0.19 11,147 10/22/2019
17.3.0.17 11,215 10/15/2019
17.3.0.14 11,281 10/3/2019
17.3.0.9-beta 683 9/20/2019
17.2.0.51 11,624 9/10/2019
17.2.0.49 11,807 9/3/2019
17.2.0.47 11,249 8/27/2019
17.2.0.46 11,332 8/22/2019
17.2.0.41 11,216 8/13/2019
17.2.0.40 11,234 8/6/2019
17.2.0.39 11,504 7/30/2019
17.2.0.36 11,256 7/23/2019
17.2.0.35 11,226 7/17/2019
17.2.0.34 11,587 7/11/2019
17.2.0.28-beta 674 6/27/2019
17.1.0.53 25,861 6/25/2019
17.1.0.52 11,343 6/18/2019
17.1.0.51 11,285 6/11/2019
17.1.0.50 11,270 6/4/2019
17.1.0.49 11,287 5/28/2019
17.1.0.48 11,257 5/21/2019
17.1.0.47 11,268 5/14/2019
17.1.0.44 11,252 5/7/2019
17.1.0.43 14,370 4/30/2019
17.1.0.42 11,368 4/23/2019
17.1.0.41 11,246 4/16/2019
17.1.0.40 11,282 4/9/2019
17.1.0.38 11,358 3/29/2019
17.1.0.32-beta 732 3/13/2019
16.4.0.54 11,448 2/19/2019
16.4.0.53 11,359 2/13/2019
16.4.0.52 11,429 2/5/2019
16.4.0.48 11,401 1/22/2019
16.4.0.47 11,460 1/16/2019
16.4.0.46 11,391 1/8/2019
16.4.0.44 11,373 12/24/2018
16.4.0.42 15,933 12/17/2018
16.4.0.40-beta 842 12/10/2018
16.3.0.36 11,505 11/27/2018
16.3.0.35-beta 817 11/23/2018
16.3.0.29 11,469 10/30/2018
16.3.0.21 11,716 9/21/2018