![]() |
VOOZH | about |
Syncfusion.DocIORenderer.Net.Core
Additional DetailsThis ASP.NET Web Form platform is Deprecated, you can use the same product from ASP.NET Core platform
dotnet add package Syncfusion.DocToPDFConverter.AspNet --version 22.1.34
NuGet\Install-Package Syncfusion.DocToPDFConverter.AspNet -Version 22.1.34
<PackageReference Include="Syncfusion.DocToPDFConverter.AspNet" Version="22.1.34" />
<PackageVersion Include="Syncfusion.DocToPDFConverter.AspNet" Version="22.1.34" />Directory.Packages.props
<PackageReference Include="Syncfusion.DocToPDFConverter.AspNet" />Project file
paket add Syncfusion.DocToPDFConverter.AspNet --version 22.1.34
#r "nuget: Syncfusion.DocToPDFConverter.AspNet, 22.1.34"
#:package Syncfusion.DocToPDFConverter.AspNet@22.1.34
#addin nuget:?package=Syncfusion.DocToPDFConverter.AspNet&version=22.1.34Install as a Cake Addin
#tool nuget:?package=Syncfusion.DocToPDFConverter.AspNet&version=22.1.34Install as a Cake Tool
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 Word To PDF Converter
Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion .NET Word library NuGet by simply running the command Install-Package Syncfusion.DocToPDFConverter.AspNet 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.
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.
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.
| www.syncfusion.com | Toll Free: 1-888-9 DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 is compatible. net452 net452 was computed. net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 22.1.34 | 27,822 | 6/21/2023 | 22.1.34 is deprecated because it is no longer maintained. |
| 21.2.10 | 39,283 | 6/12/2023 | |
| 21.2.9 | 22,841 | 6/6/2023 | |
| 21.2.8 | 18,870 | 5/30/2023 | |
| 21.2.6 | 18,847 | 5/22/2023 | |
| 21.2.5 | 18,828 | 5/15/2023 | |
| 21.2.4 | 18,832 | 5/9/2023 | |
| 21.2.3 | 19,421 | 5/3/2023 | |
| 21.1.41 | 18,990 | 4/19/2023 | |
| 21.1.39 | 19,896 | 4/10/2023 | |
| 21.1.38 | 18,971 | 4/3/2023 | |
| 21.1.37 | 18,820 | 3/29/2023 | |
| 21.1.35 | 19,053 | 3/23/2023 | |
| 20.4.0.54 | 20,586 | 3/13/2023 | |
| 20.4.0.53 | 19,284 | 3/7/2023 | |
| 20.4.0.52 | 23,689 | 2/28/2023 | |
| 20.4.0.51 | 19,139 | 2/21/2023 | |
| 20.4.0.50 | 18,954 | 2/14/2023 | |
| 20.4.0.44 | 28,168 | 1/18/2023 | |
| 20.4.0.43 | 20,809 | 1/10/2023 |