GroupDocs.Total for .NET installs a single package that contains every GroupDocs document API. This guide shows the main features of each one, with a complete C# example per feature that you can copy and run as-is — each comes with the sample file it reads and the file it produces.
These pages are a starting point, not a reference. Once you know which API you need, follow the Learn more links at the bottom of each page to that product’s own documentation, where every option is documented in full.
GroupDocs.Classification is not part of GroupDocs.Total and is not covered here.
Most of these follow the same shape — open a file, do one thing, save. Three do not, and their pages
explain why: Search works on a folder rather than a file and indexes before it queries,
Assembly needs a template you author first, and Editor is a three-stage round trip through
HTML rather than a single call.