GroupDocs.Editor for Node.js via Java 26.7 Release Notes
GroupDocs.Editor for Node.js via Java 26.7 is a significant release aligned with GroupDocs.Editor for Java 26.7. It combines new features, enhancements, and bug fixes. The public API was expanded with the new features listed below.
Changes in this Release
| Key | Category | Summary |
|---|---|---|
| EDITORNET-3019 | New feature | Add support of TrueType Collection font |
| EDITORNET-3020 | New feature | Add support of text-based PPT and PPS |
| EDITORNET-3036 | Improvement | Add support of new CSS properties |
| EDITORNET-3037 | Improvement | Add support of XML processing instructions and XML-Stylesheet |
| EDITORNET-3022 | Bug | Fix NRE in obfuscated assembly after HtmlCss was injected |
| EDITORNET-3044 | New feature | Implement option to disable merging of horizontal cells when converting Spreadsheet documents |
| EDITORNET-3045 | New feature | Implement option to disable emitting an empty bottom bogus row data when converting Spreadsheet documents |
| EDITORNET-3040 | Improvement | Get rid of embedded imaging library and decrease byte size of final assembly |
| EDITORNET-3017 | Bug | PDF output has different pagination after DOCX edit and save |
| EDITORNET-3061 | Bug | Fix exception when creating and editing empty Email document |
| EDITORNET-3062 | Bug | FileNotFoundException for Aspose.Common.Drawing 26.6 on .NET Framework 4.6.2 build |
Public API changes
- Added new TtcFont type that represents a TrueType Collection (TTC) font and implements FontResourceBase.
- Added new
setMergeEmptyAdjacentCells(boolean)/getMergeEmptyAdjacentCells()methods in SpreadsheetEditOptions. - Added new
setExportBogusRowData(boolean)/getExportBogusRowData()methods in 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.
How to Download
The package is available on npm:
npm i @groupdocs/groupdocs.editor@26.7.0
Or install the latest published version:
npm i @groupdocs/groupdocs.editor
For detailed instructions, see the installation guide.
Additional Resources
Feedback
We welcome your feedback! If you have any questions or suggestions, please reach out to us via the Free Support Forum.