Cross-platform support added for Windows, Linux and macOS in .NET 6, .NET 5 and .NET Core 3.1.
Now the SDK draws 2D graphics using drawing engine based on SkiaSharp library for Windows, Linux, macOS or using drawing engine based on System.Drawing.Common library for Windows only.
Created new codecs for WEBP, TGA and PBM images.
Added the ability to display PDF, DOCX and XLSX documents in vector form in web image viewer.
Created new ASP.NET Core Web API + JavaScript + Bootstrap demo applications.
Content of PDF page can be edited in WPF and WinForms image viewer.
New OfficeAnnotation allows to display a page of DOCX document on an image or PDF page.
Added the ability to edit text of PDF page and OfficeAnnotation using rich-text editor.
DOCX page can be drawn on PDF page as graphics figure.
DOC documents can be rendered and converted to DOCX or PDF document.
Added the ability to render diagrams in DOCX and XLSX documents.
Improved the rendering algorithms of DOCX and XLSX documents.
JavaScript engine was fully revised.
The engine does not depend on jQuery library anymore and it is fully written in JavaScript ES5.
JavaScript engine now supports only HTML5 web browsers, old browsers support is discontinued.
Added the ability to edit existing DOCX and XLSX documents programmatically.
Significantly improved the algorithm that renders DOCX documents.
Improved the algorithm that renders XLSX documents.