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] Add support of TrueType Collection font (EDITORNET-3019)
- [New feature] Add support of text-based PPT and PPS (EDITORNET-3020)
- [Improvement] Add support of new CSS properties (EDITORNET-3036)
- [Improvement] Add support of XML processing instructions and XML-Stylesheet (EDITORNET-3037)
- [Bug] Fix NRE in obfuscated assembly after HtmlCss was injected (EDITORNET-3022)
- [New feature] Implement option to disable merging of horizontal cells when converting Spreadsheet documents (EDITORNET-3044)
- [New feature] Implement option to disable emitting an empty bottom bogus row data when converting Spreadsheet documents (EDITORNET-3045)
- [Improvement] Get rid of embedded imaging library and decrease byte size of final assembly (EDITORNET-3040)
- [Bug] PDF output has different pagination after DOCX edit and save (EDITORNET-3017)
- [Bug] Fix exception when creating and editing empty Email document (EDITORNET-3061)
- [Bug] FileNotFoundException for Aspose.Common.Drawing 26.6 on .NET Framework 4.6.2 build (EDITORNET-3062)
Public API changes
- Added new
TtcFonttype that represents a TrueType Collection (TTC) font and implementsFontResourceBase. - Added new
setMergeEmptyAdjacentCells(boolean)/getMergeEmptyAdjacentCells()methods inSpreadsheetEditOptions. - Added new
setExportBogusRowData(boolean)/getExportBogusRowData()methods inSpreadsheetEditOptions.
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.