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 | Framework | Path |
|---|---|---|
| MVC | ASP.NET MVC 5 | Demos/MVC |
| WebForms | ASP.NET WebForms | Demos/WebForms |
- .NET Framework 4.8
- Visual Studio 2022 or later
git clone https://github.com/groupdocs-total/GroupDocs.Total-for-.NET- Open the solution for your preferred framework in Visual Studio
- Build and run
- Open http://localhost:8080/
Note: Without a license the applications run in trial mode. You can request a temporary license.
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" />- Product Home: GroupDocs.Total for .NET
- Documentation: GroupDocs.Total Documentation
- API References: GroupDocs API
- Download: NuGet Package
- Free Support: Forum
- Paid Support: Helpdesk
- Blog: GroupDocs.Total Blog
This project is licensed under the MIT License — see the LICENSE file for details.