We’re happy to announce the GroupDocs.Total for Node.js via Java 26.8 release, available as of August 2026. This is the first public release of the Total suite for Node.js, delivering a unified package that bundles all on-premise GroupDocs document processing libraries—powered by Java—into a single @groupdocs/groupdocs.total dependency. It supports conversion, viewing, comparison, merging, editing, signing, annotation, redaction, metadata handling, parsing, searching, and more across 200+ file formats.

What’s new in this release

This release introduces the initial public version of GroupDocs.Total for Node.js via Java, integrating the following products:

Product Version Description
Viewer 26.5 Render documents to HTML, PDF, PNG, JPEG
Conversion 26.6 Convert between Office, PDF, images, email, and more
Comparison 26.5 Diff documents and review changes
Merger 26.4 Merge, split, reorder, and rotate pages
Editor 26.7 Edit documents through an HTML round-trip
Signature 26.5 Apply electronic and digital signatures
Annotation 25.6 Annotate PDF and Office files
Watermark 26.4 Add, search, and remove watermarks
Metadata 26.7 Read, update, and remove file metadata
Parser 26.5 Extract text, images, and structured data
Redaction 26.7 Mask or remove sensitive content
Search 26.6 Full-text index and search
Markdown 26.5 Work with Markdown documents

No additional fixes beyond the base product versions are listed in this release notes document.

Public API changes

No breaking or notable public API changes are documented for this release.

New features

This release introduces the initial public release of GroupDocs.Total for Node.js via Java, enabling full access to all included on-premise APIs through a single Node.js package.

Code example

View a DOCX as HTML using the embedded Viewer component:

const groupdocs = require('@groupdocs/groupdocs.total');
const java = require('java');

const HtmlViewOptions = java.import('com.groupdocs.viewer.options.HtmlViewOptions');
const viewer = new groupdocs.Viewer('sample.docx');
viewer.view(HtmlViewOptions.forEmbeddedResources('page_{0}.html'));
viewer.close();

How to get the update

npm

Install the package from npm:

npm i @groupdocs/groupdocs.total

Package link: https://www.npmjs.com/package/@groupdocs/groupdocs.total

Direct download

Download the package and binaries from the GroupDocs.Total for Node.js via Java download page.

Resources