- .NET Framework 4.8
- Visual Studio 2022 or later
ASP.NET MVC 5 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.
git clone https://github.com/groupdocs-total/GroupDocs.Total-for-.NET- Open
Demos/MVC/GroupDocs.Total MVC.slnin Visual Studio - Build and run
- Open http://localhost:8080/
src/
Client/ - Frontend assets (Angular bundles, CSS, images)
Controllers/ - MVC controllers
Files/ - Sample documents for each product
Products/ - Business logic per product (config, API controllers, services)
Views/ - Razor views
Web.config - Application 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.
- GroupDocs.Total for .NET WebForms
- GroupDocs.Total for Java Spring
- GroupDocs.Total for Java Dropwizard
- Product Home: GroupDocs.Total for .NET
- Documentation: GroupDocs.Total Documentation
- API References: GroupDocs API
- Download: NuGet Package
- Free Support: Forum
- Paid Support: Helpdesk
The MIT License (MIT). See the LICENSE for details.