ASP.NET

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Getting Started > Document Viewing >

ASP.NET

The ASP.NET (Core) Document Viewer is an HTML5 based web control that supports viewing, printing, searching text in images using OCR, color inversion, and ability to work with all formats with a common GUI and API. This control can be used for both WebForms and MVC application types. PDF support includes interactive form-filling, signing, annotations, thumbnails view, bookmarks view, and general viewing tools.

 

Before you start building your application please make sure to check the below prerequisites.

Make sure you comply with the System Requirements.

Install the product.

If database caching is used, you need to install Entity Framework from the NuGet package.

 

In This Section

ASP.NET Core Web App: Application creation

Steps to add document viewing capability in your ASP.NET Core web application.

 

ASP.NET WebForms: Application creation

Steps to add document viewing capability in your ASP.NET WebForms application.

 

ASP.NET MVC: Application creation

Steps to add document viewing capability in your ASP.NET MVC application.

 

ASP.NET: Deployment

Steps to deploy the ASP.NET application.