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 문서 작업

이 릴리스 노트 문서에는 기본 제품 버전 외에 추가적인 수정 사항이 나열되지 않았습니다.

Public API changes

이 릴리스에 대해 문서화된 파괴적이거나 눈에 띄는 공개 API 변경 사항은 없습니다.

New features

이 릴리스는 GroupDocs.Total for Node.js via Java초기 공개 버전을 소개하며, 단일 Node.js 패키지를 통해 포함된 모든 온프레미스 API에 완전하게 접근할 수 있게 합니다.

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

npm에서 패키지를 설치합니다:

npm i @groupdocs/groupdocs.total

패키지 링크: https://www.npmjs.com/package/@groupdocs/groupdocs.total

Direct download

GroupDocs.Total for Node.js via Java 다운로드 페이지에서 패키지와 바이너리를 다운로드합니다.

Resources