Skip to content

groupdocs-total/GroupDocs.Total-for-.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GroupDocs.Total for .NET Demo Projects

NuGet Downloads

This repository contains demo web applications built with GroupDocs.Total for .NET — a comprehensive suite of document management APIs. The demos showcase document viewing, annotation, conversion, comparison, digital signatures, editing, metadata management, and full-text search.

Demo Applications

Demo Framework Path
MVC ASP.NET MVC 5 Demos/MVC
WebForms ASP.NET WebForms Demos/WebForms

System Requirements

  • .NET Framework 4.8
  • Visual Studio 2022 or later

Quick Start

git clone https://github.com/groupdocs-total/GroupDocs.Total-for-.NET
  1. Open the solution for your preferred framework in Visual Studio
  2. Build and run
  3. Open http://localhost:8080/

Note: Without a license the applications run in trial mode. You can request a temporary license.

Configuration

Both apps use appSettings in Web.config for configuration. All settings have sensible defaults — no configuration is required to run.

To override a setting, add a key to <appSettings> using the section:property format:

<appSettings>
  <add key="viewer:filesDirectory" value="C:\MyFiles\Viewer" />
  <add key="viewer:htmlMode" value="false" />
</appSettings>

License files are loaded from the Licenses/ folder by default. Override with:

<add key="application:licensePath" value="C:\path\to\license.lic" />

Resources

License

This project is licensed under the MIT License — see the LICENSE file for details.