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:

Ürün Versiyon Açıklama
Viewer 26.5 Belgeleri HTML, PDF, PNG, JPEG formatlarına render eder
Conversion 26.6 Office, PDF, görüntüler, e‑posta ve daha fazlası arasında dönüştürme yapar
Comparison 26.5 Belgeleri karşılaştırır ve değişiklikleri inceler
Merger 26.4 Sayfaları birleştirir, böler, yeniden sıralar ve döndürür
Editor 26.7 Belgeleri HTML üzerinden düzenleme imkanı sağlar
Signature 26.5 Elektronik ve dijital imzalar ekler
Annotation 25.6 PDF ve Office dosyalarına not ekleme imkanı verir
Watermark 26.4 Filigran ekleme, arama ve kaldırma işlemlerini yapar
Metadata 26.7 Dosya meta verilerini okur, günceller ve kaldırır
Parser 26.5 Metin, görüntü ve yapılandırılmış veri çıkarır
Redaction 26.7 Hassas içeriği maskeleme veya kaldırma sağlar
Search 26.6 Tam metin indeksleme ve arama yapar
Markdown 26.5 Markdown belgeleriyle çalışır

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

Paket bağlantısı: 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