Syncfusion.DocIORenderer.NET 28.1.36

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

// Install Syncfusion.DocIORenderer.NET as a Cake Tool
#tool nuget:?package=Syncfusion.DocIORenderer.NET&version=28.1.36                

Syncfusion® .NET Word to PDF converter library

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.

.NET 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 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 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.  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. 
.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

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.DocIORenderer.NET:

Repository Stars
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Version Downloads Last updated
28.1.37 92 12/31/2024
28.1.36 153 12/23/2024
28.1.35 296 12/18/2024
28.1.33 258 12/12/2024
27.2.5 329 12/2/2024
27.2.4 260 11/26/2024
27.2.3 214 11/22/2024
27.2.2 461 11/15/2024
27.1.58 712 11/4/2024
27.1.57 254 10/28/2024
27.1.56 914 10/23/2024
27.1.55 143 10/21/2024
27.1.53 444 10/14/2024
27.1.52 302 10/7/2024
27.1.51 380 9/30/2024
27.1.50 621 9/24/2024
27.1.48 220 9/18/2024
26.2.14 554 9/9/2024
26.2.13 679 9/5/2024
26.2.12 462 9/2/2024
26.2.11 407 8/27/2024
26.2.10 508 8/19/2024
26.2.9 233 8/12/2024
26.2.8 2,280 8/5/2024
26.2.7 211 7/29/2024
26.2.5 433 7/26/2024
26.2.4 151 7/24/2024
26.1.42 568 7/15/2024
26.1.41 375 7/8/2024
26.1.40 406 7/1/2024
26.1.39 241 6/24/2024
26.1.38 236 6/18/2024
26.1.35 353 6/11/2024
25.2.7 307 6/3/2024
25.2.6 263 5/28/2024
25.2.5 312 5/21/2024
25.2.4 248 5/14/2024
25.2.3 1,142 5/8/2024
25.1.42 5,823 4/29/2024
25.1.41 279 4/23/2024
25.1.40 306 4/15/2024
25.1.39 177 4/8/2024
25.1.38 156 4/1/2024
25.1.37 375 3/26/2024
25.1.35 353 3/15/2024
24.2.9 278 3/4/2024
24.2.8 258 2/26/2024
24.2.7 307 2/19/2024
24.2.6 170 2/14/2024
24.2.5 141 2/12/2024
24.2.4 157 2/6/2024
24.2.3 170 1/31/2024
24.1.47 237 1/22/2024
24.1.46 172 1/16/2024
24.1.45 165 1/9/2024
24.1.44 326 1/3/2024
24.1.43 165 12/27/2023
24.1.41 238 12/18/2023
23.2.7 317 12/6/2023
23.2.6 220 11/28/2023
23.2.5 346 11/23/2023
23.2.4 2,039 11/20/2023
23.1.44 1,568 11/6/2023
23.1.43 203 10/30/2023
23.1.42 300 10/23/2023
23.1.41 220 10/16/2023
23.1.40 230 10/10/2023
23.1.39 225 10/4/2023
23.1.38 302 9/26/2023
23.1.36 362 9/15/2023
22.2.12 3,115 9/5/2023
22.2.11 280 8/28/2023
22.2.10 231 8/22/2023
22.2.9 252 8/14/2023
22.2.8 248 8/7/2023
22.2.7 344 8/2/2023
22.2.5 245 7/27/2023
22.1.39 260 7/18/2023
22.1.38 224 7/11/2023
22.1.37 251 7/3/2023
22.1.36 248 6/28/2023
22.1.34 1,919 6/21/2023
21.2.10 711 6/13/2023
21.2.9 514 6/6/2023
21.2.8 236 5/30/2023
21.2.6 253 5/22/2023
21.2.5 272 5/15/2023
21.2.4 329 5/9/2023
21.2.3 421 5/3/2023
21.1.41 315 4/19/2023
21.1.39 415 4/10/2023
21.1.38 505 4/3/2023
21.1.37 476 3/29/2023
21.1.35 648 3/23/2023
20.4.0.54 352 3/13/2023
20.4.0.53 339 3/7/2023
20.4.0.52 573 2/28/2023
20.4.0.51 482 2/21/2023
20.4.0.50 351 2/14/2023
20.4.0.49 342 2/7/2023
20.4.0.48 423 2/1/2023
20.4.0.44 589 1/18/2023
20.4.0.43 450 1/10/2023
20.4.0.42 426 1/4/2023
20.4.0.41 16,085 12/29/2022
20.4.0.40 358 12/28/2022
20.4.0.38 518 12/21/2022
20.3.0.61 441 12/13/2022
20.3.0.60 403 12/6/2022
20.3.0.59 424 11/29/2022
20.3.0.58 437 11/22/2022
20.3.0.57 462 11/15/2022
20.3.0.56 478 11/8/2022
20.3.0.52 307 10/27/2022
20.3.0.50 272 10/18/2022
20.3.0.49 194 10/11/2022
20.3.0.48 143 10/5/2022
20.3.0.47 343 9/29/2022
20.2.0.50 194 9/20/2022
20.2.0.49 279 9/13/2022
20.2.0.48 174 9/6/2022
20.2.0.46 177 8/30/2022
20.2.0.45 204 8/23/2022
20.2.0.44 181 8/16/2022
20.2.0.43 191 8/8/2022
20.2.0.40 332 7/26/2022
20.2.0.39 194 7/19/2022
20.2.0.38 184 7/12/2022
20.2.0.36 477 6/30/2022
20.1.0.61 348 6/21/2022
20.1.0.60 179 6/14/2022
20.1.0.59 179 6/7/2022
20.1.0.58 483 5/31/2022
20.1.0.57 200 5/24/2022
20.1.0.56 195 5/17/2022
20.1.0.55 325 5/12/2022
20.1.0.52 252 5/3/2022
20.1.0.51 195 4/26/2022
20.1.0.50 248 4/19/2022
20.1.0.48 198 4/12/2022
20.1.0.47 360 4/4/2022
19.4.0.56 234 3/15/2022
19.4.0.55 183 3/8/2022
19.4.0.54 201 3/1/2022
19.4.0.53 300 2/22/2022
19.4.0.52 186 2/15/2022
19.4.0.50 180 2/8/2022
19.4.0.48 274 1/31/2022
19.4.0.47 190 1/25/2022
19.4.0.43 198 1/18/2022
19.4.0.42 194 1/11/2022
19.4.0.41 206 1/4/2022
19.4.0.40 191 12/28/2021
19.4.0.38 520 12/17/2021