Syncfusion.DocIO.AspNet.Mvc4 26.1.40

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

// Install Syncfusion.DocIO.AspNet.Mvc4 as a Cake Tool
#tool nuget:?package=Syncfusion.DocIO.AspNet.Mvc4&version=26.1.40                

Syncfusion ASP.NET MVC Word Library

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

ASP.NET MVC 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.AspNet.Mvc4 from the Package Manager Console in Visual Studio.

Try the following code example to create a Word document.

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");
    //Saves the Word document.
    document.Save("Sample.docx", 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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, 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 Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Syncfusion.DocIO.AspNet.Mvc4:

Package Downloads
Syncfusion.AspNet.Mvc4

Syncfusion UI components for ASP.NET MVC (Essential JS 1) contain the runtime MVC #MVCVersion# assemblies for building line-of-business applications. They contain more than 70 HTML helpers, including popular controls such as data grid, chart, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET MVC Framework. Key features: • Support for all the major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • Seventeen built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode sustainable in a browser’s local storage, which helps to maintain the state for each component. • Support for strongly-typed HTML helpers that use lambda expressions to refer to models. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down list. • Support for RequireJS in all its components, which implements AMD specifications. So users can load the users-specified scripts and modules into a page. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing 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/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).

Syncfusion.AspNet.Mvc4.Pivot

The package contains the following Syncfusion pivot controls for ASP.NET MVC platform. List of controls: PivotClient: Syncfusion’s pivot client control provides support to show OLAP and relational data in both cross-tabulated and graphical formats along with rich UI options to slice and dice the reports on the fly. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pivot-client?utm_source=nuget&utm_medium=listing PivotGrid: Syncfusion’s pivot grid control allows you to read, process, and display OLAP and relational data in a cross-tabulated form. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pivot-grid?utm_source=nuget&utm_medium=listing PivotChart: Syncfusion’s pivot chart control presents a graphical representation of OLAP and relational data along with the abilities to drill up/down. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pivot-chart?utm_source=nuget&utm_medium=listing PivotTreeMap: Syncfusion’s pivot tree map helps visualize the OLAP data in the form of nested nodes in hierarchical order with the ability to drill up and down. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pivot-treemap?utm_source=nuget&utm_medium=listing PivotGauge: Syncfusion’s pivot gauge helps to plot values against goals with the help of a scale, pointers, ticks, etc., within a defined frame type. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pivot-gauge?utm_source=nuget&utm_medium=listing 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/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).

Syncfusion.DocToPdfConverter.AspNet.Mvc4

Syncfusion Word-to-PDF converter is a .NET library that allows you to convert Word documents to PDF in any ASP.NET MVC application without any Microsoft Office dependencies.

BBTRulesEngine

BBT Rules Engine

