Syncfusion.DocToPDFConverter.Wpf 23.2.7

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.DocToPDFConverter.Wpf --version 23.2.7
                    
NuGet\Install-Package Syncfusion.DocToPDFConverter.Wpf -Version 23.2.7
                    
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="23.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocToPDFConverter.Wpf" Version="23.2.7" />
                    
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 23.2.7
                    
#r "nuget: Syncfusion.DocToPDFConverter.Wpf, 23.2.7"
                    
#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@23.2.7
                    
#: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=23.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocToPDFConverter.Wpf&version=23.2.7
                    
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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's 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 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 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework 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 (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
31.1.17 209 9/5/2025
30.2.7 322 8/25/2025
30.2.6 321 8/18/2025
30.2.5 291 8/13/2025
30.2.4 371 8/7/2025
30.1.42 414 7/28/2025
30.1.41 601 7/22/2025
30.1.40 297 7/14/2025
30.1.39 278 7/8/2025
30.1.38 322 7/1/2025
30.1.37 462 6/25/2025
29.2.11 348 6/16/2025
29.2.10 607 6/9/2025
29.2.9 308 6/5/2025
29.2.8 350 6/3/2025
29.2.7 337 5/26/2025
29.2.5 338 5/20/2025
29.2.4 465 5/14/2025
29.1.41 654 5/5/2025
29.1.40 503 4/28/2025
29.1.39 414 4/21/2025
29.1.38 456 4/14/2025
29.1.37 480 4/8/2025
29.1.35 502 4/1/2025
29.1.33 1,487 3/25/2025
28.2.12 352 3/19/2025
28.2.11 468 3/10/2025
28.2.9 524 3/3/2025
28.2.7 307 2/25/2025
28.2.6 1,031 2/17/2025
28.2.5 329 2/11/2025
28.2.4 776 2/4/2025
28.2.3 685 1/29/2025
28.1.41 426 1/20/2025
28.1.39 451 1/13/2025
28.1.38 700 1/7/2025
28.1.37 385 12/31/2024
28.1.36 327 12/23/2024
28.1.35 360 12/18/2024
28.1.33 496 12/12/2024
27.2.5 499 12/2/2024
27.2.4 697 11/26/2024
27.2.3 338 11/22/2024
27.2.2 716 11/15/2024
27.1.58 850 11/4/2024
27.1.57 461 10/28/2024
27.1.56 388 10/23/2024
27.1.55 303 10/21/2024
27.1.53 484 10/14/2024
27.1.52 351 10/7/2024
27.1.51 910 9/30/2024
27.1.50 521 9/23/2024
27.1.48 576 9/18/2024
26.2.14 434 9/9/2024
26.2.13 373 9/5/2024
26.2.12 320 9/2/2024
26.2.11 897 8/27/2024
26.2.10 7,418 8/19/2024
26.2.9 419 8/12/2024
26.2.8 524 8/5/2024
26.2.7 351 7/29/2024
26.2.5 280 7/25/2024
26.2.4 420 7/24/2024
26.1.42 777 7/15/2024
26.1.41 368 7/8/2024
26.1.40 442 7/1/2024
26.1.39 428 6/24/2024
26.1.38 422 6/18/2024
26.1.35 702 6/11/2024
25.2.7 460 6/3/2024
25.2.6 403 5/28/2024
25.2.5 368 5/21/2024
25.2.4 372 5/14/2024
25.2.3 440 5/8/2024
25.1.42 663 4/29/2024
25.1.41 415 4/23/2024
25.1.40 395 4/15/2024
25.1.39 1,215 4/8/2024
25.1.38 423 4/1/2024
25.1.37 382 3/26/2024
25.1.35 550 3/15/2024
24.2.9 614 3/4/2024
24.2.8 475 2/26/2024
24.2.7 492 2/19/2024
24.2.6 452 2/14/2024
24.2.5 428 2/12/2024
24.2.4 390 2/5/2024
24.2.3 463 1/31/2024
24.1.47 397 1/22/2024
24.1.46 376 1/16/2024
24.1.45 589 1/8/2024
24.1.44 418 1/2/2024
24.1.43 387 12/27/2023
24.1.41 536 12/18/2023
23.2.7 514 12/6/2023
23.2.6 399 11/28/2023
23.2.5 390 11/23/2023
23.2.4 644 11/20/2023
23.1.44 441 11/6/2023
23.1.43 2,456 10/30/2023
23.1.42 422 10/23/2023
23.1.41 443 10/16/2023
23.1.40 493 10/10/2023
23.1.39 421 10/4/2023
23.1.38 441 9/26/2023
23.1.36 1,860 9/15/2023
22.2.12 481 9/5/2023
22.2.11 481 8/28/2023
22.2.10 485 8/22/2023
22.2.9 462 8/14/2023
22.2.8 459 8/7/2023
22.2.7 877 8/2/2023
22.2.5 717 7/27/2023
22.1.39 794 7/18/2023
22.1.38 496 7/11/2023
22.1.37 509 7/3/2023
22.1.36 559 6/28/2023
22.1.34 609 6/21/2023
21.2.10 542 6/12/2023
21.2.9 492 6/6/2023
21.2.8 596 5/30/2023
21.2.6 524 5/22/2023
21.2.5 559 5/15/2023
21.2.4 611 5/9/2023
21.2.3 694 5/3/2023
21.1.41 645 4/19/2023
21.1.39 636 4/10/2023
21.1.38 690 4/3/2023
21.1.37 2,454 3/29/2023
21.1.35 810 3/23/2023
20.4.0.54 707 3/13/2023
20.4.0.53 698 3/7/2023
20.4.0.52 720 2/28/2023
20.4.0.51 725 2/21/2023
20.4.0.50 645 2/14/2023
20.4.0.49 657 2/7/2023
20.4.0.48 1,060 2/1/2023
20.4.0.44 787 1/18/2023
20.4.0.43 678 1/10/2023
20.4.0.42 752 1/4/2023
20.4.0.41 653 12/29/2022
20.4.0.40 643 12/28/2022
20.4.0.38 715 12/21/2022
20.3.0.61 697 12/12/2022
20.3.0.60 1,123 12/6/2022
20.3.0.59 634 11/29/2022
20.3.0.58 616 11/21/2022
20.3.0.57 616 11/15/2022
20.3.0.56 822 11/8/2022
20.3.0.52 734 10/27/2022
20.3.0.50 705 10/17/2022
20.3.0.49 757 10/11/2022
20.3.0.48 671 10/5/2022
20.3.0.47 1,349 9/29/2022
20.2.0.50 801 9/20/2022
20.2.0.49 684 9/13/2022
20.2.0.48 682 9/6/2022
20.2.0.46 732 8/30/2022
20.2.0.45 731 8/23/2022
20.2.0.44 758 8/16/2022
20.2.0.43 873 8/8/2022
20.2.0.40 798 7/26/2022
20.2.0.39 783 7/19/2022
20.2.0.38 1,219 7/12/2022
20.2.0.36 976 6/30/2022
20.1.0.61 824 6/20/2022
20.1.0.60 716 6/14/2022
20.1.0.59 830 6/6/2022
20.1.0.58 761 5/30/2022
20.1.0.57 816 5/23/2022
20.1.0.56 1,021 5/17/2022
20.1.0.55 916 5/12/2022
20.1.0.52 946 5/2/2022
20.1.0.51 859 4/26/2022
20.1.0.50 745 4/19/2022
20.1.0.48 828 4/12/2022
20.1.0.47 905 4/4/2022
19.4.0.56 3,089 3/14/2022
19.4.0.55 751 3/8/2022
19.4.0.54 821 2/28/2022
19.4.0.53 1,897 2/22/2022
19.4.0.52 781 2/15/2022
19.4.0.50 752 2/8/2022
19.4.0.48 910 1/31/2022
19.4.0.47 760 1/24/2022
19.4.0.43 765 1/18/2022
19.4.0.42 885 1/10/2022
19.4.0.41 613 1/4/2022
19.4.0.40 624 12/28/2021
19.4.0.38 850 12/17/2021
19.3.0.59 611 12/14/2021
19.3.0.57 638 12/7/2021
19.3.0.56 4,930 11/29/2021
19.3.0.55 1,215 11/23/2021
19.3.0.54 1,251 11/17/2021
19.3.0.53 715 11/12/2021
19.3.0.48 800 11/2/2021
19.3.0.47 722 10/26/2021
19.3.0.46 1,141 10/19/2021
19.3.0.45 664 10/12/2021
19.3.0.44 659 10/5/2021
19.3.0.43 834 9/30/2021
19.2.0.62 1,198 9/13/2021
19.2.0.60 680 9/7/2021
19.2.0.59 733 8/30/2021
19.2.0.57 683 8/24/2021
19.2.0.56 716 8/17/2021
19.2.0.55 776 8/11/2021
19.2.0.51 775 8/2/2021
19.2.0.49 5,056 7/26/2021
19.2.0.48 738 7/19/2021
19.2.0.47 2,975 7/13/2021
19.2.0.46 3,030 7/6/2021
19.2.0.44 822 6/30/2021
19.1.0.69 823 6/14/2021
19.1.0.67 742 6/7/2021
19.1.0.66 1,147 5/31/2021
19.1.0.65 761 5/24/2021
19.1.0.64 976 5/19/2021
19.1.0.63 861 5/13/2021
19.1.0.59 731 5/3/2021
19.1.0.58 723 4/26/2021
19.1.0.57 735 4/20/2021
19.1.0.56 1,467 4/12/2021
19.1.0.55 740 4/6/2021
19.1.0.54 887 3/30/2021
18.4.0.49 815 3/22/2021
18.4.0.48 679 3/16/2021
18.4.0.47 739 3/9/2021
18.4.0.46 854 3/2/2021
18.4.0.44 1,579 2/23/2021
18.4.0.43 698 2/15/2021
18.4.0.42 765 2/9/2021
18.4.0.41 926 2/2/2021
18.4.0.39 969 1/28/2021
18.4.0.35 801 1/19/2021
18.4.0.34 740 1/12/2021
18.4.0.33 731 1/4/2021
18.4.0.32 700 12/30/2020
18.4.0.31 763 12/22/2020
18.4.0.30 991 12/17/2020
18.3.0.53 801 12/8/2020
18.3.0.52 787 11/30/2020
18.3.0.51 769 11/23/2020
18.3.0.50 827 11/17/2020
18.3.0.48 775 11/10/2020
18.3.0.47 920 11/5/2020
18.3.0.44 809 10/27/2020
18.3.0.42 822 10/20/2020
18.3.0.40 835 10/12/2020
18.3.0.38 807 10/7/2020
18.3.0.35 946 10/1/2020
18.2.0.59 4,860 9/22/2020
18.2.0.58 808 9/15/2020
18.2.0.57 851 9/8/2020
18.2.0.56 795 9/1/2020
18.2.0.55 754 8/24/2020
18.2.0.54 806 8/18/2020
18.2.0.48 844 8/4/2020
18.2.0.47 901 7/28/2020
18.2.0.46 842 7/21/2020
18.2.0.45 999 7/14/2020
18.2.0.44 2,832 7/6/2020
18.1.0.59 923 6/23/2020
18.1.0.57 857 6/15/2020
18.1.0.56 870 6/9/2020
18.1.0.55 1,384 6/2/2020
18.1.0.54 835 5/26/2020
18.1.0.53 14,842 5/19/2020
18.1.0.52 1,109 5/13/2020
18.1.0.48 862 5/5/2020
18.1.0.46 846 4/28/2020
18.1.0.45 837 4/21/2020
18.1.0.44 835 4/14/2020
18.1.0.43 1,067 4/7/2020
18.1.0.42 863 4/1/2020
18.1.0.36-beta 527 3/19/2020
17.4.0.55 1,662 3/10/2020
17.4.0.53 1,127 3/3/2020
17.4.0.51 872 2/25/2020
17.4.0.50 892 2/18/2020
17.4.0.49 944 2/11/2020
17.4.0.47 848 2/5/2020
17.4.0.46 1,003 1/30/2020
17.4.0.44 940 1/21/2020
17.4.0.43 981 1/14/2020
17.4.0.41 890 1/7/2020
17.4.0.40 867 12/24/2019
17.4.0.39 950 12/17/2019
17.3.0.34 945 12/10/2019
17.3.0.33 871 12/4/2019
17.3.0.30 894 12/3/2019
17.3.0.29 868 11/26/2019
17.3.0.28 893 11/18/2019
17.3.0.27 874 11/12/2019
17.3.0.26 869 11/5/2019
17.3.0.21 889 10/29/2019
17.3.0.19 855 10/22/2019
17.3.0.17 909 10/15/2019
17.3.0.14 974 10/3/2019
17.3.0.9-beta 573 9/20/2019
17.2.0.51 1,323 9/10/2019
17.2.0.49 1,523 9/3/2019
17.2.0.47 967 8/27/2019
17.2.0.46 1,020 8/22/2019
17.2.0.41 940 8/13/2019
17.2.0.40 949 8/6/2019
17.2.0.39 1,181 7/30/2019
17.2.0.36 966 7/23/2019
17.2.0.35 955 7/17/2019
17.2.0.34 1,295 7/11/2019
17.2.0.28-beta 564 6/27/2019
17.1.0.53 15,578 6/25/2019
17.1.0.52 1,047 6/18/2019
17.1.0.51 1,008 6/11/2019
17.1.0.50 976 6/4/2019
17.1.0.49 993 5/28/2019
17.1.0.48 970 5/21/2019
17.1.0.47 975 5/14/2019
17.1.0.44 959 5/7/2019
17.1.0.43 3,967 4/30/2019
17.1.0.42 1,075 4/23/2019
17.1.0.41 961 4/16/2019
17.1.0.40 986 4/9/2019
17.1.0.38 1,062 3/29/2019
17.1.0.32-beta 623 3/13/2019
16.4.0.54 1,152 2/19/2019
16.4.0.53 1,078 2/13/2019
16.4.0.52 1,147 2/5/2019
16.4.0.48 1,113 1/22/2019
16.4.0.47 1,186 1/16/2019
16.4.0.46 1,115 1/8/2019
16.4.0.44 1,085 12/24/2018
16.4.0.42 5,387 12/17/2018
16.4.0.40-beta 736 12/10/2018
16.3.0.36 1,208 11/27/2018
16.3.0.35-beta 713 11/23/2018
16.3.0.29 1,179 10/30/2018
16.3.0.21 1,410 9/21/2018