Syncfusion.DocIORenderer.Net.Core 29.1.33

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

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 license 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 (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 was computed.  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 was computed.  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.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

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

Package Downloads
Bnsights.Core

Package Description

I-Synergy.Framework.Documents.Syncfusion

I-Synergy Framework Documents with Syncfusion

Verify.Syncfusion

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

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)

Middt.Framework.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
29.1.35 0 12 hours ago
29.1.33 1,445 7 days ago
28.2.12 2,702 13 days ago
28.2.11 5,252 22 days ago
28.2.9 4,189 a month ago
28.2.7 2,432 a month ago
28.2.6 4,673 a month ago
28.2.5 5,598 2 months ago
28.2.4 8,107 2 months ago
28.2.3 9,110 2 months ago
28.1.41 7,386 2 months ago
28.1.39 9,048 3 months ago
28.1.38 4,001 3 months ago
28.1.37 5,657 3 months ago
28.1.36 2,676 3 months ago
28.1.35 12,297 3 months ago
28.1.33 15,811 4 months ago
27.2.5 14,696 4 months ago
27.2.4 11,043 4 months ago
27.2.3 6,159 4 months ago
27.2.2 16,180 5 months ago
27.1.58 17,494 5 months ago
27.1.57 12,070 5 months ago
27.1.56 8,802 5 months ago
27.1.55 2,479 5 months ago
27.1.53 17,392 6 months ago
27.1.52 12,672 6 months ago
27.1.51 17,416 6 months ago
27.1.50 7,979 6 months ago
27.1.48 11,331 6 months ago
26.2.14 18,028 7 months ago
26.2.13 14,202 7 months ago
26.2.12 5,774 7 months ago
26.2.11 14,880 7 months ago
26.2.10 9,478 7 months ago
26.2.9 13,926 8 months ago
26.2.8 6,415 8 months ago
26.2.7 19,277 8 months ago
26.2.5 14,581 8 months ago
26.2.4 8,277 8 months ago
26.1.42 48,647 9 months ago
26.1.41 9,403 9 months ago
26.1.40 6,524 9 months ago
26.1.39 20,217 9 months ago
26.1.38 8,165 9 months ago
26.1.35 19,397 10 months ago
25.2.7 27,790 10 months ago
25.2.6 17,636 5/28/2024
25.2.5 18,797 5/21/2024
25.2.4 11,990 5/14/2024
25.2.3 9,809 5/8/2024
25.1.42 16,074 4/29/2024
25.1.41 4,060 4/23/2024
25.1.40 26,846 4/15/2024
25.1.39 15,802 4/8/2024
25.1.38 23,748 4/1/2024
25.1.37 3,141 3/26/2024
25.1.35 35,613 3/15/2024
24.2.9 20,710 3/4/2024
24.2.8 12,990 2/26/2024
24.2.7 23,881 2/19/2024
24.2.6 12,559 2/14/2024
24.2.5 723 2/12/2024
24.2.4 7,396 2/6/2024
24.2.3 12,103 1/31/2024
24.1.47 15,489 1/23/2024
24.1.46 6,045 1/16/2024
24.1.45 14,969 1/9/2024
24.1.44 9,161 1/3/2024
24.1.43 6,866 12/27/2023
24.1.41 45,774 12/18/2023
23.2.7 50,545 12/6/2023
23.2.6 16,035 11/28/2023
23.2.5 3,842 11/23/2023
23.2.4 11,340 11/20/2023
23.1.44 17,328 11/6/2023
23.1.43 6,977 10/30/2023
23.1.42 15,036 10/23/2023
23.1.41 19,272 10/16/2023
23.1.40 22,278 10/10/2023
23.1.39 10,636 10/4/2023
23.1.38 6,996 9/26/2023
23.1.36 61,943 9/15/2023
22.2.12 23,335 9/5/2023
22.2.11 5,655 8/28/2023
22.2.10 7,530 8/22/2023
22.2.9 17,986 8/14/2023
22.2.8 5,505 8/7/2023
22.2.7 4,630 8/2/2023
22.2.5 16,916 7/27/2023
22.1.39 16,395 7/18/2023
22.1.38 7,558 7/11/2023
22.1.37 5,288 7/3/2023
22.1.36 13,810 6/28/2023
22.1.34 20,227 6/21/2023
21.2.10 13,524 6/13/2023
21.2.9 7,252 6/6/2023
21.2.8 15,173 5/30/2023
21.2.6 18,476 5/22/2023
21.2.5 19,132 5/15/2023
21.2.4 10,317 5/9/2023
21.2.3 8,600 5/3/2023
21.1.41 43,178 4/19/2023
21.1.39 16,528 4/10/2023
21.1.38 9,289 4/3/2023
21.1.37 3,785 3/29/2023
21.1.35 15,118 3/23/2023
20.4.0.54 103,634 3/13/2023
20.4.0.53 11,256 3/7/2023
20.4.0.52 12,103 2/28/2023
20.4.0.51 15,162 2/21/2023
20.4.0.50 7,093 2/14/2023
20.4.0.49 10,170 2/7/2023
20.4.0.48 19,416 2/1/2023
20.4.0.44 66,993 1/18/2023
20.4.0.43 24,477 1/10/2023
20.4.0.42 12,687 1/4/2023
20.4.0.41 4,774 12/29/2022
20.4.0.40 873 12/28/2022
20.4.0.38 16,592 12/21/2022
20.3.0.61 11,401 12/13/2022
20.3.0.60 9,286 12/6/2022
20.3.0.59 12,215 11/29/2022
20.3.0.58 4,450 11/22/2022
20.3.0.57 2,919 11/15/2022
20.3.0.56 9,581 11/8/2022
20.3.0.52 17,971 10/27/2022
20.3.0.50 19,371 10/18/2022
20.3.0.49 11,156 10/11/2022
20.3.0.48 46,053 10/5/2022
20.3.0.47 51,005 9/29/2022
20.2.0.50 14,689 9/20/2022
20.2.0.49 6,542 9/13/2022
20.2.0.48 16,440 9/6/2022
20.2.0.46 2,408 8/30/2022
20.2.0.45 12,159 8/23/2022
20.2.0.44 11,143 8/16/2022
20.2.0.43 43,683 8/8/2022
20.2.0.40 15,185 7/26/2022
20.2.0.39 7,098 7/19/2022
20.2.0.38 12,717 7/12/2022
20.2.0.36 34,798 6/30/2022
20.1.0.61 39,925 6/21/2022
20.1.0.60 10,912 6/14/2022
20.1.0.59 23,323 6/7/2022
20.1.0.58 45,838 5/31/2022
20.1.0.57 5,930 5/24/2022
20.1.0.56 10,011 5/17/2022
20.1.0.55 10,690 5/12/2022
20.1.0.52 13,304 5/3/2022
20.1.0.51 11,500 4/26/2022
20.1.0.50 10,270 4/19/2022
20.1.0.48 17,247 4/12/2022
20.1.0.47 21,414 4/4/2022
19.4.0.56 44,986 3/15/2022
19.4.0.55 8,470 3/8/2022
19.4.0.54 7,482 3/1/2022
19.4.0.53 48,060 2/22/2022
19.4.0.52 16,731 2/15/2022
19.4.0.50 13,147 2/8/2022
19.4.0.48 17,593 1/31/2022
19.4.0.47 6,217 1/25/2022
19.4.0.43 4,924 1/18/2022
19.4.0.42 11,260 1/11/2022
19.4.0.41 355,023 1/4/2022
19.4.0.40 11,503 12/28/2021
19.4.0.38 29,859 12/17/2021
19.3.0.59 13,150 12/14/2021
19.3.0.57 8,897 12/7/2021
19.3.0.56 6,801 11/30/2021
19.3.0.55 11,517 11/23/2021
19.3.0.54 4,021 11/17/2021
19.3.0.53 15,086 11/12/2021
19.3.0.48 13,171 11/2/2021
19.3.0.47 19,687 10/26/2021
19.3.0.46 7,131 10/19/2021
19.3.0.45 12,469 10/12/2021
19.3.0.44 3,173 10/5/2021
19.3.0.43 15,902 9/30/2021
19.2.0.62 33,598 9/14/2021
19.2.0.60 6,092 9/7/2021
19.2.0.59 8,478 8/31/2021
19.2.0.57 4,744 8/24/2021
19.2.0.56 7,335 8/17/2021
19.2.0.55 6,739 8/11/2021
19.2.0.51 2,505 8/2/2021
19.2.0.49 3,093 7/27/2021
19.2.0.48 8,220 7/20/2021
19.2.0.47 1,758 7/13/2021
19.2.0.46 4,456 7/6/2021
19.2.0.44 6,587 6/30/2021
19.1.0.69 6,087 6/14/2021
19.1.0.67 62,343 6/8/2021
19.1.0.66 3,258 6/1/2021
19.1.0.65 5,029 5/25/2021
19.1.0.64 3,282 5/19/2021
19.1.0.63 33,268 5/13/2021
19.1.0.59 4,104 5/4/2021
19.1.0.58 4,567 4/27/2021
19.1.0.57 3,157 4/20/2021
19.1.0.56 15,774 4/13/2021
19.1.0.55 2,490 4/6/2021
19.1.0.54 76,013 3/30/2021
18.4.0.49 17,473 3/23/2021
18.4.0.48 7,316 3/16/2021
18.4.0.47 20,186 3/9/2021
18.4.0.46 4,157 3/2/2021
18.4.0.44 5,602 2/23/2021
18.4.0.43 8,463 2/16/2021
18.4.0.42 6,632 2/9/2021
18.4.0.41 14,886 2/2/2021
18.4.0.39 22,809 1/28/2021
18.4.0.35 10,561 1/19/2021
18.4.0.34 3,524 1/12/2021
18.4.0.33 11,788 1/5/2021
18.4.0.32 7,649 12/30/2020
18.4.0.31 7,660 12/22/2020
18.4.0.30 11,702 12/17/2020
18.3.0.53 8,308 12/8/2020
18.3.0.52 18,500 11/30/2020
18.3.0.51 5,003 11/23/2020
18.3.0.50 28,592 11/17/2020
18.3.0.48 9,906 11/11/2020
18.3.0.47 71,154 11/5/2020
18.3.0.44 6,035 10/27/2020
18.3.0.42 3,954 10/20/2020
18.3.0.40 3,805 10/12/2020
18.3.0.38 5,253 10/7/2020
18.3.0.35 11,581 10/1/2020
18.2.0.59 4,698 9/22/2020
18.2.0.58 4,872 9/15/2020
18.2.0.57 32,531 9/8/2020
18.2.0.56 7,843 9/1/2020
18.2.0.55 5,285 8/25/2020
18.2.0.54 2,329 8/18/2020
18.2.0.48 9,155 8/4/2020
18.2.0.47 2,441 7/28/2020
18.2.0.46 4,939 7/21/2020
18.2.0.45 3,177 7/14/2020
18.2.0.44 13,826 7/6/2020
18.1.0.59 7,293 6/23/2020
18.1.0.57 4,371 6/16/2020
18.1.0.56 6,766 6/9/2020
18.1.0.55 4,322 6/2/2020
18.1.0.54 6,788 5/27/2020
18.1.0.53 4,929 5/19/2020
18.1.0.52 3,473 5/13/2020
18.1.0.48 4,408 5/5/2020
18.1.0.46 8,598 4/28/2020
18.1.0.45 1,696 4/21/2020
18.1.0.44 10,692 4/14/2020
18.1.0.43 2,068 4/7/2020
18.1.0.42 8,404 4/1/2020
18.1.0.36-beta 1,578 3/19/2020
17.4.0.55 20,074 3/10/2020
17.4.0.53 2,836 3/3/2020
17.4.0.51 2,730 2/25/2020
17.4.0.50 3,136 2/18/2020
17.4.0.49 4,671 2/11/2020
17.4.0.47 6,282 2/5/2020
17.4.0.46 3,386 1/30/2020
17.4.0.44 49,437 1/21/2020
17.4.0.43 2,539 1/14/2020
17.4.0.41 4,236 1/7/2020
17.4.0.40 16,478 12/24/2019
17.4.0.39 16,606 12/17/2019
17.3.0.34 5,174 12/10/2019
17.3.0.33 3,241 12/4/2019
17.3.0.30 2,204 12/3/2019
17.3.0.29 2,012 11/26/2019
17.3.0.28 1,852 11/19/2019
17.3.0.27 1,200 11/12/2019
17.3.0.26 8,507 11/5/2019
17.3.0.21 4,493 10/29/2019
17.3.0.19 14,459 10/22/2019
17.3.0.17 2,170 10/15/2019
17.3.0.14 19,138 10/3/2019
17.3.0.9-beta 76,763 9/20/2019
17.2.0.51 9,627 9/10/2019
17.2.0.49 1,620 9/3/2019
17.2.0.47 1,796 8/27/2019
17.2.0.46 2,342 8/22/2019
17.2.0.41 1,492 8/13/2019
17.2.0.40 1,258 8/6/2019
17.2.0.39 8,894 7/30/2019
17.2.0.36 4,511 7/23/2019
17.2.0.35 7,405 7/17/2019
17.2.0.34 7,417 7/11/2019
17.2.0.28-beta 1,782 6/27/2019
17.1.0.53 3,193 6/25/2019
17.1.0.52 1,608 6/18/2019
17.1.0.51 1,569 6/11/2019
17.1.0.50 4,847 6/4/2019
17.1.0.49 1,191 5/28/2019
17.1.0.48 1,502 5/21/2019
17.1.0.47 1,969 5/14/2019
17.1.0.44 1,466 5/7/2019
17.1.0.43 1,754 4/30/2019
17.1.0.42 4,426 4/23/2019
17.1.0.41 6,603 4/16/2019
17.1.0.40 1,739 4/9/2019
17.1.0.38 2,544 3/29/2019
17.1.0.32-beta 1,086 3/13/2019
16.4.0.54 10,335 2/19/2019
16.4.0.53 1,397 2/13/2019
16.4.0.52 2,422 2/5/2019
16.4.0.48 1,832 1/22/2019
16.4.0.47 12,178 1/16/2019
16.4.0.46 1,357 1/8/2019
16.4.0.44 1,441 12/24/2018
16.4.0.42 4,329 12/17/2018
16.4.0.40-beta 991 12/10/2018
16.3.0.36 1,617 11/27/2018
16.3.0.35-beta 967 11/23/2018
16.3.0.29 1,840 10/30/2018
16.3.0.21 4,195 9/21/2018