Aspose Export to Word for ASP.NET MVC
Aspose.Words Export To Word for ASP.NET MVC allows ASP.NET developers to add “Export To Word” feature to their MVC website projects with few steps. Export to Word allows website users to download any webpage into Microsoft Word or Open Office Document. This module demonstrates the powerful document building feature by Aspose.Word
.
Major features of this Addon are:
- Lets developers add “Export To Word” feature in few basic steps.
- Allows website users to Get an offline copy of their favorite online content for editing, sharing and printing in the popular DOC format.
- The generated Word processing document can then be opened using any Word Processing Application such as Microsoft Word or Apache OpenOffice etc.
System Requirements and Supported Platforms
System Requirements
In order to install and use Aspose Export to Word for ASP.NET MVC you need to have one of the following installed.
- Microsoft Visual Studio
- ASP.NET MVC 4+
Please feel free to contact us if you find any issues in installing or using this Add-on.
Supported Platforms
This addon will work with ASP.NET MVC 4+:
- Microsoft Visual Studio
- ASP.NET MVC 4+
Downloading
You can download the latest solution for Microsoft Visual Studio at Github.
Installation and Usage
Test a running demonstration
- Step 1 – Download
Aspose.MVC.ExportToWord
Project. - Step 2 – Open
Aspose.MVC.ExportToWord
Project - Step 3 – Resolve “References” and run the project
Embed “Export to Word” to an Existing Project
- Step 1 – Download
Aspose.MVC.ExportToWord
Project. - Step 2 – Open your existing ASP.NET MVC Solution / Project.
- Step 3 – Copy “Controllers/ExportToWordController.cs” to your projects “Controllers” folder.
- Step 4 – Add link to “ExportToWord” controller in your desired view. e.g <a href="@Url.Action(“Index”,“ExportToWord”)">Export To Word</a>
Video Demo
Please check the video below to see the module in action.
Support, Extend and Contribute
Support
We offer free support. Anyone who uses our product, whether they have bought them or are using an evaluation, deserves our full attention and respect.
You can log any issues or suggestions related to Aspose Export to Word for ASP.NET MVC using any of the following platforms:
Extend and Contribute
Source Code
You can download the latest source code at:
How to configure source code
You need to have the following installed in order to open and extend the source code
- Visual Studio 2010 or higher
- ASP.NET MVC 4+
Please follow these simple steps to get started
- Download/Clone the source code.
- Open Visual Studio 2010 and Choose File > Open Project
- Browse to the latest source code that you have downloaded and open Aspose.MVC.ExportToWord.csproj