Create/Edit PDF, DOC, XLS & PPT Files in ASP.NET MVC Using Aspose.Total

sherazam77

Well-known member
Joined
Apr 29, 2011
Messages
300
Location
Lane Cove, New South Wales
This tutorial explains how to incorporate file creation and manipulation features in ASP.NET MVC applications using Aspose.Total for .NET. ASP.NET MVC is used to build patterns-based web applications in an agile development environment, while Aspose.Total for .NET provides everything to plug-in the features to create and manipulate a variety of documents. Using our .NET product suite, you can add and edit PDF, Word, Excel, PowerPoint, bar code, TIFF, and many other file formats in your applications.
This tutorial is based upon a sample MVC application called MvcMusicStore. We’ll build our demo upon this sample project and create bar codes, PDF, Word, Excel and PowerPoint files in the application. The sample project allows us to view details of an album from the music store. We’ll add a bar code along with each album using Aspose.BarCode for .NET. We’ll also convert the data from the album detail to the PDF, DOC, XLS, and PPT formats using Aspose.Pdf for .NET, Aspose.Words for .NET, Aspose.Cells for .NET and Aspose.Slides for .NET respectively.

In this tutorial, we’ll perform the following steps:

• Overview of the demo application
• Add reference to the Aspose components
• Add Aspose license file in the application
• Create a new Model to handle the code of Aspose products
• Create a new Controller to manage Actions related to Aspose products
• Modify StoreController to integrate Aspose code with the application
• Modify Details View to add bar code and buttons to generate files
• Add code to generate bar codes using Aspose.BarCode for .NET
• Add code to create PDF, DOC, XLS, and PPT files

Please view the following video tutorial to learn how you can use Aspose products for .NET platform with ASP.NET MVC:

About Aspose.Total for .NET

Aspose.Total for .NET is a compilation of all of the .NET components offered by Aspose. It is compiled on a daily basis to contain all existing & potential .NET components released by Aspose. Using Aspose.Total for .NET, developers can create a large variety of applications leveraging the power of different Aspose components included as part of the Aspose.Total for .NET suite. Furthermore, if any new components are released within a year of your purchase - you will receive them absolutely free.

More about Aspose Products

- Aspose.Total for .NET: http://www.aspose.com/categories/.net-components/aspose.total-for-.net/default.aspx

- ASP.NET MVC 3: http://www.asp.net/mvc

- Watch Video Tutorial Overview and Generate Bar Codes: http://www.youtube.com/watch?v=Tqg_72rvljU

- Watch Video Tutorial Create PDF and Office Documents: http://www.youtube.com/watch?v=UiqfnrzyCfo

Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
 
Back
Top