Syncfusion.DocIORenderer.NET
21.1.35
dotnet add package Syncfusion.DocIORenderer.NET --version 21.1.35
NuGet\Install-Package Syncfusion.DocIORenderer.NET -Version 21.1.35
<PackageReference Include="Syncfusion.DocIORenderer.NET" Version="21.1.35" />
paket add Syncfusion.DocIORenderer.NET --version 21.1.35
#r "nuget: Syncfusion.DocIORenderer.NET, 21.1.35"
// Install Syncfusion.DocIORenderer.NET as a Cake Addin
#addin nuget:?package=Syncfusion.DocIORenderer.NET&version=21.1.35
// Install Syncfusion.DocIORenderer.NET as a Cake Tool
#tool nuget:?package=Syncfusion.DocIORenderer.NET&version=21.1.35
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.
Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
Key Features
- Convert Word document into PDF.
- Convert Word document to PDF with,
- Tables
- Charts
- Shapes
- Group shape in DOCX and WordML format documents
- Bookmarks
- Fields
- Form fields
- OLE objects
- Watermark
- Comments
- Footnotes and endnotes
- Content controls
- Mathematical equation
- Track changes
- Convert commonly used file formats into PDF such as,
- Support to run the DocIO applications in multi-thread and its thread safe.
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- SkiaSharp (>= 2.88.2)
- Syncfusion.Compression.NET (>= 21.1.35)
- Syncfusion.DocIO.NET (>= 21.1.35)
- Syncfusion.OfficeChart.NET (>= 21.1.35)
- Syncfusion.Pdf.NET (>= 21.1.35)
- Syncfusion.SkiaSharpHelper.NET (>= 21.1.35)
-
net6.0
- SkiaSharp (>= 2.88.2)
- Syncfusion.Compression.NET (>= 21.1.35)
- Syncfusion.DocIO.NET (>= 21.1.35)
- Syncfusion.OfficeChart.NET (>= 21.1.35)
- Syncfusion.Pdf.NET (>= 21.1.35)
- Syncfusion.SkiaSharpHelper.NET (>= 21.1.35)
-
net7.0
- SkiaSharp (>= 2.88.2)
- Syncfusion.Compression.NET (>= 21.1.35)
- Syncfusion.DocIO.NET (>= 21.1.35)
- Syncfusion.OfficeChart.NET (>= 21.1.35)
- Syncfusion.Pdf.NET (>= 21.1.35)
- Syncfusion.SkiaSharpHelper.NET (>= 21.1.35)
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 |
---|---|---|
21.1.35 | 49 | 3/23/2023 |
20.4.0.54 | 129 | 3/13/2023 |
20.4.0.53 | 116 | 3/7/2023 |
20.4.0.52 | 164 | 2/28/2023 |
20.4.0.51 | 156 | 2/21/2023 |
20.4.0.50 | 142 | 2/14/2023 |
20.4.0.49 | 140 | 2/7/2023 |
20.4.0.48 | 194 | 2/1/2023 |
20.4.0.44 | 370 | 1/18/2023 |
20.4.0.43 | 197 | 1/10/2023 |
20.4.0.42 | 204 | 1/4/2023 |
20.4.0.41 | 2,366 | 12/29/2022 |
20.4.0.40 | 179 | 12/28/2022 |
20.4.0.38 | 351 | 12/21/2022 |
20.3.0.61 | 243 | 12/13/2022 |
20.3.0.60 | 217 | 12/6/2022 |
20.3.0.59 | 228 | 11/29/2022 |
20.3.0.58 | 226 | 11/22/2022 |
20.3.0.57 | 263 | 11/15/2022 |
20.3.0.56 | 266 | 11/8/2022 |
20.3.0.52 | 220 | 10/27/2022 |
20.3.0.50 | 202 | 10/18/2022 |
20.3.0.49 | 114 | 10/11/2022 |
20.3.0.48 | 71 | 10/5/2022 |
20.3.0.47 | 214 | 9/29/2022 |
20.2.0.50 | 110 | 9/20/2022 |
20.2.0.49 | 202 | 9/13/2022 |
20.2.0.48 | 118 | 9/6/2022 |
20.2.0.46 | 104 | 8/30/2022 |
20.2.0.45 | 121 | 8/23/2022 |
20.2.0.44 | 111 | 8/16/2022 |
20.2.0.43 | 125 | 8/8/2022 |
20.2.0.40 | 259 | 7/26/2022 |
20.2.0.39 | 127 | 7/19/2022 |
20.2.0.38 | 123 | 7/12/2022 |
20.2.0.36 | 366 | 6/30/2022 |
20.1.0.61 | 151 | 6/21/2022 |
20.1.0.60 | 105 | 6/14/2022 |
20.1.0.59 | 115 | 6/7/2022 |
20.1.0.58 | 406 | 5/31/2022 |
20.1.0.57 | 136 | 5/24/2022 |
20.1.0.56 | 126 | 5/17/2022 |
20.1.0.55 | 270 | 5/12/2022 |
20.1.0.52 | 184 | 5/3/2022 |
20.1.0.51 | 133 | 4/26/2022 |
20.1.0.50 | 174 | 4/19/2022 |
20.1.0.48 | 135 | 4/12/2022 |
20.1.0.47 | 283 | 4/4/2022 |
19.4.0.56 | 142 | 3/15/2022 |
19.4.0.55 | 112 | 3/8/2022 |
19.4.0.54 | 127 | 3/1/2022 |
19.4.0.53 | 224 | 2/22/2022 |
19.4.0.52 | 119 | 2/15/2022 |
19.4.0.50 | 112 | 2/8/2022 |
19.4.0.48 | 205 | 1/31/2022 |
19.4.0.47 | 126 | 1/25/2022 |
19.4.0.43 | 137 | 1/18/2022 |
19.4.0.42 | 133 | 1/11/2022 |
19.4.0.41 | 144 | 1/4/2022 |
19.4.0.40 | 129 | 12/28/2021 |
19.4.0.38 | 411 | 12/17/2021 |