We’re happy to announce the release of GroupDocs.Editor for Node.js via Java 26.7, available as of July 2026. This release introduces support for TrueType Collection fonts, text‑based PPT/PPS formats, and PDF editing capabilities, alongside improvements to CSS handling and spreadsheet export options. It also resolves several critical bugs affecting obfuscated assemblies, PDF pagination, and empty email document handling.

What’s new in this release

  • [New feature] Thêm hỗ trợ phông chữ TrueType Collection (EDITORNET-3019)
  • [New feature] Thêm hỗ trợ định dạng PPT và PPS dựa trên văn bản (EDITORNET-3020)
  • [Improvement] Thêm hỗ trợ các thuộc tính CSS mới (EDITORNET-3036)
  • [Improvement] Thêm hỗ trợ các chỉ thị xử lý XML và XML‑Stylesheet (EDITORNET-3037)
  • [Bug] Sửa lỗi NRE trong assembly đã được làm mờ sau khi HtmlCss được chèn (EDITORNET-3022)
  • [New feature] Triển khai tùy chọn vô hiệu hoá việc hợp nhất các ô ngang khi chuyển đổi tài liệu Spreadsheet (EDITORNET-3044)
  • [New feature] Triển khai tùy chọn vô hiệu hoá việc xuất dữ liệu hàng giả rỗng ở cuối khi chuyển đổi tài liệu Spreadsheet (EDITORNET-3045)
  • [Improvement] Loại bỏ thư viện xử lý ảnh nhúng và giảm kích thước byte của assembly cuối cùng (EDITORNET-3040)
  • [Bug] Đầu ra PDF có phân trang khác nhau sau khi chỉnh sửa và lưu DOCX (EDITORNET-3017)
  • [Bug] Sửa ngoại lệ khi tạo và chỉnh sửa tài liệu Email rỗng (EDITORNET-3061)
  • [Bug] FileNotFoundException cho Aspose.Common.Drawing 26.6 trên .NET Framework 4.6.2 (EDITORNET-3062)

Public API changes

  • Đã thêm kiểu TtcFont mới, đại diện cho phông chữ TrueType Collection (TTC) và triển khai FontResourceBase.
  • Đã thêm các phương thức setMergeEmptyAdjacentCells(boolean) / getMergeEmptyAdjacentCells() mới trong SpreadsheetEditOptions.
  • Đã thêm các phương thức setExportBogusRowData(boolean) / getExportBogusRowData() mới trong SpreadsheetEditOptions.

Both spreadsheet options are described in the corresponding article.

PDF editing

Starting from this release, GroupDocs.Editor for Node.js via Java supports editing PDF documents through the same open–edit–save pipeline as other formats: load with PdfLoadOptions, edit with PdfEditOptions (pagination, page range, skip images), and save with PdfSaveOptions (password, compliance, font embedding). See the Edit PDF guide for details and code samples.

Code example

npm i @groupdocs/groupdocs.editor@26.7.0

Or install the latest published version:

npm i @groupdocs/groupdocs.editor

How to get the update

npm

The package is available on npm:

npm i @groupdocs/groupdocs.editor@26.7.0

Direct download

Not applicable for Node.js packages.

Resources