Syncfusion.DocIO.Net.Core 21.1.35

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.DocIO.Net.Core --version 21.1.35
NuGet\Install-Package Syncfusion.DocIO.Net.Core -Version 21.1.35
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.DocIO.Net.Core" Version="21.1.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.DocIO.Net.Core --version 21.1.35
#r "nuget: Syncfusion.DocIO.Net.Core, 21.1.35"
#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.DocIO.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.DocIO.Net.Core&version=21.1.35

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

Syncfusion ASP.NET Core Word library

The Syncfusion .NET Core Word library (Essential DocIO) is a feature-rich and high-performance .NET Core Word library that is used to create, read, and edit Word documents programmatically without Microsoft Office dependencies.

ASP.NET Core Word Library

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

  • Support to create Word document from scratch.
  • Support to open (read), modify and save existing Word documents.
  • Advanced Mail merge support with different data sources.
  • Ability to create or edit Word 97-2003 and later version documents (DOCX), and convert them to commonly used file formats such as RTF, WordML, TXT, HTML and vice versa.
  • Ability to export a Word document as a PDF file.
  • Ability to create and manipulate charts, Shapes, and Group shape in DOCX and WordML format documents.
  • Ability to read and write Built-In and Custom Document Properties.
  • Ability to find and replace text with its original formatting.
  • Ability to insert Bookmarks and navigate corresponding bookmarks to insert, replace, and delete content.
  • Support to insert and edit the form fields.
  • Support to protect the document to restrict access to the elements present within the document.
  • Ability to encrypt and decrypt Word documents.
  • Support to insert and extract OLE objects.
  • 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.DocIO.Net.Core from the Package Manager Console in Visual Studio.

Try the following code example to create a Word document.

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

//Creates a new instance of WordDocument (Empty Word Document).
using (WordDocument document = new WordDocument())
{
    //Adds a section and a paragraph to the document.
    document.EnsureMinimal();
    //Appends text to the last paragraph of the document.
    document.LastParagraph.AppendText("Hello World");
    //Creates an instance of memory stream.
    using (MemoryStream stream = new MemoryStream())
    {
        //Saves the Word document to memory stream.
        document.Save(stream, FormatType.Docx);
    }
}

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 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

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

Package Downloads
Syncfusion.DocIORenderer.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion Word library is feature-rich and high-performance .NET Word library that allows you to create, manipulate and convert Word documents (DOC, DOT, DOCM, DOTM, DOCX, DOTX, RTF, and WordML), TXT, and HTML files.

Syncfusion.EJ2.WordEditor.AspNet.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion ASP.NET Core Word Processor (Document Editor) control and more.

BoldReports.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Bold Reports by Syncfusion ASP.NET Core is a server-side helper package to build ASP.NET Core Web API service that is used for Report Viewer and Report Designer controls with ASP.NET Core, Angular, and JavaScript platforms. Syncfusion Report Viewer and Report Designer controls can be integrated with ASP.NET Core platforms through this helper. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

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