Syncfusion.EJ2.WordEditor.AspNet.Mvc4

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
27.2.5 318 12/2/2024
27.2.4 128 11/26/2024
27.2.3 116 11/22/2024
27.2.2 136 11/15/2024
27.1.58 588 11/4/2024
27.1.57 145 10/28/2024
27.1.56 163 10/23/2024
27.1.55 109 10/21/2024
27.1.53 166 10/14/2024
27.1.52 171 10/7/2024
27.1.51 152 9/30/2024
27.1.50 207 9/23/2024
27.1.48 143 9/18/2024
26.2.14 176 9/9/2024
26.2.13 407 9/5/2024
26.2.12 160 9/2/2024
26.2.11 179 8/27/2024
26.2.10 185 8/19/2024
26.2.9 171 8/12/2024
26.2.8 132 8/5/2024
26.2.7 118 7/29/2024
26.2.5 133 7/26/2024
26.2.4 135 7/24/2024
26.1.42 134 7/15/2024
26.1.41 152 7/8/2024
26.1.40 160 7/1/2024
26.1.39 149 6/24/2024
26.1.38 185 6/18/2024
26.1.35 9,680 6/11/2024
25.2.7 176 6/3/2024
25.2.6 180 5/28/2024
25.2.5 156 5/21/2024
25.2.4 161 5/14/2024
25.2.3 172 5/8/2024
25.1.42 189 4/29/2024
25.1.41 192 4/23/2024
25.1.40 165 4/15/2024
25.1.39 184 4/8/2024
25.1.38 200 4/1/2024
25.1.37 190 3/26/2024
25.1.35 238 3/15/2024
24.2.9 299 3/4/2024
24.2.8 288 2/26/2024
24.2.7 322 2/19/2024
24.2.6 348 2/14/2024
24.2.5 335 2/12/2024
24.2.4 369 2/5/2024
24.2.3 342 1/31/2024
24.1.47 386 1/22/2024
24.1.46 611 1/16/2024
24.1.45 507 1/8/2024
24.1.44 440 1/2/2024
24.1.43 456 12/27/2023
24.1.41 469 12/18/2023
23.2.7 543 12/6/2023
23.2.6 553 11/28/2023
23.2.5 505 11/23/2023
23.2.4 512 11/20/2023
23.1.44 541 11/6/2023
23.1.43 558 10/30/2023
23.1.42 708 10/23/2023
23.1.41 598 10/16/2023
23.1.40 592 10/10/2023
23.1.39 593 10/4/2023
23.1.38 600 9/26/2023
23.1.36 617 9/15/2023
22.2.12 645 9/5/2023
22.2.11 795 8/28/2023
22.2.10 635 8/22/2023
22.2.9 674 8/14/2023
22.2.8 701 8/7/2023
22.2.7 658 8/2/2023
22.2.5 676 7/27/2023
22.1.39 748 7/18/2023
22.1.38 682 7/11/2023
22.1.37 733 7/3/2023
22.1.36 693 6/28/2023
22.1.34 740 6/21/2023
21.2.10 942 6/13/2023
21.2.9 754 6/6/2023
21.2.8 800 5/30/2023
21.2.6 752 5/22/2023
21.2.5 801 5/15/2023
21.2.4 778 5/9/2023
21.2.3 802 5/3/2023
21.1.41 900 4/19/2023
21.1.39 1,049 4/10/2023
21.1.38 859 4/3/2023
21.1.37 876 3/29/2023
21.1.35 866 3/23/2023
20.4.0.54 915 3/13/2023
20.4.0.53 926 3/7/2023
20.4.0.52 918 2/28/2023
20.4.0.51 939 2/21/2023
20.4.0.50 959 2/14/2023
20.4.0.49 991 2/7/2023
20.4.0.48 980 2/1/2023
20.4.0.44 3,299 1/18/2023
20.4.0.43 3,071 1/10/2023
20.4.0.42 3,033 1/4/2023
20.4.0.41 3,056 12/29/2022
20.4.0.40 3,087 12/28/2022
20.4.0.38 3,236 12/21/2022
20.3.0.61 2,996 12/12/2022
20.3.0.60 2,996 12/6/2022
20.3.0.59 3,131 11/29/2022
20.3.0.58 3,169 11/22/2022
20.3.0.57 3,274 11/15/2022
20.3.0.56 3,332 11/8/2022
20.3.0.52 3,464 10/27/2022
20.3.0.50 3,580 10/18/2022
20.3.0.49 7,197 10/11/2022
20.3.0.48 3,611 10/5/2022
20.3.0.47 3,658 9/29/2022
20.2.0.50 3,621 9/20/2022
20.2.0.49 3,735 9/13/2022
20.2.0.48 3,725 9/6/2022
20.2.0.46 3,655 8/30/2022
20.2.0.45 3,760 8/23/2022
20.2.0.44 3,752 8/16/2022
20.2.0.43 4,209 8/8/2022
20.2.0.40 3,720 7/26/2022
20.2.0.39 3,654 7/19/2022
20.2.0.38 3,752 7/12/2022
20.2.0.36 3,910 6/30/2022
20.1.0.61 3,706 6/20/2022
20.1.0.60 3,739 6/14/2022
20.1.0.59 3,787 6/6/2022
20.1.0.58 3,789 5/31/2022
20.1.0.57 4,206 5/23/2022
20.1.0.56 3,872 5/17/2022
20.1.0.55 3,746 5/12/2022
20.1.0.52 3,833 5/3/2022
20.1.0.51 3,804 4/26/2022
20.1.0.50 3,905 4/19/2022
20.1.0.48 3,876 4/12/2022
20.1.0.47 3,809 4/4/2022
19.4.0.56 3,862 3/14/2022
19.4.0.55 4,698 3/8/2022
19.4.0.54 3,899 2/28/2022
19.4.0.53 3,890 2/22/2022
19.4.0.52 3,778 2/15/2022
19.4.0.50 3,879 2/8/2022
19.4.0.48 3,775 1/31/2022
19.4.0.47 3,861 1/25/2022
19.4.0.43 3,775 1/18/2022
19.4.0.42 3,369 1/11/2022
19.4.0.41 3,101 1/4/2022
19.4.0.40 3,114 12/28/2021
19.4.0.38 3,071 12/17/2021
19.3.0.59 3,131 12/14/2021
19.3.0.57 3,019 12/7/2021
19.3.0.56 3,695 11/29/2021
19.3.0.55 3,062 11/23/2021
19.3.0.54 3,193 11/17/2021
19.3.0.53 3,228 11/12/2021
19.3.0.48 3,386 11/3/2021
19.3.0.47 3,309 10/26/2021
19.3.0.46 3,310 10/19/2021
19.3.0.45 3,368 10/12/2021
19.3.0.44 3,361 10/5/2021
19.3.0.43 3,347 9/30/2021
19.2.0.62 3,322 9/13/2021
19.2.0.60 3,357 9/7/2021
19.2.0.59 3,846 8/30/2021
19.2.0.57 3,378 8/24/2021
19.2.0.56 3,430 8/17/2021
19.2.0.55 3,690 8/11/2021
19.2.0.51 3,383 8/2/2021
19.2.0.49 3,366 7/26/2021
19.2.0.48 3,360 7/19/2021
19.2.0.47 3,329 7/13/2021
19.2.0.46 3,339 7/6/2021
19.2.0.44 3,332 6/30/2021
19.1.0.69 3,368 6/14/2021
19.1.0.67 3,293 6/7/2021
19.1.0.66 3,334 5/31/2021
19.1.0.65 3,321 5/24/2021
19.1.0.64 3,248 5/19/2021
19.1.0.63 3,193 5/13/2021
19.1.0.59 3,312 5/3/2021
19.1.0.58 3,338 4/26/2021
19.1.0.57 3,407 4/20/2021
19.1.0.56 3,273 4/12/2021
19.1.0.55 3,395 4/6/2021
19.1.0.54 3,391 3/30/2021
18.4.0.49 4,421 3/22/2021
18.4.0.48 3,407 3/16/2021
18.4.0.47 10,931 3/9/2021
18.4.0.46 3,707 3/2/2021
18.4.0.44 3,392 2/23/2021
18.4.0.43 3,460 2/15/2021
18.4.0.42 3,392 2/9/2021
18.4.0.41 3,438 2/2/2021
18.4.0.39 3,330 1/28/2021
18.4.0.35 3,390 1/19/2021
18.4.0.34 3,293 1/12/2021
18.4.0.33 3,349 1/4/2021
18.4.0.32 3,442 12/30/2020
18.4.0.31 3,414 12/22/2020
18.4.0.30 3,605 12/17/2020
18.3.0.53 3,408 12/8/2020
18.3.0.52 3,348 11/30/2020
18.3.0.51 3,505 11/23/2020
18.3.0.50 3,489 11/17/2020
18.3.0.48 3,580 11/10/2020
18.3.0.47 3,583 11/5/2020
18.3.0.44 3,552 10/27/2020
18.3.0.42 3,651 10/20/2020
18.3.0.40 3,634 10/12/2020
18.3.0.38 3,654 10/7/2020
18.3.0.35 3,561 10/1/2020
18.2.0.59 3,695 9/22/2020
18.2.0.58 3,534 9/15/2020
18.2.0.57 3,657 9/8/2020
18.2.0.56 3,612 9/1/2020
18.2.0.55 3,797 8/25/2020
18.2.0.54 3,627 8/18/2020
18.2.0.48 3,737 8/4/2020
18.2.0.47 3,691 7/28/2020
18.2.0.46 3,593 7/21/2020
18.2.0.45 16,796 7/14/2020
18.2.0.44 9,824 7/6/2020
18.1.0.59 3,764 6/23/2020
18.1.0.57 3,765 6/16/2020
18.1.0.56 3,667 6/9/2020
18.1.0.55 3,652 6/2/2020
18.1.0.54 3,676 5/27/2020
18.1.0.53 3,758 5/19/2020
18.1.0.52 3,698 5/13/2020
18.1.0.48 3,670 5/5/2020
18.1.0.46 3,732 4/28/2020
18.1.0.45 3,715 4/21/2020
18.1.0.44 3,565 4/14/2020
18.1.0.43 3,660 4/7/2020
18.1.0.42 3,748 4/1/2020
18.1.0.36-beta 2,784 3/19/2020
17.4.0.55 3,859 3/10/2020
17.4.0.53 3,683 3/3/2020
17.4.0.51 3,661 2/25/2020
17.4.0.50 3,703 2/18/2020
17.4.0.49 3,713 2/11/2020
17.4.0.47 3,778 2/5/2020
17.4.0.46 3,744 1/30/2020
17.4.0.44 3,727 1/21/2020
17.4.0.43 3,823 1/14/2020
17.4.0.41 3,766 1/7/2020
17.4.0.40 3,766 12/24/2019
17.4.0.39 3,661 12/17/2019
17.3.0.34 3,777 12/10/2019
17.3.0.33 3,710 12/4/2019
17.3.0.30 3,674 12/3/2019
17.3.0.29 3,625 11/26/2019
17.3.0.28 3,889 11/19/2019
17.3.0.27 3,651 11/12/2019
17.3.0.26 3,803 11/5/2019
17.3.0.21 3,734 10/29/2019
17.3.0.19 3,773 10/22/2019
17.3.0.17 3,950 10/15/2019
17.3.0.14 3,711 10/3/2019
17.3.0.9-beta 2,795 9/20/2019
17.2.0.51 3,811 9/10/2019
17.2.0.49 3,797 9/3/2019
17.2.0.47 3,808 8/27/2019
17.2.0.46 3,640 8/22/2019
17.2.0.41 3,694 8/13/2019
17.2.0.40 3,728 8/6/2019
17.2.0.39 3,851 7/30/2019
17.2.0.36 3,786 7/23/2019
17.2.0.35 3,719 7/17/2019
17.2.0.34 4,007 7/11/2019
17.2.0.28-beta 2,795 6/27/2019
17.1.0.53 3,826 6/25/2019
17.1.0.52 3,833 6/18/2019
17.1.0.51 3,776 6/11/2019
17.1.0.50 3,758 6/4/2019
17.1.0.49 3,707 5/28/2019
17.1.0.48 3,785 5/21/2019
17.1.0.47 3,762 5/14/2019
17.1.0.44 3,803 5/7/2019
17.1.0.43 3,992 4/30/2019
17.1.0.42 4,014 4/23/2019
17.1.0.41 3,774 4/16/2019
17.1.0.40 3,774 4/9/2019
17.1.0.38 3,822 3/29/2019
17.1.0.32-beta 2,943 3/13/2019
16.4.0.54 3,858 2/19/2019
16.4.0.53 3,864 2/14/2019
16.4.0.52 3,998 2/5/2019
16.4.0.48 3,805 1/22/2019
16.4.0.47 4,340 1/16/2019
16.4.0.46 3,898 1/8/2019
16.4.0.44 3,832 12/24/2018
16.4.0.42 3,885 12/17/2018
16.4.0.40-beta 3,037 12/10/2018
16.3.0.36 8,918 11/27/2018
16.3.0.35-beta 3,010 11/23/2018
16.3.0.29 4,324 10/30/2018
16.3.0.21 6,211 9/21/2018