GroupDocs.Text for .NET

GroupDocs team is pleased to announce exciting new features in Front End for GroupDocs.Text for .NET API. In this new release, we are providing user ability to search text within document and extract highlighted text. Furthermore, user can now extract text from ZIP containers and password protect OneNote sections.Using this Front End, 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 New FeaturesIn this new version of GroupDocs.Text Front End we are introducing following new features:

  • Ability to search a text
  • Ability to extract highlight
  • Support for ZIP containers
  • Ability to open password-protected OneNote sections

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