Syncfusion.DocIORenderer.Net.Core 23.1.36

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0
dotnet add package Syncfusion.DocIORenderer.Net.Core --version 23.1.36
NuGet\Install-Package Syncfusion.DocIORenderer.Net.Core -Version 23.1.36
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.DocIORenderer.Net.Core" Version="23.1.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIORenderer.Net.Core --version 23.1.36
#r "nuget: Syncfusion.DocIORenderer.Net.Core, 23.1.36"
#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.DocIORenderer.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.DocIORenderer.Net.Core&version=23.1.36

// Install Syncfusion.DocIORenderer.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.DocIORenderer.Net.Core&version=23.1.36

Syncfusion ASP.NET Core Word to PDF converter library

The Syncfusion .NET Core 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 Core Word to PDF Library

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.DocIORenderer.Net.Core from the Package Manager Console in Visual Studio.

Try the following code example to convert a Word document into PDF document.

using System.IO;
using Syncfusion.DocIO;
using Syncfusion.DocIO.DLS;
using Syncfusion.DocIORenderer;
using Syncfusion.Pdf;

//Opens the file as Stream.
using (FileStream docStream = new FileStream("Template.docx", FileMode.Open, FileAccess.Read))
{
    //Loads file stream into Word document.
    using (WordDocument wordDocument = new WordDocument(docStream, FormatType.Automatic))
    {
        //Instantiation of DocIORenderer for Word to PDF conversion.
        using (DocIORenderer render = new DocIORenderer())
        {
            //Converts Word document into PDF document.
            using (PdfDocument pdfDocument = render.ConvertToPDF(wordDocument))
            {
                //Saves the PDF file.
                using (MemoryStream outputStream = new MemoryStream())
                {
                    pdfDocument.Save(outputStream);
                }
            }
        }
    }
}

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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Syncfusion.DocIORenderer.Net.Core:

Package Downloads
Bnsights.Core

Package Description

I-Synergy.Framework.Documents.Syncfusion The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

I-Synergy Framework Documents with Syncfusion for .net Standard 2.0

EQP.DocumentFiller

Libreria per la gestione dei template word e stampa documenti con funzioni di rimpiazzo di specifici tag, conversione word in pdf. La libreria inoltre permette la generazione di tabelle di contenuti dinamiche (indici)

Verify.Syncfusion The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via Syncfusion.

