Syncfusion.DocToPdfConverter.AspNet.Mvc5 29.1.40

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.DocToPdfConverter.AspNet.Mvc5 --version 29.1.40
                    
NuGet\Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5 -Version 29.1.40
                    
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.AspNet.Mvc5" Version="29.1.40" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.DocToPdfConverter.AspNet.Mvc5" Version="29.1.40" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.DocToPdfConverter.AspNet.Mvc5" />
                    
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.AspNet.Mvc5 --version 29.1.40
                    
#r "nuget: Syncfusion.DocToPdfConverter.AspNet.Mvc5, 29.1.40"
                    
#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.
#addin nuget:?package=Syncfusion.DocToPdfConverter.AspNet.Mvc5&version=29.1.40
                    
Install Syncfusion.DocToPdfConverter.AspNet.Mvc5 as a Cake Addin
#tool nuget:?package=Syncfusion.DocToPdfConverter.AspNet.Mvc5&version=29.1.40
                    
Install Syncfusion.DocToPdfConverter.AspNet.Mvc5 as a Cake Tool

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

ASP.NET MVC 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.AspNet.Mvc5 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 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
29.2.7 69 5/26/2025
29.2.5 150 5/21/2025
29.2.4 240 5/14/2025
29.1.41 211 5/5/2025
29.1.40 217 4/28/2025
29.1.39 827 4/21/2025
29.1.38 687 4/14/2025
29.1.37 578 4/8/2025
29.1.35 935 4/1/2025
29.1.33 539 3/25/2025
28.2.12 219 3/19/2025
28.2.11 877 3/10/2025
28.2.9 297 3/4/2025
28.2.7 281 2/25/2025
28.2.6 264 2/17/2025
28.2.5 764 2/11/2025
28.2.4 1,044 2/4/2025
28.2.3 557 1/29/2025
28.1.41 656 1/20/2025
28.1.39 207 1/13/2025
28.1.38 285 1/7/2025
28.1.37 207 12/31/2024
28.1.36 411 12/23/2024
28.1.35 199 12/18/2024
28.1.33 232 12/12/2024
27.2.5 241 12/2/2024
27.2.4 238 11/26/2024
27.2.3 185 11/22/2024
27.2.2 567 11/15/2024
27.1.58 240 11/4/2024
27.1.57 864 10/28/2024
27.1.56 206 10/23/2024
27.1.55 174 10/21/2024
27.1.53 685 10/14/2024
27.1.52 739 10/7/2024
27.1.51 291 9/30/2024
27.1.50 2,369 9/23/2024
27.1.48 587 9/18/2024
26.2.14 285 9/9/2024
26.2.13 213 9/5/2024
26.2.12 2,443 9/2/2024
26.2.11 242 8/27/2024
26.2.10 870 8/19/2024
26.2.9 685 8/12/2024
26.2.8 306 8/5/2024
26.2.7 284 7/29/2024
26.2.5 187 7/26/2024
26.2.4 212 7/24/2024
26.1.42 6,118 7/15/2024
26.1.41 8,271 7/8/2024
26.1.40 2,112 7/1/2024
26.1.39 1,015 6/24/2024
26.1.38 271 6/18/2024
26.1.35 287 6/11/2024
25.2.7 3,943 6/3/2024
25.2.6 975 5/28/2024
25.2.5 2,251 5/21/2024
25.2.4 307 5/14/2024
25.2.3 4,421 5/8/2024
25.1.42 648 4/29/2024
25.1.41 619 4/23/2024
25.1.40 888 4/15/2024
25.1.39 4,151 4/8/2024
25.1.38 2,361 4/1/2024
25.1.37 304 3/26/2024
25.1.35 588 3/15/2024
24.2.9 436 3/4/2024
24.2.8 396 2/26/2024
24.2.7 381 2/19/2024
24.2.6 360 2/14/2024
24.2.5 414 2/12/2024
24.2.4 489 2/5/2024
24.2.3 1,381 1/31/2024
24.1.47 1,328 1/22/2024
24.1.46 1,054 1/16/2024
24.1.45 1,059 1/8/2024
24.1.44 1,657 1/2/2024
24.1.43 578 12/27/2023
24.1.41 5,010 12/18/2023
23.2.7 677 12/6/2023
23.2.6 762 11/28/2023
23.2.5 613 11/23/2023
23.2.4 1,399 11/20/2023
23.1.44 4,293 11/6/2023
23.1.43 786 10/30/2023
23.1.42 656 10/23/2023
23.1.41 788 10/16/2023
23.1.40 773 10/10/2023
23.1.39 1,399 10/4/2023
23.1.38 3,051 9/26/2023
23.1.36 1,495 9/15/2023
22.2.12 792 9/5/2023
22.2.11 901 8/28/2023
22.2.10 798 8/22/2023
22.2.9 918 8/14/2023
22.2.8 1,361 8/7/2023
22.2.7 858 8/2/2023
22.2.5 1,147 7/27/2023
22.1.39 36,089 7/18/2023
22.1.38 916 7/11/2023
22.1.37 833 7/3/2023
22.1.36 1,180 6/28/2023
22.1.34 1,373 6/21/2023
21.2.10 1,408 6/13/2023
21.2.9 1,597 6/6/2023
21.2.8 1,554 5/30/2023
21.2.6 963 5/22/2023
21.2.5 880 5/15/2023
21.2.4 1,185 5/9/2023
21.2.3 957 5/3/2023
21.1.41 1,808 4/19/2023
21.1.39 1,339 4/10/2023
21.1.38 1,107 4/3/2023
21.1.37 5,546 3/29/2023
21.1.35 1,037 3/23/2023
20.4.0.54 952 3/13/2023
20.4.0.53 1,058 3/7/2023
20.4.0.52 922 2/28/2023
20.4.0.51 1,145 2/21/2023
20.4.0.50 1,005 2/14/2023
20.4.0.49 1,245 2/7/2023
20.4.0.48 1,124 2/1/2023
20.4.0.44 1,239 1/18/2023
20.4.0.43 1,061 1/10/2023
20.4.0.42 1,107 1/4/2023
20.4.0.41 952 12/29/2022
20.4.0.40 1,037 12/28/2022
20.4.0.38 1,118 12/21/2022
20.3.0.61 1,691 12/12/2022
20.3.0.60 3,205 12/6/2022
20.3.0.59 1,117 11/29/2022
20.3.0.58 1,379 11/22/2022
20.3.0.57 1,161 11/15/2022
20.3.0.56 2,485 11/8/2022
20.3.0.52 1,143 10/27/2022
20.3.0.50 4,464 10/18/2022
20.3.0.49 1,160 10/11/2022
20.3.0.48 11,656 10/5/2022
20.3.0.47 2,279 9/29/2022
20.2.0.50 1,852 9/20/2022
20.2.0.49 1,638 9/13/2022
20.2.0.48 1,114 9/6/2022
20.2.0.46 1,187 8/30/2022
20.2.0.45 1,283 8/23/2022
20.2.0.44 2,801 8/16/2022
20.2.0.43 7,961 8/8/2022
20.2.0.40 2,673 7/26/2022
20.2.0.39 1,143 7/19/2022
20.2.0.38 5,676 7/12/2022
20.2.0.36 2,088 6/30/2022
20.1.0.61 1,690 6/20/2022
20.1.0.60 1,148 6/14/2022
20.1.0.59 1,422 6/6/2022
20.1.0.58 1,187 5/31/2022
20.1.0.57 1,216 5/23/2022
20.1.0.56 1,183 5/17/2022
20.1.0.55 1,491 5/12/2022
20.1.0.52 1,299 5/3/2022
20.1.0.51 2,552 4/26/2022
20.1.0.50 1,416 4/19/2022
20.1.0.48 7,544 4/12/2022
20.1.0.47 1,720 4/4/2022
19.4.0.56 4,812 3/14/2022
19.4.0.55 1,691 3/8/2022
19.4.0.54 1,788 2/28/2022
19.4.0.53 3,341 2/22/2022
19.4.0.52 1,299 2/15/2022
19.4.0.50 1,540 2/8/2022
19.4.0.48 1,555 1/31/2022
19.4.0.47 1,234 1/25/2022
19.4.0.43 1,287 1/18/2022
19.4.0.42 4,016 1/11/2022
19.4.0.41 1,131 1/4/2022
19.4.0.40 1,262 12/28/2021
19.4.0.38 1,281 12/17/2021
19.3.0.59 1,274 12/14/2021
19.3.0.57 1,245 12/7/2021
19.3.0.56 1,619 11/29/2021
19.3.0.55 1,292 11/23/2021
19.3.0.54 1,197 11/17/2021
19.3.0.53 1,163 11/12/2021
19.3.0.48 1,123 11/2/2021
19.3.0.47 1,190 10/26/2021
19.3.0.46 1,164 10/19/2021
19.3.0.45 7,069 10/12/2021
19.3.0.44 1,240 10/5/2021
19.3.0.43 3,724 9/30/2021
19.2.0.62 1,534 9/13/2021
19.2.0.60 1,125 9/7/2021
19.2.0.59 6,678 8/30/2021
19.2.0.57 1,179 8/24/2021
19.2.0.56 1,924 8/17/2021
19.2.0.55 2,423 8/11/2021
19.2.0.51 1,193 8/2/2021
19.2.0.49 1,133 7/26/2021
19.2.0.48 1,086 7/19/2021
19.2.0.47 1,710 7/13/2021
19.2.0.46 1,125 7/6/2021
19.2.0.44 1,829 6/30/2021
19.1.0.69 3,854 6/14/2021
19.1.0.67 1,234 6/7/2021
19.1.0.66 1,283 5/31/2021
19.1.0.65 1,141 5/24/2021
19.1.0.64 1,107 5/19/2021
19.1.0.63 5,303 5/13/2021
19.1.0.59 1,183 5/3/2021
19.1.0.58 3,273 4/26/2021
19.1.0.57 1,251 4/20/2021
19.1.0.56 1,160 4/13/2021
19.1.0.55 1,335 4/6/2021
19.1.0.54 1,206 3/30/2021
18.4.0.49 1,383 3/22/2021
18.4.0.48 8,965 3/16/2021
18.4.0.47 1,359 3/9/2021
18.4.0.46 1,231 3/2/2021
18.4.0.44 2,379 2/23/2021
18.4.0.43 1,301 2/15/2021
18.4.0.42 1,190 2/9/2021
18.4.0.41 11,748 2/2/2021
18.4.0.39 1,173 1/28/2021
18.4.0.35 1,818 1/19/2021
18.4.0.34 1,164 1/12/2021
18.4.0.33 1,400 1/4/2021
18.4.0.32 1,303 12/30/2020
18.4.0.31 3,395 12/22/2020
18.4.0.30 1,345 12/17/2020
18.3.0.53 6,195 12/8/2020
18.3.0.52 1,219 11/30/2020
18.3.0.51 1,183 11/23/2020
18.3.0.50 1,364 11/17/2020
18.3.0.48 2,423 11/10/2020
18.3.0.47 1,741 11/5/2020
18.3.0.44 1,209 10/27/2020
18.3.0.42 1,242 10/20/2020
18.3.0.40 1,832 10/12/2020
18.3.0.38 1,364 10/7/2020
18.3.0.35 5,675 10/1/2020
18.2.0.59 4,492 9/22/2020
18.2.0.58 1,417 9/15/2020
18.2.0.57 1,269 9/8/2020
18.2.0.56 1,219 9/1/2020
18.2.0.55 1,383 8/25/2020
18.2.0.54 1,336 8/18/2020
18.2.0.48 1,312 8/4/2020
18.2.0.47 7,644 7/28/2020
18.2.0.46 1,336 7/21/2020
18.2.0.45 1,190 7/14/2020
18.2.0.44 2,862 7/6/2020
18.1.0.59 2,344 6/23/2020
18.1.0.57 1,277 6/16/2020
18.1.0.56 1,760 6/9/2020
18.1.0.55 4,011 6/2/2020
18.1.0.54 1,284 5/27/2020
18.1.0.53 1,339 5/19/2020
18.1.0.52 1,443 5/13/2020
18.1.0.48 1,517 5/5/2020
18.1.0.46 1,303 4/28/2020
18.1.0.45 1,342 4/21/2020
18.1.0.44 1,362 4/14/2020
18.1.0.43 4,420 4/7/2020
18.1.0.42 2,147 4/1/2020
18.1.0.36-beta 976 3/19/2020
17.4.0.55 2,206 3/10/2020
17.4.0.53 1,305 3/3/2020
17.4.0.51 1,381 2/25/2020
17.4.0.50 1,391 2/18/2020
17.4.0.49 1,409 2/11/2020
17.4.0.47 1,353 2/5/2020
17.4.0.46 1,621 1/30/2020
17.4.0.44 1,379 1/21/2020
17.4.0.43 1,398 1/14/2020
17.4.0.41 1,414 1/7/2020
17.4.0.40 3,352 12/24/2019
17.4.0.39 1,543 12/17/2019
17.3.0.34 1,586 12/10/2019
17.3.0.33 1,407 12/4/2019
17.3.0.30 1,789 12/3/2019
17.3.0.29 1,502 11/26/2019
17.3.0.28 2,896 11/19/2019
17.3.0.27 1,371 11/12/2019
17.3.0.26 1,987 11/5/2019
17.3.0.21 1,446 10/29/2019
17.3.0.19 1,357 10/22/2019
17.3.0.17 1,299 10/15/2019
17.3.0.14 1,509 10/3/2019
17.3.0.9-beta 1,046 9/20/2019
17.2.0.51 1,910 9/10/2019
17.2.0.49 1,403 9/3/2019
17.2.0.47 1,444 8/27/2019
17.2.0.46 1,503 8/22/2019
17.2.0.41 1,372 8/13/2019
17.2.0.40 1,405 8/6/2019
17.2.0.39 1,463 7/30/2019
17.2.0.36 3,835 7/23/2019
17.2.0.35 1,442 7/17/2019
17.2.0.34 1,534 7/11/2019
17.2.0.28-beta 1,294 6/27/2019
17.1.0.53 2,120 6/25/2019
17.1.0.52 1,973 6/18/2019
17.1.0.51 1,574 6/11/2019
17.1.0.50 1,718 6/4/2019
17.1.0.49 1,683 5/28/2019
17.1.0.48 2,026 5/21/2019
17.1.0.47 1,644 5/14/2019
17.1.0.44 1,419 5/7/2019
17.1.0.43 1,575 4/30/2019
17.1.0.42 1,571 4/23/2019
17.1.0.41 3,296 4/16/2019
17.1.0.40 1,517 4/9/2019
17.1.0.38 2,266 3/29/2019
17.1.0.32-beta 2,766 3/13/2019
16.4.0.54 5,170 2/19/2019
16.4.0.53 1,584 2/14/2019
16.4.0.52 1,770 2/5/2019
16.4.0.48 2,231 1/22/2019
16.4.0.47 1,595 1/16/2019
16.4.0.46 2,234 1/8/2019
16.4.0.44 1,628 12/24/2018
16.4.0.42 1,708 12/17/2018
16.4.0.40-beta 1,150 12/10/2018
16.3.0.36 1,860 11/27/2018
16.3.0.35-beta 1,209 11/23/2018
16.3.0.29 1,817 10/30/2018
16.3.0.21 3,052 9/21/2018