GroupDocs.Text for .NET

GroupDocs team always works hard to provide great solutions for our users; in this regard we are proudly announcing UI example project for ASP.NET Developers for GroupDocs.Text for .NET API. This UI example is developed to provide a user friendly interface for working with GroupDocs.Text API. Furthermore, all functions are implemented in this example. User can simply upload file and apply features on it using tool buttons. The developers are allowed to modify the application to fulfill their own requirements. This project is available at GitHub

GroupDocs.Text Front End FeaturesFirst version of GroupDocs.Text Front End introduces the following features:

  • Text Extraction
  • Metadata Extraction
  • Extract text from columns in cells
  • Extract text from rows in cells
  • Extract text from rows and columns in cells
  • Extract table with format
  • Extract text with markdown
  • Detect document encoding
  • Count word statistics
  • Extract text from password protected document

Here is a snap shot of our sample GroupDocs.Text MVC Front End:

Pre-Requisites

  • Visual Studio 2012 or later
  • Any latest browsers (Firefox, Chrome ,IE9 or greater, Safari etc. )

Installation

  • Visual Studio 2012 or later
  • Download the code, open it in MS Visual Studio
  • Update the required or missing libraries from Nuget
  • Set License path in Global.asax.cs
  • Run the code