Middt.Framework.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.1.36 1,168 9/15/2023
22.2.12 1,780 9/5/2023
22.2.11 1,548 8/28/2023
22.2.10 1,448 8/22/2023
22.2.9 9,838 8/14/2023
22.2.8 2,218 8/7/2023
22.2.7 986 8/2/2023
22.2.5 4,527 7/27/2023
22.1.39 3,988 7/18/2023
22.1.38 2,523 7/11/2023
22.1.37 3,264 7/3/2023
22.1.36 2,500 6/28/2023
22.1.34 6,735 6/21/2023
21.2.10 7,055 6/13/2023
21.2.9 5,362 6/6/2023
21.2.8 8,293 5/30/2023
21.2.6 4,139 5/22/2023
21.2.5 7,009 5/15/2023
21.2.4 4,193 5/9/2023
21.2.3 6,463 5/3/2023
21.1.41 9,794 4/19/2023
21.1.39 5,301 4/10/2023
21.1.38 5,267 4/3/2023
21.1.37 2,766 3/29/2023
21.1.35 8,713 3/23/2023
20.4.0.54 21,628 3/13/2023
20.4.0.53 9,490 3/7/2023
20.4.0.52 8,032 2/28/2023
20.4.0.51 9,554 2/21/2023
20.4.0.50 5,674 2/14/2023
20.4.0.49 5,463 2/7/2023
20.4.0.48 14,446 2/1/2023
20.4.0.44 24,803 1/18/2023
20.4.0.43 12,086 1/10/2023
20.4.0.42 6,759 1/4/2023
20.4.0.41 3,691 12/29/2022
20.4.0.40 603 12/28/2022
20.4.0.38 10,332 12/21/2022
20.3.0.61 6,133 12/13/2022
20.3.0.60 7,758 12/6/2022
20.3.0.59 9,840 11/29/2022
20.3.0.58 3,241 11/22/2022
20.3.0.57 2,539 11/15/2022
20.3.0.56 6,265 11/8/2022
20.3.0.52 8,527 10/27/2022
20.3.0.50 7,810 10/18/2022
20.3.0.49 9,917 10/11/2022
20.3.0.48 40,631 10/5/2022
20.3.0.47 34,599 9/29/2022
20.2.0.50 9,788 9/20/2022
20.2.0.49 5,054 9/13/2022
20.2.0.48 11,840 9/6/2022
20.2.0.46 2,016 8/30/2022
20.2.0.45 10,159 8/23/2022
20.2.0.44 6,233 8/16/2022
20.2.0.43 31,123 8/8/2022
20.2.0.40 12,635 7/26/2022
20.2.0.39 4,260 7/19/2022
20.2.0.38 11,334 7/12/2022
20.2.0.36 27,833 6/30/2022
20.1.0.61 22,224 6/21/2022
20.1.0.60 8,577 6/14/2022
20.1.0.59 16,179 6/7/2022
20.1.0.58 22,824 5/31/2022
20.1.0.57 4,903 5/24/2022
20.1.0.56 9,541 5/17/2022
20.1.0.55 7,141 5/12/2022
20.1.0.52 9,665 5/3/2022
20.1.0.51 8,360 4/26/2022
20.1.0.50 9,811 4/19/2022
20.1.0.48 11,300 4/12/2022
20.1.0.47 14,911 4/4/2022
19.4.0.56 39,393 3/15/2022
19.4.0.55 6,316 3/8/2022
19.4.0.54 6,238 3/1/2022
19.4.0.53 23,778 2/22/2022
19.4.0.52 13,176 2/15/2022
19.4.0.50 12,207 2/8/2022
19.4.0.48 13,811 1/31/2022
19.4.0.47 5,430 1/25/2022
19.4.0.43 4,253 1/18/2022
19.4.0.42 9,730 1/11/2022
19.4.0.41 145,921 1/4/2022
19.4.0.40 7,113 12/28/2021
19.4.0.38 11,432 12/17/2021
19.3.0.59 10,941 12/14/2021
19.3.0.57 8,424 12/7/2021
19.3.0.56 6,490 11/30/2021
19.3.0.55 8,828 11/23/2021
19.3.0.54 3,674 11/17/2021
19.3.0.53 5,662 11/12/2021
19.3.0.48 9,689 11/2/2021
19.3.0.47 18,431 10/26/2021
19.3.0.46 6,798 10/19/2021
19.3.0.45 11,507 10/12/2021
19.3.0.44 2,794 10/5/2021
19.3.0.43 10,903 9/30/2021
19.2.0.62 20,410 9/14/2021
19.2.0.60 5,777 9/7/2021
19.2.0.59 5,501 8/31/2021
19.2.0.57 4,436 8/24/2021
19.2.0.56 6,751 8/17/2021
19.2.0.55 6,189 8/11/2021
19.2.0.51 1,771 8/2/2021
19.2.0.49 2,354 7/27/2021
19.2.0.48 6,782 7/20/2021
19.2.0.47 1,406 7/13/2021
19.2.0.46 4,056 7/6/2021
19.2.0.44 6,054 6/30/2021
19.1.0.69 3,985 6/14/2021
19.1.0.67 51,887 6/8/2021
19.1.0.66 2,978 6/1/2021
19.1.0.65 3,040 5/25/2021
19.1.0.64 2,765 5/19/2021
19.1.0.63 19,755 5/13/2021
19.1.0.59 3,526 5/4/2021
19.1.0.58 2,855 4/27/2021
19.1.0.57 2,874 4/20/2021
19.1.0.56 12,132 4/13/2021
19.1.0.55 2,070 4/6/2021
19.1.0.54 57,150 3/30/2021
18.4.0.49 13,131 3/23/2021
18.4.0.48 6,519 3/16/2021
18.4.0.47 14,071 3/9/2021
18.4.0.46 3,748 3/2/2021
18.4.0.44 4,537 2/23/2021
18.4.0.43 6,355 2/16/2021
18.4.0.42 5,788 2/9/2021
18.4.0.41 11,099 2/2/2021
18.4.0.39 18,948 1/28/2021
18.4.0.35 9,769 1/19/2021
18.4.0.34 3,231 1/12/2021
18.4.0.33 5,361 1/5/2021
18.4.0.32 7,042 12/30/2020
18.4.0.31 4,060 12/22/2020
18.4.0.30 11,024 12/17/2020
18.3.0.53 7,470 12/8/2020
18.3.0.52 14,431 11/30/2020
18.3.0.51 4,455 11/23/2020
18.3.0.50 25,598 11/17/2020
18.3.0.48 8,539 11/11/2020
18.3.0.47 41,329 11/5/2020
18.3.0.44 5,449 10/27/2020
18.3.0.42 3,313 10/20/2020
18.3.0.40 3,250 10/12/2020
18.3.0.38 4,966 10/7/2020
18.3.0.35 11,244 10/1/2020
18.2.0.59 3,967 9/22/2020
18.2.0.58 3,414 9/15/2020
18.2.0.57 32,257 9/8/2020
18.2.0.56 6,636 9/1/2020
18.2.0.55 4,536 8/25/2020
18.2.0.54 2,095 8/18/2020
18.2.0.48 8,267 8/4/2020
18.2.0.47 2,142 7/28/2020
18.2.0.46 4,682 7/21/2020
18.2.0.45 2,821 7/14/2020
18.2.0.44 13,237 7/6/2020
18.1.0.59 5,567 6/23/2020
18.1.0.57 3,284 6/16/2020
18.1.0.56 4,792 6/9/2020
18.1.0.55 4,079 6/2/2020
18.1.0.54 6,523 5/27/2020
18.1.0.53 4,674 5/19/2020
18.1.0.52 3,091 5/13/2020
18.1.0.48 3,584 5/5/2020
18.1.0.46 4,745 4/28/2020
18.1.0.45 1,453 4/21/2020
18.1.0.44 10,085 4/14/2020
18.1.0.43 1,782 4/7/2020
18.1.0.42 8,104 4/1/2020
18.1.0.36-beta 1,352 3/19/2020
17.4.0.55 17,199 3/10/2020
17.4.0.53 2,535 3/3/2020
17.4.0.51 2,438 2/25/2020
17.4.0.50 2,872 2/18/2020
17.4.0.49 3,892 2/11/2020
17.4.0.47 4,883 2/5/2020
17.4.0.46 3,106 1/30/2020
17.4.0.44 43,145 1/21/2020
17.4.0.43 2,287 1/14/2020
17.4.0.41 2,689 1/7/2020
17.4.0.40 10,088 12/24/2019
17.4.0.39 14,498 12/17/2019
17.3.0.34 4,629 12/10/2019
17.3.0.33 2,416 12/4/2019
17.3.0.30 1,959 12/3/2019
17.3.0.29 1,741 11/26/2019
17.3.0.28 1,610 11/19/2019
17.3.0.27 957 11/12/2019
17.3.0.26 7,904 11/5/2019
17.3.0.21 4,223 10/29/2019
17.3.0.19 14,091 10/22/2019
17.3.0.17 1,925 10/15/2019
17.3.0.14 17,150 10/3/2019
17.3.0.9-beta 76,539 9/20/2019
17.2.0.51 9,047 9/10/2019
17.2.0.49 1,377 9/3/2019
17.2.0.47 1,544 8/27/2019
17.2.0.46 2,090 8/22/2019
17.2.0.41 1,259 8/13/2019
17.2.0.40 989 8/6/2019
17.2.0.39 3,309 7/30/2019
17.2.0.36 4,262 7/23/2019
17.2.0.35 6,662 7/17/2019
17.2.0.34 7,113 7/11/2019
17.2.0.28-beta 1,543 6/27/2019
17.1.0.53 2,594 6/25/2019
17.1.0.52 1,364 6/18/2019
17.1.0.51 1,328 6/11/2019
17.1.0.50 4,594 6/4/2019
17.1.0.49 946 5/28/2019
17.1.0.48 1,246 5/21/2019
17.1.0.47 1,717 5/14/2019
17.1.0.44 1,217 5/7/2019
17.1.0.43 1,485 4/30/2019
17.1.0.42 3,939 4/23/2019
17.1.0.41 4,202 4/16/2019
17.1.0.40 1,510 4/9/2019
17.1.0.38 2,289 3/29/2019
17.1.0.32-beta 859 3/13/2019
16.4.0.54 9,968 2/19/2019
16.4.0.53 1,135 2/13/2019
16.4.0.52 2,140 2/5/2019
16.4.0.48 1,464 1/22/2019
16.4.0.47 11,894 1/16/2019
16.4.0.46 1,076 1/8/2019
16.4.0.44 1,181 12/24/2018
16.4.0.42 3,174 12/17/2018
16.4.0.40-beta 745 12/10/2018
16.3.0.36 1,347 11/27/2018
16.3.0.35-beta 735 11/23/2018
16.3.0.29 1,551 10/30/2018
16.3.0.21 3,326 9/21/2018