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 后混淆程序集中的空引用异常 (EDITORNET-3022)
  • [New feature] 实现选项以在转换 Spreadsheet 文档时禁用水平单元格合并 (EDITORNET-3044)
  • [New feature] 实现选项以在转换 Spreadsheet 文档时禁用导出空的底部虚假行数据 (EDITORNET-3045)
  • [Improvement] 移除嵌入式成像库并减小最终程序集的字节大小 (EDITORNET-3040)
  • [Bug] PDF 输出在 DOCX 编辑并保存后出现分页不一致 (EDITORNET-3017)
  • [Bug] 修复创建和编辑空 Email 文档时的异常 (EDITORNET-3061)
  • [Bug] 在 .NET Framework 4.6.2 构建中出现 Aspose.Common.Drawing 26.6 的 FileNotFoundException (EDITORNET-3062)

Public API changes

  • 新增 TtcFont 类型,表示 TrueType Collection(TTC)字体并实现 FontResourceBase
  • SpreadsheetEditOptions 中新增 setMergeEmptyAdjacentCells(boolean) / getMergeEmptyAdjacentCells() 方法。
  • SpreadsheetEditOptions 中新增 setExportBogusRowData(boolean) / getExportBogusRowData() 方法。

这两个电子表格选项的详细说明请参阅对应文章

PDF editing

从本次发布开始,GroupDocs.Editor for Node.js via Java 支持通过与其他格式相同的打开‑编辑‑保存流程编辑 PDF 文档:使用 PdfLoadOptions 加载,使用 PdfEditOptions(分页、页面范围、跳过图像)编辑,使用 PdfSaveOptions(密码、合规性、字体嵌入)保存。有关详细信息和代码示例,请参阅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

The package is available on npm:

npm i @groupdocs/groupdocs.editor@26.7.0

Direct download

不适用于 Node.js 包。

Resources