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
| Product | Version | Description |
|---|---|---|
| Viewer | 26.5 | Renderuje dokumenty do HTML, PDF, PNG, JPEG |
| Conversion | 26.6 | Konwertuje pomiędzy Office, PDF, obrazami, e‑mailami i innymi formatami |
| Comparison | 26.5 | Porównuje dokumenty i przegląda zmiany |
| Merger | 26.4 | Łączy, dzieli, zmienia kolejność i obraca strony |
| Editor | 26.7 | Edytuje dokumenty poprzez cykl HTML |
| Signature | 26.5 | Nakłada podpisy elektroniczne i cyfrowe |
| Annotation | 25.6 | Dodaje adnotacje do plików PDF i Office |
| Watermark | 26.4 | Dodaje, wyszukuje i usuwa znaki wodne |
| Metadata | 26.7 | Odczytuje, aktualizuje i usuwa metadane plików |
| Parser | 26.5 | Wyodrębnia tekst, obrazy i dane strukturalne |
| Redaction | 26.7 | Maskuje lub usuwa wrażliwe treści |
| Search | 26.6 | Indeksuje i przeszukuje pełny tekst |
| Markdown | 26.5 | Pracuje z dokumentami Markdown |
No additional fixes beyond the base product versions are listed in this release notes document.
Public API changes
Nie zgłoszono żadnych łamiących lub istotnych zmian w publicznym API w tej wersji.
New features
Ta wersja wprowadza pierwsze publiczne wydanie GroupDocs.Total for Node.js via Java, umożliwiając pełny dostęp do wszystkich włączonych on‑premise API za pośrednictwem jednego pakietu Node.js.
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
Zainstaluj pakiet z npm:
npm i @groupdocs/groupdocs.total
Package link: https://www.npmjs.com/package/@groupdocs/groupdocs.total
Direct download
Pobierz pakiet i pliki binarne ze strony pobierania GroupDocs.Total for Node.js via Java.