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 179 2/5/2026
32.1.25 686 1/26/2026
32.1.24 795 1/19/2026
32.1.23 914 1/13/2026
32.1.22 985 1/5/2026
32.1.21 1,302 12/29/2025
32.1.20 1,674 12/23/2025
32.1.19 2,488 12/16/2025
31.2.18 3,889 12/8/2025
31.2.16 5,161 12/1/2025
31.2.15 6,053 11/25/2025
31.2.12 7,136 11/18/2025
31.2.10 7,987 11/12/2025
31.2.5 9,431 11/3/2025
31.2.4 9,352 10/28/2025
31.2.3 9,334 10/21/2025
31.2.2 10,227 10/15/2025
31.1.23 10,040 10/6/2025
31.1.22 10,203 9/30/2025
31.1.21 10,428 9/22/2025
31.1.20 10,602 9/16/2025
31.1.19 10,555 9/11/2025
31.1.18 10,491 9/9/2025
31.1.17 10,620 9/5/2025
30.2.7 10,732 8/25/2025
30.2.6 10,954 8/18/2025
30.2.5 10,638 8/13/2025
30.2.4 10,729 8/7/2025
30.1.42 10,947 7/28/2025
30.1.41 10,955 7/22/2025
30.1.40 10,611 7/14/2025
30.1.39 10,586 7/8/2025
30.1.38 10,823 7/1/2025
30.1.37 10,949 6/25/2025
29.2.11 10,690 6/16/2025
29.2.10 11,137 6/9/2025
29.2.9 10,632 6/5/2025
29.2.8 10,668 6/3/2025
29.2.7 10,651 5/26/2025
29.2.5 10,654 5/20/2025
29.2.4 10,775 5/14/2025
29.1.41 10,958 5/5/2025
29.1.40 10,823 4/28/2025
29.1.39 10,752 4/21/2025
29.1.38 10,761 4/14/2025
29.1.37 10,797 4/8/2025
29.1.35 10,830 4/1/2025
29.1.33 11,813 3/25/2025
28.2.12 10,659 3/19/2025
28.2.11 10,785 3/10/2025
28.2.9 10,837 3/3/2025
28.2.7 10,620 2/25/2025
28.2.6 11,597 2/17/2025
28.2.5 10,637 2/11/2025
28.2.4 11,557 2/4/2025
28.2.3 10,999 1/29/2025
28.1.41 10,736 1/20/2025
28.1.39 10,758 1/13/2025
28.1.38 11,009 1/7/2025
28.1.37 10,703 12/31/2024
28.1.36 10,643 12/23/2024
28.1.35 10,686 12/18/2024
28.1.33 10,808 12/12/2024
27.2.5 10,824 12/2/2024
27.2.4 11,020 11/26/2024
27.2.3 10,646 11/22/2024
27.2.2 11,015 11/15/2024
27.1.58 12,499 11/4/2024
27.1.57 10,768 10/28/2024
27.1.56 10,698 10/23/2024
27.1.55 10,613 10/21/2024
27.1.53 10,801 10/14/2024
27.1.52 10,660 10/7/2024
27.1.51 11,259 9/30/2024
27.1.50 10,836 9/23/2024
27.1.48 10,887 9/18/2024
26.2.14 10,743 9/9/2024
26.2.13 10,689 9/5/2024
26.2.12 10,608 9/2/2024
26.2.11 11,195 8/27/2024
26.2.10 20,279 8/19/2024
26.2.9 10,711 8/12/2024
26.2.8 10,842 8/5/2024
26.2.7 10,661 7/29/2024
26.2.5 10,577 7/25/2024
26.2.4 10,747 7/24/2024
26.1.42 11,127 7/15/2024
26.1.41 10,657 7/8/2024
26.1.40 10,740 7/1/2024
26.1.39 10,731 6/24/2024
26.1.38 10,712 6/18/2024
26.1.35 11,001 6/11/2024
25.2.7 10,734 6/3/2024
25.2.6 10,711 5/28/2024
25.2.5 10,669 5/21/2024
25.2.4 10,671 5/14/2024
25.2.3 10,754 5/8/2024
25.1.42 10,973 4/29/2024
25.1.41 10,726 4/23/2024
25.1.40 10,685 4/15/2024
25.1.39 11,615 4/8/2024
25.1.38 10,734 4/1/2024
25.1.37 10,697 3/26/2024
25.1.35 10,857 3/15/2024
24.2.9 10,964 3/4/2024
24.2.8 10,776 2/26/2024
24.2.7 10,793 2/19/2024
24.2.6 10,752 2/14/2024
24.2.5 10,730 2/12/2024
24.2.4 10,690 2/5/2024
24.2.3 10,769 1/31/2024
24.1.47 10,700 1/22/2024
24.1.46 10,677 1/16/2024
24.1.45 10,888 1/8/2024
24.1.44 10,721 1/2/2024
24.1.43 10,688 12/27/2023
24.1.41 10,869 12/18/2023
23.2.7 10,830 12/6/2023
23.2.6 10,706 11/28/2023
23.2.5 10,692 11/23/2023
23.2.4 10,940 11/20/2023
23.1.44 10,742 11/6/2023
23.1.43 12,741 10/30/2023
23.1.42 10,731 10/23/2023
23.1.41 10,722 10/16/2023
23.1.40 10,794 10/10/2023
23.1.39 10,708 10/4/2023
23.1.38 10,730 9/26/2023
23.1.36 12,256 9/15/2023
22.2.12 10,767 9/5/2023
22.2.11 10,781 8/28/2023
22.2.10 10,780 8/22/2023
22.2.9 10,752 8/14/2023
22.2.8 10,768 8/7/2023
22.2.7 11,163 8/2/2023
22.2.5 11,010 7/27/2023
22.1.39 11,114 7/18/2023
22.1.38 10,795 7/11/2023
22.1.37 10,788 7/3/2023
22.1.36 10,860 6/28/2023
22.1.34 10,906 6/21/2023
21.2.10 10,851 6/12/2023
21.2.9 10,813 6/6/2023
21.2.8 10,911 5/30/2023
21.2.6 10,831 5/22/2023
21.2.5 10,871 5/15/2023
21.2.4 10,931 5/9/2023
21.2.3 11,019 5/3/2023
21.1.41 10,975 4/19/2023
21.1.39 10,954 4/10/2023
21.1.38 11,008 4/3/2023
21.1.37 12,822 3/29/2023
21.1.35 11,129 3/23/2023
20.4.0.54 11,016 3/13/2023
20.4.0.53 11,013 3/7/2023
20.4.0.52 11,010 2/28/2023
20.4.0.51 11,027 2/21/2023
20.4.0.50 10,957 2/14/2023
20.4.0.49 10,955 2/7/2023
20.4.0.48 11,385 2/1/2023
20.4.0.44 11,090 1/18/2023
20.4.0.43 10,978 1/10/2023
20.4.0.42 11,070 1/4/2023
20.4.0.41 10,965 12/29/2022
20.4.0.40 10,953 12/28/2022
20.4.0.38 11,026 12/21/2022
20.3.0.61 11,005 12/12/2022
20.3.0.60 11,428 12/6/2022
20.3.0.59 10,942 11/29/2022
20.3.0.58 10,932 11/21/2022
20.3.0.57 10,939 11/15/2022
20.3.0.56 11,105 11/8/2022
20.3.0.52 11,023 10/27/2022
20.3.0.50 11,005 10/17/2022
20.3.0.49 11,060 10/11/2022
20.3.0.48 10,980 10/5/2022
20.3.0.47 11,662 9/29/2022
20.2.0.50 11,094 9/20/2022
20.2.0.49 10,983 9/13/2022
20.2.0.48 10,980 9/6/2022
20.2.0.46 11,006 8/30/2022
20.2.0.45 11,033 8/23/2022
20.2.0.44 11,071 8/16/2022
20.2.0.43 11,173 8/8/2022
20.2.0.40 11,097 7/26/2022
20.2.0.39 11,087 7/19/2022
20.2.0.38 11,792 7/12/2022
20.2.0.36 11,272 6/30/2022
20.1.0.61 11,127 6/20/2022
20.1.0.60 11,020 6/14/2022
20.1.0.59 11,137 6/6/2022
20.1.0.58 11,068 5/30/2022
20.1.0.57 11,119 5/23/2022
20.1.0.56 11,336 5/17/2022
20.1.0.55 11,225 5/12/2022
20.1.0.52 11,252 5/2/2022
20.1.0.51 11,170 4/26/2022
20.1.0.50 11,045 4/19/2022
20.1.0.48 11,129 4/12/2022
20.1.0.47 11,202 4/4/2022
19.4.0.56 13,676 3/14/2022
19.4.0.55 11,053 3/8/2022
19.4.0.54 11,138 2/28/2022
19.4.0.53 12,218 2/22/2022
19.4.0.52 11,098 2/15/2022
19.4.0.50 11,059 2/8/2022
19.4.0.48 11,225 1/31/2022
19.4.0.47 11,068 1/24/2022
19.4.0.43 11,089 1/18/2022
19.4.0.42 11,207 1/10/2022
19.4.0.41 10,936 1/4/2022
19.4.0.40 10,929 12/28/2021
19.4.0.38 11,175 12/17/2021
19.3.0.59 10,921 12/14/2021
19.3.0.57 10,947 12/7/2021
19.3.0.56 15,238 11/29/2021
19.3.0.55 11,525 11/23/2021
19.3.0.54 11,551 11/17/2021
19.3.0.53 11,033 11/12/2021
19.3.0.48 11,118 11/2/2021
19.3.0.47 11,016 10/26/2021
19.3.0.46 11,437 10/19/2021
19.3.0.45 10,986 10/12/2021
19.3.0.44 10,978 10/5/2021
19.3.0.43 11,142 9/30/2021
19.2.0.62 11,514 9/13/2021
19.2.0.60 10,997 9/7/2021
19.2.0.59 11,044 8/30/2021
19.2.0.57 11,009 8/24/2021
19.2.0.56 11,014 8/17/2021
19.2.0.55 11,091 8/11/2021
19.2.0.51 11,094 8/2/2021
19.2.0.49 15,393 7/26/2021
19.2.0.48 11,045 7/19/2021
19.2.0.47 13,301 7/13/2021
19.2.0.46 13,340 7/6/2021
19.2.0.44 11,116 6/30/2021
19.1.0.69 11,151 6/14/2021
19.1.0.67 11,056 6/7/2021
19.1.0.66 11,465 5/31/2021
19.1.0.65 11,079 5/24/2021
19.1.0.64 11,337 5/19/2021
19.1.0.63 11,171 5/13/2021
19.1.0.59 11,054 5/3/2021
19.1.0.58 11,055 4/26/2021
19.1.0.57 11,056 4/20/2021
19.1.0.56 11,775 4/12/2021
19.1.0.55 11,065 4/6/2021
19.1.0.54 11,203 3/30/2021
18.4.0.49 11,132 3/22/2021
18.4.0.48 11,008 3/16/2021
18.4.0.47 11,056 3/9/2021
18.4.0.46 11,169 3/2/2021
18.4.0.44 11,907 2/23/2021
18.4.0.43 11,033 2/15/2021
18.4.0.42 11,080 2/9/2021
18.4.0.41 11,276 2/2/2021
18.4.0.39 11,287 1/28/2021
18.4.0.35 11,127 1/19/2021
18.4.0.34 11,072 1/12/2021
18.4.0.33 11,070 1/4/2021
18.4.0.32 11,030 12/30/2020
18.4.0.31 11,099 12/22/2020
18.4.0.30 11,343 12/17/2020
18.3.0.53 11,136 12/8/2020
18.3.0.52 11,134 11/30/2020
18.3.0.51 11,106 11/23/2020
18.3.0.50 11,152 11/17/2020
18.3.0.48 11,115 11/10/2020
18.3.0.47 11,253 11/5/2020
18.3.0.44 11,148 10/27/2020
18.3.0.42 11,151 10/20/2020
18.3.0.40 11,170 10/12/2020
18.3.0.38 11,161 10/7/2020
18.3.0.35 11,310 10/1/2020
18.2.0.59 16,005 9/22/2020
18.2.0.58 11,151 9/15/2020
18.2.0.57 11,176 9/8/2020
18.2.0.56 11,123 9/1/2020
18.2.0.55 11,091 8/24/2020
18.2.0.54 11,141 8/18/2020
18.2.0.48 11,169 8/4/2020
18.2.0.47 11,243 7/28/2020
18.2.0.46 11,171 7/21/2020
18.2.0.45 11,329 7/14/2020
18.2.0.44 13,180 7/6/2020
18.1.0.59 11,249 6/23/2020
18.1.0.57 11,190 6/15/2020
18.1.0.56 11,223 6/9/2020
18.1.0.55 11,723 6/2/2020
18.1.0.54 11,171 5/26/2020
18.1.0.53 25,685 5/19/2020
18.1.0.52 11,427 5/13/2020
18.1.0.48 11,170 5/5/2020
18.1.0.46 11,192 4/28/2020
18.1.0.45 11,175 4/21/2020
18.1.0.44 11,169 4/14/2020
18.1.0.43 11,411 4/7/2020
18.1.0.42 11,201 4/1/2020
18.1.0.36-beta 632 3/19/2020
17.4.0.55 12,024 3/10/2020
17.4.0.53 11,473 3/3/2020
17.4.0.51 11,196 2/25/2020
17.4.0.50 11,227 2/18/2020
17.4.0.49 11,309 2/11/2020
17.4.0.47 11,180 2/5/2020
17.4.0.46 11,329 1/30/2020
17.4.0.44 11,259 1/21/2020
17.4.0.43 11,316 1/14/2020
17.4.0.41 11,234 1/7/2020
17.4.0.40 11,211 12/24/2019
17.4.0.39 11,291 12/17/2019
17.3.0.34 11,300 12/10/2019
17.3.0.33 11,207 12/4/2019
17.3.0.30 11,219 12/3/2019
17.3.0.29 11,222 11/26/2019
17.3.0.28 11,225 11/18/2019
17.3.0.27 11,204 11/12/2019
17.3.0.26 11,209 11/5/2019
17.3.0.21 11,246 10/29/2019
17.3.0.19 11,195 10/22/2019
17.3.0.17 11,263 10/15/2019
17.3.0.14 11,329 10/3/2019
17.3.0.9-beta 683 9/20/2019
17.2.0.51 11,672 9/10/2019
17.2.0.49 11,855 9/3/2019
17.2.0.47 11,297 8/27/2019
17.2.0.46 11,380 8/22/2019
17.2.0.41 11,264 8/13/2019
17.2.0.40 11,282 8/6/2019
17.2.0.39 11,555 7/30/2019
17.2.0.36 11,304 7/23/2019
17.2.0.35 11,274 7/17/2019
17.2.0.34 11,635 7/11/2019
17.2.0.28-beta 675 6/27/2019
17.1.0.53 25,909 6/25/2019
17.1.0.52 11,391 6/18/2019
17.1.0.51 11,333 6/11/2019
17.1.0.50 11,318 6/4/2019
17.1.0.49 11,335 5/28/2019
17.1.0.48 11,305 5/21/2019
17.1.0.47 11,317 5/14/2019
17.1.0.44 11,300 5/7/2019
17.1.0.43 14,418 4/30/2019
17.1.0.42 11,417 4/23/2019
17.1.0.41 11,294 4/16/2019
17.1.0.40 11,330 4/9/2019
17.1.0.38 11,407 3/29/2019
17.1.0.32-beta 732 3/13/2019
16.4.0.54 11,496 2/19/2019
16.4.0.53 11,407 2/13/2019
16.4.0.52 11,477 2/5/2019
16.4.0.48 11,449 1/22/2019
16.4.0.47 11,508 1/16/2019
16.4.0.46 11,439 1/8/2019
16.4.0.44 11,421 12/24/2018
16.4.0.42 15,981 12/17/2018
16.4.0.40-beta 842 12/10/2018
16.3.0.36 11,553 11/27/2018
16.3.0.35-beta 817 11/23/2018
16.3.0.29 11,517 10/30/2018
16.3.0.21 11,764 9/21/2018