Syncfusion.DocToPdfConverter.AspNet.Mvc5 28.1.35

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 28.1.35                
NuGet\Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5 -Version 28.1.35                
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="28.1.35" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocToPdfConverter.AspNet.Mvc5 --version 28.1.35                
#r "nuget: Syncfusion.DocToPdfConverter.AspNet.Mvc5, 28.1.35"                
#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.
// Install Syncfusion.DocToPdfConverter.AspNet.Mvc5 as a Cake Addin
#addin nuget:?package=Syncfusion.DocToPdfConverter.AspNet.Mvc5&version=28.1.35

// Install Syncfusion.DocToPdfConverter.AspNet.Mvc5 as a Cake Tool
#tool nuget:?package=Syncfusion.DocToPdfConverter.AspNet.Mvc5&version=28.1.35                

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
28.1.36 113 12/23/2024
28.1.35 128 12/18/2024
28.1.33 141 12/12/2024
27.2.5 155 12/2/2024
27.2.4 168 11/26/2024
27.2.3 126 11/22/2024
27.2.2 410 11/15/2024
27.1.58 179 11/4/2024
27.1.57 625 10/28/2024
27.1.56 158 10/23/2024
27.1.55 121 10/21/2024
27.1.53 529 10/14/2024
27.1.52 318 10/7/2024
27.1.51 238 9/30/2024
27.1.50 567 9/23/2024
27.1.48 306 9/18/2024
26.2.14 198 9/9/2024
26.2.13 169 9/5/2024
26.2.12 1,037 9/2/2024
26.2.11 202 8/27/2024
26.2.10 466 8/19/2024
26.2.9 512 8/12/2024
26.2.8 268 8/5/2024
26.2.7 241 7/29/2024
26.2.5 149 7/26/2024
26.2.4 177 7/24/2024
26.1.42 3,147 7/15/2024
26.1.41 4,819 7/8/2024
26.1.40 1,519 7/1/2024
26.1.39 798 6/24/2024
26.1.38 228 6/18/2024
26.1.35 248 6/11/2024
25.2.7 2,071 6/3/2024
25.2.6 932 5/28/2024
25.2.5 1,712 5/21/2024
25.2.4 260 5/14/2024
25.2.3 3,253 5/8/2024
25.1.42 605 4/29/2024
25.1.41 530 4/23/2024
25.1.40 661 4/15/2024
25.1.39 2,518 4/8/2024
25.1.38 2,312 4/1/2024
25.1.37 262 3/26/2024
25.1.35 469 3/15/2024
24.2.9 391 3/4/2024
24.2.8 359 2/26/2024
24.2.7 336 2/19/2024
24.2.6 320 2/14/2024
24.2.5 375 2/12/2024
24.2.4 448 2/5/2024
24.2.3 911 1/31/2024
24.1.47 1,203 1/22/2024
24.1.46 1,016 1/16/2024
24.1.45 1,021 1/8/2024
24.1.44 1,615 1/2/2024
24.1.43 539 12/27/2023
24.1.41 3,928 12/18/2023
23.2.7 632 12/6/2023
23.2.6 699 11/28/2023
23.2.5 567 11/23/2023
23.2.4 1,223 11/20/2023
23.1.44 2,526 11/6/2023
23.1.43 745 10/30/2023
23.1.42 614 10/23/2023
23.1.41 748 10/16/2023
23.1.40 731 10/10/2023
23.1.39 1,358 10/4/2023
23.1.38 3,008 9/26/2023
23.1.36 1,092 9/15/2023
22.2.12 748 9/5/2023
22.2.11 860 8/28/2023
22.2.10 758 8/22/2023
22.2.9 875 8/14/2023
22.2.8 1,318 8/7/2023
22.2.7 815 8/2/2023
22.2.5 1,102 7/27/2023
22.1.39 18,421 7/18/2023
22.1.38 869 7/11/2023
22.1.37 790 7/3/2023
22.1.36 1,134 6/28/2023
22.1.34 1,268 6/21/2023
21.2.10 1,353 6/13/2023
21.2.9 1,445 6/6/2023
21.2.8 1,393 5/30/2023
21.2.6 899 5/22/2023
21.2.5 826 5/15/2023
21.2.4 1,095 5/9/2023
21.2.3 905 5/3/2023
21.1.41 1,749 4/19/2023
21.1.39 1,289 4/10/2023
21.1.38 1,040 4/3/2023
21.1.37 5,062 3/29/2023
21.1.35 979 3/23/2023
20.4.0.54 898 3/13/2023
20.4.0.53 999 3/7/2023
20.4.0.52 870 2/28/2023
20.4.0.51 1,033 2/21/2023
20.4.0.50 952 2/14/2023
20.4.0.49 1,192 2/7/2023
20.4.0.48 1,071 2/1/2023
20.4.0.44 1,184 1/18/2023
20.4.0.43 1,003 1/10/2023
20.4.0.42 1,049 1/4/2023
20.4.0.41 896 12/29/2022
20.4.0.40 981 12/28/2022
20.4.0.38 1,056 12/21/2022
20.3.0.61 1,627 12/12/2022
20.3.0.60 3,149 12/6/2022
20.3.0.59 1,061 11/29/2022
20.3.0.58 1,314 11/22/2022
20.3.0.57 1,107 11/15/2022
20.3.0.56 2,424 11/8/2022
20.3.0.52 1,086 10/27/2022
20.3.0.50 4,407 10/18/2022
20.3.0.49 1,103 10/11/2022
20.3.0.48 11,560 10/5/2022
20.3.0.47 2,144 9/29/2022
20.2.0.50 1,796 9/20/2022
20.2.0.49 1,397 9/13/2022
20.2.0.48 1,061 9/6/2022
20.2.0.46 1,134 8/30/2022
20.2.0.45 1,227 8/23/2022
20.2.0.44 2,731 8/16/2022
20.2.0.43 6,766 8/8/2022
20.2.0.40 2,457 7/26/2022
20.2.0.39 1,090 7/19/2022
20.2.0.38 5,084 7/12/2022
20.2.0.36 1,980 6/30/2022
20.1.0.61 1,628 6/20/2022
20.1.0.60 1,091 6/14/2022
20.1.0.59 1,365 6/6/2022
20.1.0.58 1,108 5/31/2022
20.1.0.57 1,158 5/23/2022
20.1.0.56 1,127 5/17/2022
20.1.0.55 1,433 5/12/2022
20.1.0.52 1,244 5/3/2022
20.1.0.51 2,495 4/26/2022
20.1.0.50 1,356 4/19/2022
20.1.0.48 6,663 4/12/2022
20.1.0.47 1,659 4/4/2022
19.4.0.56 4,745 3/14/2022
19.4.0.55 1,629 3/8/2022
19.4.0.54 1,651 2/28/2022
19.4.0.53 3,252 2/22/2022
19.4.0.52 1,226 2/15/2022
19.4.0.50 1,468 2/8/2022
19.4.0.48 1,485 1/31/2022
19.4.0.47 1,170 1/25/2022
19.4.0.43 1,221 1/18/2022
19.4.0.42 3,858 1/11/2022
19.4.0.41 1,066 1/4/2022
19.4.0.40 1,161 12/28/2021
19.4.0.38 1,219 12/17/2021
19.3.0.59 1,211 12/14/2021
19.3.0.57 1,182 12/7/2021
19.3.0.56 1,556 11/29/2021
19.3.0.55 1,222 11/23/2021
19.3.0.54 1,137 11/17/2021
19.3.0.53 1,101 11/12/2021
19.3.0.48 1,060 11/2/2021
19.3.0.47 1,126 10/26/2021
19.3.0.46 1,097 10/19/2021
19.3.0.45 6,206 10/12/2021
19.3.0.44 1,177 10/5/2021
19.3.0.43 3,607 9/30/2021
19.2.0.62 1,468 9/13/2021
19.2.0.60 1,059 9/7/2021
19.2.0.59 5,029 8/30/2021
19.2.0.57 1,113 8/24/2021
19.2.0.56 1,800 8/17/2021
19.2.0.55 2,358 8/11/2021
19.2.0.51 1,131 8/2/2021
19.2.0.49 1,068 7/26/2021
19.2.0.48 1,025 7/19/2021
19.2.0.47 1,647 7/13/2021
19.2.0.46 1,054 7/6/2021
19.2.0.44 1,765 6/30/2021
19.1.0.69 3,466 6/14/2021
19.1.0.67 1,171 6/7/2021
19.1.0.66 1,214 5/31/2021
19.1.0.65 1,079 5/24/2021
19.1.0.64 1,044 5/19/2021
19.1.0.63 4,657 5/13/2021
19.1.0.59 1,117 5/3/2021
19.1.0.58 3,003 4/26/2021
19.1.0.57 1,181 4/20/2021
19.1.0.56 1,094 4/13/2021
19.1.0.55 1,265 4/6/2021
19.1.0.54 1,131 3/30/2021
18.4.0.49 1,315 3/22/2021
18.4.0.48 8,427 3/16/2021
18.4.0.47 1,289 3/9/2021
18.4.0.46 1,159 3/2/2021
18.4.0.44 2,040 2/23/2021
18.4.0.43 1,230 2/15/2021
18.4.0.42 1,117 2/9/2021
18.4.0.41 11,237 2/2/2021
18.4.0.39 1,104 1/28/2021
18.4.0.35 1,744 1/19/2021
18.4.0.34 1,086 1/12/2021
18.4.0.33 1,327 1/4/2021
18.4.0.32 1,229 12/30/2020
18.4.0.31 3,211 12/22/2020
18.4.0.30 1,274 12/17/2020
18.3.0.53 6,116 12/8/2020
18.3.0.52 1,145 11/30/2020
18.3.0.51 1,112 11/23/2020
18.3.0.50 1,293 11/17/2020
18.3.0.48 2,353 11/10/2020
18.3.0.47 1,641 11/5/2020
18.3.0.44 1,135 10/27/2020
18.3.0.42 1,167 10/20/2020
18.3.0.40 1,759 10/12/2020
18.3.0.38 1,293 10/7/2020
18.3.0.35 5,598 10/1/2020
18.2.0.59 4,421 9/22/2020
18.2.0.58 1,344 9/15/2020
18.2.0.57 1,196 9/8/2020
18.2.0.56 1,145 9/1/2020
18.2.0.55 1,309 8/25/2020
18.2.0.54 1,260 8/18/2020
18.2.0.48 1,238 8/4/2020
18.2.0.47 7,571 7/28/2020
18.2.0.46 1,263 7/21/2020
18.2.0.45 1,117 7/14/2020
18.2.0.44 2,773 7/6/2020
18.1.0.59 2,268 6/23/2020
18.1.0.57 1,206 6/16/2020
18.1.0.56 1,690 6/9/2020
18.1.0.55 3,939 6/2/2020
18.1.0.54 1,211 5/27/2020
18.1.0.53 1,267 5/19/2020
18.1.0.52 1,370 5/13/2020
18.1.0.48 1,445 5/5/2020
18.1.0.46 1,227 4/28/2020
18.1.0.45 1,270 4/21/2020
18.1.0.44 1,288 4/14/2020
18.1.0.43 4,205 4/7/2020
18.1.0.42 2,073 4/1/2020
18.1.0.36-beta 919 3/19/2020
17.4.0.55 2,044 3/10/2020
17.4.0.53 1,230 3/3/2020
17.4.0.51 1,310 2/25/2020
17.4.0.50 1,320 2/18/2020
17.4.0.49 1,337 2/11/2020
17.4.0.47 1,280 2/5/2020
17.4.0.46 1,550 1/30/2020
17.4.0.44 1,302 1/21/2020
17.4.0.43 1,320 1/14/2020
17.4.0.41 1,343 1/7/2020
17.4.0.40 3,238 12/24/2019
17.4.0.39 1,465 12/17/2019
17.3.0.34 1,514 12/10/2019
17.3.0.33 1,333 12/4/2019
17.3.0.30 1,716 12/3/2019
17.3.0.29 1,429 11/26/2019
17.3.0.28 2,821 11/19/2019
17.3.0.27 1,297 11/12/2019
17.3.0.26 1,905 11/5/2019
17.3.0.21 1,373 10/29/2019
17.3.0.19 1,284 10/22/2019
17.3.0.17 1,224 10/15/2019
17.3.0.14 1,436 10/3/2019
17.3.0.9-beta 1,002 9/20/2019
17.2.0.51 1,831 9/10/2019
17.2.0.49 1,327 9/3/2019
17.2.0.47 1,371 8/27/2019
17.2.0.46 1,429 8/22/2019
17.2.0.41 1,296 8/13/2019
17.2.0.40 1,328 8/6/2019
17.2.0.39 1,388 7/30/2019
17.2.0.36 3,760 7/23/2019
17.2.0.35 1,367 7/17/2019
17.2.0.34 1,457 7/11/2019
17.2.0.28-beta 1,231 6/27/2019
17.1.0.53 2,037 6/25/2019
17.1.0.52 1,900 6/18/2019
17.1.0.51 1,494 6/11/2019
17.1.0.50 1,643 6/4/2019
17.1.0.49 1,608 5/28/2019
17.1.0.48 1,948 5/21/2019
17.1.0.47 1,567 5/14/2019
17.1.0.44 1,342 5/7/2019
17.1.0.43 1,495 4/30/2019
17.1.0.42 1,487 4/23/2019
17.1.0.41 3,218 4/16/2019
17.1.0.40 1,438 4/9/2019
17.1.0.38 2,179 3/29/2019
17.1.0.32-beta 2,719 3/13/2019
16.4.0.54 5,056 2/19/2019
16.4.0.53 1,504 2/14/2019
16.4.0.52 1,688 2/5/2019
16.4.0.48 2,155 1/22/2019
16.4.0.47 1,515 1/16/2019
16.4.0.46 2,147 1/8/2019
16.4.0.44 1,545 12/24/2018
16.4.0.42 1,618 12/17/2018
16.4.0.40-beta 1,101 12/10/2018
16.3.0.36 1,777 11/27/2018
16.3.0.35-beta 1,159 11/23/2018
16.3.0.29 1,722 10/30/2018
16.3.0.21 2,955 9/21/2018