GroupDocs.Total for Java installs a single Maven artifact that contains every GroupDocs document API. This guide shows the main features of each one, with a complete Java 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.Assembly, GroupDocs.Markdown and GroupDocs.Classification are not part of GroupDocs.Total for Java and are not covered here.
Most of these follow the same shape — open a file, do one thing, save. Two do not, and their pages
explain why: Search works on a folder rather than a file and indexes before it queries, and
Editor is a three-stage round trip through HTML rather than a single call.