Rilasci di GroupDocs.Editor for .NET
Released: Jun 13, 2026
Aggiornamenti in V26.6.1
Correzioni
- Fixed exception when creating and editing empty Email document.
- FileNotFoundException for Aspose.Common.Drawing 26.6 on .NET Framework 4.6.2 build.
Released: Jun 12, 2026
Aggiornamenti in V26.6
Funzionalità
- Implemented the option to disable merging of horizontal cells when converting Spreadsheet documents.
- Implemented the option to disable emitting empty bottom bogus row data when converting Spreadsheet documents.
- Got rid of embedded imaging library and decreased byte size of final assembly.
Correzioni
- PDF output has different pagination after DOCX edit and save.
- License is not applied if processing DSV documents.
Released: Apr 9, 2026
Aggiornamenti in V26.3
Funzionalità
- Added support for TrueType Collection font.
- Added support for text-based PPT and PPS.
- Added support for new CSS properties.
- Added support for XML processing instructions and XML-Stylesheet.
Correzioni
- Fixed NRE in obfuscated assembly after 'HtmlCss' was injected.
Released: Dec 23, 2025
Aggiornamenti in V25.12
Correzioni
- Issues with numbered lists after editing DOCX file.
- 'Undefined' label appears after saving edited content to DOCX.
- Bind HTML tables and their parts with rule-sets through class-selectors instead of ID-selectors.
Released: Nov 13, 2025
Aggiornamenti in V25.11
Funzionalità
- Added the option to delete worksheet from spreadsheet.
- Added the option to delete slides from presentation.
Correzioni
- Correct auto format detection during save operation.
Released: Jul 2, 2025
Aggiornamenti in V25.7
Funzionalità
- Presentation: Improved rendering of IConnector elements.
- Presentation: Added support for HighlightColor in Text portion.
- Presentation: Now uses SVG for geometry figures instead of ClipPath.
- Introduced simplified overloads for Editor.Save and EditableDocument.FromMarkup.
Correzioni
- HTML to Presentation: Fixed loss of slide background images.
- Resolved minor rendering issues in Presentation-to-HTML conversion.
- Presentation: Fixed incorrect rendering of drawing lines within shapes...
Released: May 16, 2025
Aggiornamenti in V25.5
Correzioni
- HTML to Presentation: Fixed loss of slide background images.
- Presentation: Corrected vertical alignment issues in table rendering.
- Resolved minor rendering issues in Presentation-to-HTML conversion.
- Fixed incorrect rendering of drawing lines within shapes.
Released: Mar 26, 2025
Aggiornamenti in V25.3
Correzioni
- Content is slightly truncated from the right side when converting DOCX to HTML in paged mode.
Released: Dec 27, 2024
Aggiornamenti in V24.12
Correzioni
- Fixed missing text issue when editing certain PDF files in .NET.
- Resolved issue where pagination information was lost after saving the document.
- Improved quality for WordProcessing documents during backward conversions.
Released: Aug 12, 2024
Aggiornamenti in V24.8
Funzionalità
- Refactored the Formats.IDocumentFormat class in GroupDocs.Editor to address issues encountered in Node.js environments.
- Added new Editor Constructors - To provide more flexibility and ease of use, new constructors have been introduced for the Editor class:
- Editor(DocumentFormatBase): Initializes a new instance of the Editor class and creates a new empty document based on the specified format.
- Editor(Stream): Initializes a new Editor instance with the specified input document (as a...