GroupDocs.Total for Node.js via Java installs a single npm package that contains every GroupDocs document API. This guide shows the main features of each one, with a complete JavaScript 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 and GroupDocs.Classification are not part of GroupDocs.Total for Node.js via 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.
Note
Main entry points (Viewer, Converter, Comparer, and the rest) are exported from @groupdocs/groupdocs.total. Options and helper classes are loaded with java.import('fully.qualified.ClassName') after you have imported the package.