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:

製品 バージョン 説明
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.

Resources