Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

GroupDocs.Total for .NET WebForms Demo

GitHub license

System Requirements

  • .NET Framework 4.8
  • Visual Studio 2022 or later

Overview

ASP.NET WebForms demo application showcasing GroupDocs.Total for .NET document manipulation capabilities:

  • Document viewing (GroupDocs.Viewer)
  • Annotation (GroupDocs.Annotation)
  • Digital signatures (GroupDocs.Signature)
  • Document comparison (GroupDocs.Comparison)
  • Document conversion (GroupDocs.Conversion)
  • Document editing (GroupDocs.Editor)
  • Metadata management (GroupDocs.Metadata)
  • Full-text search (GroupDocs.Search)

Note: Without a license the application runs in trial mode. You can request a temporary license.

How to Run

git clone https://github.com/groupdocs-total/GroupDocs.Total-for-.NET
  1. Open Demos/WebForms/GroupDocs.Total.WebForms.sln in Visual Studio
  2. Build and run
  3. Open http://localhost:8080/

Project Structure

src/
  client/          - Frontend assets (Angular bundles, CSS, images)
  Files/           - Sample documents for each product
  Pages/           - ASPX pages (routed to clean URLs via RouteConfig)
  Products/        - Business logic per product (config, API controllers, services)
  Web.config       - Application configuration

Configuration

Settings use appSettings in Web.config with section:property keys. All settings have sensible defaults.

<appSettings>
  <add key="viewer:filesDirectory" value="C:\MyFiles\Viewer" />
  <add key="application:licensePath" value="C:\path\to\license.lic" />
</appSettings>

By default, license files are loaded from the Licenses/ folder.

Other Demo Apps

Resources

License

The MIT License (MIT). See the LICENSE for details.