We’re happy to announce the GroupDocs.Total for Node.js via Java 26.8 release, available as of серпня 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 | Версія | Опис |
|---|---|---|
| Viewer | 26.5 | Рендеринг документів у HTML, PDF, PNG, JPEG |
| Conversion | 26.6 | Конвертація між Office, PDF, зображеннями, електронною поштою та іншим |
| Comparison | 26.5 | Порівняння документів та перегляд змін |
| Merger | 26.4 | Об’єднання, розділення, перестановка та обертання сторінок |
| Editor | 26.7 | Редагування документів через HTML‑циклічний процес |
| Signature | 26.5 | Додавання електронних та цифрових підписів |
| Annotation | 25.6 | Анотування PDF та Office‑файлів |
| Watermark | 26.4 | Додавання, пошук та видалення водяних знаків |
| Metadata | 26.7 | Читання, оновлення та видалення метаданих файлів |
| Parser | 26.5 | Витяг тексту, зображень та структурованих даних |
| Redaction | 26.7 | Маскування або видалення конфіденційного вмісту |
| Search | 26.6 | Повнотекстовий індекс та пошук |
| Markdown | 26.5 | Робота з документами Markdown |
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.