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 Versie Beschrijving
Viewer 26.5 Render documenten naar HTML, PDF, PNG, JPEG
Conversion 26.6 Converteer tussen Office, PDF, afbeeldingen, e‑mail en meer
Comparison 26.5 Vergelijk documenten en bekijk wijzigingen
Merger 26.4 Samenvoegen, splitsen, herschikken en roteren van pagina’s
Editor 26.7 Bewerk documenten via een HTML round‑trip
Signature 26.5 Pas elektronische en digitale handtekeningen toe
Annotation 25.6 Annoteer PDF‑ en Office‑bestanden
Watermark 26.4 Voeg watermerken toe, zoek en verwijder watermerken
Metadata 26.7 Lees, werk bij en verwijder bestandsmetadata
Parser 26.5 Extraheer tekst, afbeeldingen en gestructureerde gegevens
Redaction 26.7 Maskeer of verwijder gevoelige inhoud
Search 26.6 Volledige‑tekst indexeren en zoeken
Markdown 26.5 Werk met Markdown‑documenten

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