GroupDocs.Editor for Java 26.7 Release Notes
GroupDocs.Editor for Java 26.7 is a significant release that combines new features, enhancements, and bug fixes from the corresponding .NET 26.3, 26.6, and 26.6.1 updates. 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 the 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 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 via the GroupDocs Maven repository or direct download.
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>26.7</version>
</dependency>
For detailed instructions, see Installation from GroupDocs Repository using Maven.
Additional Resources
Feedback
We welcome your feedback! If you have any questions or suggestions, please reach out to us via the Free Support Forum.