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] TrueType Collection フォントのサポートを追加 (EDITORNET-3019)
  • [New feature] テキストベースの PPT および PPS のサポートを追加 (EDITORNET-3020)
  • [Improvement] 新しい CSS プロパティのサポートを追加 (EDITORNET-3036)
  • [Improvement] XML 処理命令と XML‑Stylesheet のサポートを追加 (EDITORNET-3037)
  • [Bug] HtmlCss が注入された後の難読化アセンブリで発生する NRE を修正 (EDITORNET-3022)
  • [New feature] Spreadsheet ドキュメント変換時に水平セルの結合を無効にするオプションを実装 (EDITORNET-3044)
  • [New feature] Spreadsheet ドキュメント変換時に空のボトムボーグス行データの出力を無効にするオプションを実装 (EDITORNET-3045)
  • [Improvement] 埋め込みイメージングライブラリを除去し、最終アセンブリのバイトサイズを削減 (EDITORNET-3040)
  • [Bug] DOCX を編集して保存した後の PDF 出力でページ付けが異なる問題を修正 (EDITORNET-3017)
  • [Bug] 空の Email ドキュメント作成・編集時に発生する例外を修正 (EDITORNET-3061)
  • [Bug] .NET Framework 4.6.2 ビルドで Aspose.Common.Drawing 26.6 が見つからない例外を修正 (EDITORNET-3062)

Public API changes

  • TrueType Collection (TTC) フォントを表す新しい TtcFont 型を追加し、FontResourceBase を実装しました。
  • SpreadsheetEditOptions に新しい setMergeEmptyAdjacentCells(boolean) / getMergeEmptyAdjacentCells() メソッドを追加しました。
  • SpreadsheetEditOptions に新しい setExportBogusRowData(boolean) / getExportBogusRowData() メソッドを追加しました。

Both spreadsheet options are described in the corresponding article

PDF editing

このリリースから、GroupDocs.Editor for Node.js via Java は他のフォーマットと同様に、PdfLoadOptions でロードし、PdfEditOptions(ページ付け、ページ範囲、画像スキップ)で編集し、PdfSaveOptions(パスワード、コンプライアンス、フォント埋め込み)で保存するオープン‑エディット‑セーブ パイプラインを使用した PDF ドキュメントの編集をサポートします。詳細とコードサンプルは Edit PDF ガイドをご参照ください。

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

パッケージは npm で入手可能です:

npm i @groupdocs/groupdocs.editor@26.7.0

Direct download

Node.js パッケージには該当しません。

Resources