Syncfusion.DocIORenderer.NET 20.1.0.56

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 20.1.0.56
NuGet\Install-Package Syncfusion.DocIORenderer.NET -Version 20.1.0.56
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="20.1.0.56" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIORenderer.NET --version 20.1.0.56
#r "nuget: Syncfusion.DocIORenderer.NET, 20.1.0.56"
#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=20.1.0.56

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

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 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 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 was computed.  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. 
.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
25.1.37 61 3/26/2024
25.1.35 194 3/15/2024
24.2.9 152 3/4/2024
24.2.8 137 2/26/2024
24.2.7 242 2/19/2024
24.2.6 127 2/14/2024
24.2.5 104 2/12/2024
24.2.4 119 2/6/2024
24.2.3 126 1/31/2024
24.1.47 142 1/22/2024
24.1.46 137 1/16/2024
24.1.45 124 1/9/2024
24.1.44 230 1/3/2024
24.1.43 128 12/27/2023
24.1.41 183 12/18/2023
23.2.7 218 12/6/2023
23.2.6 168 11/28/2023
23.2.5 304 11/23/2023
23.2.4 1,300 11/20/2023
23.1.44 830 11/6/2023
23.1.43 164 10/30/2023
23.1.42 258 10/23/2023
23.1.41 177 10/16/2023
23.1.40 193 10/10/2023
23.1.39 153 10/4/2023
23.1.38 255 9/26/2023
23.1.36 307 9/15/2023
22.2.12 1,863 9/5/2023
22.2.11 236 8/28/2023
22.2.10 195 8/22/2023
22.2.9 212 8/14/2023
22.2.8 209 8/7/2023
22.2.7 309 8/2/2023
22.2.5 205 7/27/2023
22.1.39 223 7/18/2023
22.1.38 188 7/11/2023
22.1.37 215 7/3/2023
22.1.36 214 6/28/2023
22.1.34 1,275 6/21/2023
21.2.10 663 6/13/2023
21.2.9 478 6/6/2023
21.2.8 202 5/30/2023
21.2.6 215 5/22/2023
21.2.5 236 5/15/2023
21.2.4 294 5/9/2023
21.2.3 381 5/3/2023
21.1.41 276 4/19/2023
21.1.39 378 4/10/2023
21.1.38 461 4/3/2023
21.1.37 438 3/29/2023
21.1.35 589 3/23/2023
20.4.0.54 313 3/13/2023
20.4.0.53 303 3/7/2023
20.4.0.52 385 2/28/2023
20.4.0.51 404 2/21/2023
20.4.0.50 314 2/14/2023
20.4.0.49 306 2/7/2023
20.4.0.48 377 2/1/2023
20.4.0.44 547 1/18/2023
20.4.0.43 404 1/10/2023
20.4.0.42 383 1/4/2023
20.4.0.41 14,728 12/29/2022
20.4.0.40 337 12/28/2022
20.4.0.38 494 12/21/2022
20.3.0.61 406 12/13/2022
20.3.0.60 364 12/6/2022
20.3.0.59 383 11/29/2022
20.3.0.58 395 11/22/2022
20.3.0.57 429 11/15/2022
20.3.0.56 437 11/8/2022
20.3.0.52 276 10/27/2022
20.3.0.50 244 10/18/2022
20.3.0.49 167 10/11/2022
20.3.0.48 120 10/5/2022
20.3.0.47 287 9/29/2022
20.2.0.50 169 9/20/2022
20.2.0.49 256 9/13/2022
20.2.0.48 153 9/6/2022
20.2.0.46 150 8/30/2022
20.2.0.45 180 8/23/2022
20.2.0.44 158 8/16/2022
20.2.0.43 168 8/8/2022
20.2.0.40 308 7/26/2022
20.2.0.39 172 7/19/2022
20.2.0.38 162 7/12/2022
20.2.0.36 417 6/30/2022
20.1.0.61 286 6/21/2022
20.1.0.60 157 6/14/2022
20.1.0.59 153 6/7/2022
20.1.0.58 457 5/31/2022
20.1.0.57 178 5/24/2022
20.1.0.56 173 5/17/2022
20.1.0.55 302 5/12/2022
20.1.0.52 229 5/3/2022
20.1.0.51 172 4/26/2022
20.1.0.50 222 4/19/2022
20.1.0.48 175 4/12/2022
20.1.0.47 328 4/4/2022
19.4.0.56 206 3/15/2022
19.4.0.55 157 3/8/2022
19.4.0.54 176 3/1/2022
19.4.0.53 276 2/22/2022
19.4.0.52 165 2/15/2022
19.4.0.50 157 2/8/2022
19.4.0.48 250 1/31/2022
19.4.0.47 168 1/25/2022
19.4.0.43 178 1/18/2022
19.4.0.42 174 1/11/2022
19.4.0.41 184 1/4/2022
19.4.0.40 168 12/28/2021
19.4.0.38 472 12/17/2021