GroupDocs.Editor for .NET 20.6 Release Notes

Major Features

GroupDocs.Editor for .NET version 20.6 contains different bug fixes and a lot of different improvements, all of which are described below. There are no changes or new members in a public API.

Add support of fields, located across multiple adjacent consequent paragraphs

In most usual and common cases fields are located within one single paragraph. However, some specific fields, defined in Office Open XML format, like hyperlink field, may be placed over multiple paragraphs. Before version 20.5 GroupDocs.Editor didn’t support them and exception was thrown when such field was faced; now such fields will be correctly processed and represented in HTML/CSS markup.

Support of FILENAME field

Prior version 20.5 the FILENAME field was not supported and the exception was thrown; now it is fully supported.

Support of interleaved lists and complex list item marks

Lists in WordProcessing documents may be very complicated, and have very cumbersome item marks. GroupDocs.Editor team continuously improves quality of list processing. In version 20.6 GroupDocs.Editor starts to support custom list item marks with very complex formatting. Another improvement — interleaved lists. There may be a scenario, when there is some numbered list, which is present by several items. Then this list is interrupted, and second list, with completely own marks and numbering base, is started. And then this second list stops, and first one is continuing, with preserving numbering offset. Pure HTML doesn’t provide possibility to create such lists with OL/LI elements. However, it is possible with counter-reset/counter-increment CSS functions. In version 20.6 such lists are fully supported.

Support of TIME HTML field

Now a TIME HTML5 element is fully supported, along with its emitting during field processing (explained below) and parsing.

WordProcessing standard (Office Open XML presumable) defines a set of fields, some of which are date- and time-related: DATE, TIME, CREATEDATE, PRINTDATE, and SAVEDATE. All of them were supported previously, but poorly and without specificity. Now all of them are supported at the best: they are represented in HTML markup within HTML5 TIME element, with metadata regarding exact time in special attribute, and representation inside the TIME element, with preserving all formatting.

Better processing of incompatible markup in WordProcessing converter in paged mode

When editing WordProcessing documents in paged mode, and when saving edited in WYSIWYG editor document (which is represented as HTML) back to some WordProcessing format using the Editor.Save() method, GroupDocs.Editor expects HTML markup with very strict and defined structure — root MAIN element with one or more SECTION child elements, and so on. Only when such structure is present and valid, this markup will be saved back to WordProcessing document in paged mode.

In version older then 20.6, if such structure was corrupted, GroupDocs.Editor was throwing an exception. Starting from version 20.6, GroupDocs.Editor seamlessly switches to the float mode without throwing an exception.

Support of collapsed borders between adjacent paragraphs

Paragraphs in WordProcessing documents may have own borders of different style, width and color, on any side or on all sides. And when there are two or mode adjacent paragraphs, they may have or may not have a border between them. If such border exists, it will be collapsed. Before version 20.6, GroupDocs.Editor had no support of borders between paragraphs. Starting from 20.6, such inter-paragraph borders are fully and correctly supported.

Improved compatibility with Linux

The 20.6 release is notable in context of Linux support — there were implemented a huge amount of improvements and fixed tons of bugs, which are related to Linux and occur only when running GroupDocs.Editor on Linux platform on .NET Core. These bugs and improvements include, but not limited to:

  • Using Windows-specific DLLs
  • Numbers rounding
  • Different file/folder path separators
  • Different new line/carriage return characters
  • Lots of other

Plenty of fixed bugs

GroupDocs.Editor for .NET version 20.6 contains a lot of fixed serious bugs, which caused different exceptions, lack of features and improper rendering in different use-cases. This includes exceptions during processing lists and fields, bug with improper text underlying, bug with insufficient and improper paragraph borders, bug with missed background image in Presentation slides, and some other minor bugs.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
EDITORNET-1654Add support of fields, located across multiple adjacent consequent paragraphsImprovement
EDITORNET-1674Add support of FILENAME fieldImprovement
EDITORNET-1675Improve processing of complex list item marks and interleaved listsImprovement
EDITORNET-1677Add support of TIME elementImprovement
EDITORNET-1678Add support of all DateTime-related fieldsImprovement
EDITORNET-1682Stabilize passing an invalid markup into backward WordProcessing converter in paged modeImprovement
EDITORNET-1686Implement collapsed borders between adjacent paragraphsImprovement
EDITORNET-1713Improve compatibility with Linux and fix Linux-specific bugsImprovement
EDITORNET-1595An item with the same key has already been addedBug
EDITORNET-1601Object reference not set to an instance of an objectBug
EDITORNET-1676Fix bug with redundant text underliningBug
EDITORNET-1681Fix borders in empty paragraphsBug
EDITORNET-1685Background image is missed after backward conversion from HTML to PresentationBug

Public API and Backward Incompatible Changes

No new types members or changes in existing types/members in public API.