Syncfusion’s export library for ASP.NET Core (Essential JS 1) contains helper functions for exporting data from grid, chart, RTE, Gantt, pivot, and spreadsheet controls into Excel, Word, and PDF formats. Key Features • UI components like grid, Gantt, tree grid, and pivot can be exported to Excel, Word, and PDF files. • Data can be imported to grid, spreadsheet, Gantt, and tree grid components from Excel files. • ICS files can be imported or exported from schedule appointments. • Multiple components can be exported into single files. Learn More https://www.syncfusion.com/jquery/aspnet-core-ui-controls Documentation https://help.syncfusion.com/aspnet-core/ Support Please contact us by creating a support ticket. Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore 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 (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.1.35 434 3/23/2023
20.4.0.54 2,365 3/13/2023
20.4.0.53 3,148 3/7/2023
20.4.0.52 4,237 2/28/2023
20.4.0.51 3,734 2/21/2023
20.4.0.50 4,367 2/14/2023
20.4.0.49 3,681 2/7/2023
20.4.0.48 8,437 2/1/2023
20.4.0.44 13,098 1/18/2023
20.4.0.43 6,598 1/10/2023
20.4.0.42 4,832 1/4/2023
20.4.0.41 3,132 12/29/2022
20.4.0.40 674 12/28/2022
20.4.0.38 7,196 12/21/2022
20.3.0.61 7,465 12/13/2022
20.3.0.60 6,092 12/6/2022
20.3.0.59 8,508 11/29/2022
20.3.0.58 4,824 11/22/2022
20.3.0.57 3,824 11/15/2022
20.3.0.56 6,768 11/8/2022
20.3.0.52 6,318 10/27/2022
20.3.0.50 9,815 10/18/2022
20.3.0.49 10,501 10/11/2022
20.3.0.48 18,330 10/5/2022
20.3.0.47 22,634 9/29/2022
20.2.0.50 8,474 9/20/2022
20.2.0.49 7,611 9/13/2022
20.2.0.48 14,006 9/6/2022
20.2.0.46 4,518 8/30/2022
20.2.0.45 11,755 8/23/2022
20.2.0.44 7,220 8/16/2022
20.2.0.43 30,616 8/8/2022
20.2.0.40 14,974 7/26/2022
20.2.0.39 5,928 7/19/2022
20.2.0.38 12,702 7/12/2022
20.2.0.36 72,892 6/30/2022
20.1.0.61 18,352 6/21/2022
20.1.0.60 10,494 6/14/2022
20.1.0.59 16,620 6/7/2022
20.1.0.58 8,873 5/31/2022
20.1.0.57 5,683 5/24/2022
20.1.0.56 24,869 5/17/2022
20.1.0.55 9,356 5/12/2022
20.1.0.52 14,623 5/3/2022
20.1.0.51 9,397 4/26/2022
20.1.0.50 10,443 4/19/2022
20.1.0.48 8,919 4/12/2022
20.1.0.47 21,940 4/4/2022
19.4.0.56 44,718 3/15/2022
19.4.0.55 14,545 3/8/2022
19.4.0.54 6,669 3/1/2022
19.4.0.53 19,330 2/22/2022
19.4.0.52 14,173 2/15/2022
19.4.0.50 12,438 2/8/2022
19.4.0.48 17,099 1/31/2022
19.4.0.47 12,389 1/25/2022
19.4.0.43 7,021 1/18/2022
19.4.0.42 25,503 1/11/2022
19.4.0.41 81,918 1/4/2022
19.4.0.40 7,624 12/28/2021
19.4.0.38 11,119 12/17/2021
19.3.0.59 11,220 12/14/2021
19.3.0.57 12,437 12/7/2021
19.3.0.56 7,019 11/30/2021
19.3.0.55 11,075 11/23/2021
19.3.0.54 4,529 11/17/2021
19.3.0.53 9,570 11/12/2021
19.3.0.48 10,945 11/2/2021
19.3.0.47 17,529 10/26/2021
19.3.0.46 8,272 10/19/2021
19.3.0.45 13,044 10/12/2021
19.3.0.44 6,071 10/5/2021
19.3.0.43 21,801 9/30/2021
19.2.0.62 30,281 9/14/2021
19.2.0.60 7,584 9/7/2021
19.2.0.59 6,279 8/31/2021
19.2.0.57 5,965 8/24/2021
19.2.0.56 8,597 8/17/2021
19.2.0.55 7,935 8/11/2021
19.2.0.51 9,525 8/2/2021
19.2.0.49 3,698 7/27/2021
19.2.0.48 9,343 7/20/2021
19.2.0.47 3,046 7/13/2021
19.2.0.46 4,678 7/6/2021
19.2.0.44 83,819 6/30/2021
19.1.0.69 9,079 6/14/2021
19.1.0.67 60,366 6/8/2021
19.1.0.66 6,947 6/1/2021
19.1.0.65 5,664 5/25/2021
19.1.0.64 5,852 5/19/2021
19.1.0.63 16,007 5/13/2021
19.1.0.59 25,659 5/4/2021
19.1.0.58 6,001 4/27/2021
19.1.0.57 5,253 4/20/2021
19.1.0.56 11,775 4/13/2021
19.1.0.55 5,763 4/6/2021
19.1.0.54 59,576 3/30/2021
18.4.0.49 17,711 3/23/2021
18.4.0.48 12,367 3/16/2021
18.4.0.47 14,394 3/9/2021
18.4.0.46 6,819 3/2/2021
18.4.0.44 15,614 2/23/2021
18.4.0.43 7,516 2/16/2021
18.4.0.42 10,187 2/9/2021
18.4.0.41 15,194 2/2/2021
18.4.0.39 18,140 1/28/2021
18.4.0.35 16,752 1/19/2021
18.4.0.34 6,052 1/12/2021
18.4.0.33 14,040 1/5/2021
18.4.0.32 7,709 12/30/2020
18.4.0.31 9,505 12/22/2020
18.4.0.30 23,633 12/17/2020
18.3.0.53 16,648 12/8/2020
18.3.0.52 16,280 11/30/2020
18.3.0.51 5,737 11/23/2020
18.3.0.50 24,989 11/17/2020
18.3.0.48 9,679 11/11/2020
18.3.0.47 34,530 11/5/2020
18.3.0.44 6,432 10/27/2020
18.3.0.42 4,924 10/20/2020
18.3.0.40 7,410 10/12/2020
18.3.0.38 6,275 10/7/2020
18.3.0.35 64,716 10/1/2020
18.2.0.59 9,134 9/22/2020
18.2.0.58 7,297 9/15/2020
18.2.0.57 46,868 9/8/2020
18.2.0.56 9,068 9/1/2020
18.2.0.55 5,589 8/25/2020
18.2.0.54 3,533 8/18/2020
18.2.0.48 10,940 8/4/2020
18.2.0.47 4,705 7/28/2020
18.2.0.46 5,948 7/21/2020
18.2.0.45 6,404 7/14/2020
18.2.0.44 17,823 7/6/2020
18.1.0.59 8,309 6/23/2020
18.1.0.57 5,515 6/16/2020
18.1.0.56 5,439 6/9/2020
18.1.0.55 7,133 6/2/2020
18.1.0.54 7,769 5/27/2020
18.1.0.53 11,061 5/19/2020
18.1.0.52 39,126 5/13/2020
18.1.0.48 6,563 5/5/2020
18.1.0.46 6,613 4/28/2020
18.1.0.45 3,745 4/21/2020
18.1.0.44 13,844 4/14/2020
18.1.0.43 4,937 4/7/2020
18.1.0.42 10,113 4/1/2020
18.1.0.36-beta 2,105 3/19/2020
17.4.0.55 26,954 3/10/2020
17.4.0.53 5,300 3/3/2020
17.4.0.51 5,436 2/25/2020
17.4.0.50 4,149 2/18/2020
17.4.0.49 6,009 2/11/2020
17.4.0.47 6,317 2/5/2020
17.4.0.46 13,496 1/30/2020
17.4.0.44 41,763 1/21/2020
17.4.0.43 3,937 1/14/2020
17.4.0.41 3,638 1/7/2020
17.4.0.40 12,228 12/24/2019
17.4.0.39 74,573 12/17/2019
17.3.0.34 5,896 12/10/2019
17.3.0.33 2,685 12/4/2019
17.3.0.30 4,359 12/3/2019
17.3.0.29 2,760 11/26/2019
17.3.0.28 3,912 11/19/2019
17.3.0.27 1,851 11/25/2019
17.3.0.26 14,707 11/5/2019
17.3.0.21 5,775 10/29/2019
17.3.0.19 15,775 10/22/2019
17.3.0.17 5,066 10/15/2019
17.3.0.14 24,121 10/3/2019
17.3.0.9-beta 39,881 9/20/2019
17.2.0.51 12,357 9/10/2019
17.2.0.49 2,974 9/3/2019
17.2.0.47 5,649 8/27/2019
17.2.0.46 4,998 8/22/2019
17.2.0.41 3,793 8/13/2019
17.2.0.40 1,910 8/6/2019
17.2.0.39 5,639 7/30/2019
17.2.0.36 6,520 7/23/2019
17.2.0.35 7,138 7/17/2019
17.2.0.34 8,678 7/11/2019
17.2.0.28-beta 2,475 6/27/2019
17.1.0.53 17,136 6/25/2019
17.1.0.52 2,592 6/18/2019
17.1.0.51 2,485 6/11/2019
17.1.0.50 8,374 6/4/2019
17.1.0.49 2,029 5/28/2019
17.1.0.48 2,296 5/21/2019
17.1.0.47 3,095 5/14/2019
17.1.0.44 2,349 5/7/2019
17.1.0.43 5,759 4/30/2019
17.1.0.42 6,285 4/23/2019
17.1.0.41 3,828 4/16/2019
17.1.0.40 2,803 4/9/2019
17.1.0.38 12,050 3/29/2019
17.1.0.32-beta 1,027 3/13/2019
16.4.0.54 16,736 2/19/2019
16.4.0.53 2,192 2/13/2019
16.4.0.52 5,615 2/5/2019
16.4.0.48 2,698 1/22/2019
16.4.0.47 12,831 1/16/2019
16.4.0.46 1,993 1/8/2019
16.4.0.44 2,324 12/24/2018
16.4.0.42 5,619 12/17/2018
16.4.0.40-beta 888 12/10/2018
16.3.0.36 2,361 11/27/2018
16.3.0.35-beta 753 11/23/2018
16.3.0.29 5,685 10/30/2018
16.3.0.21 22,739 9/21/2018