Export to images on non-Windows platforms

8th December 2023

We have recently released new bug fixes for GemBox.Document, GemBox.Spreadsheet, and GemBox.Presentation components with support for export to images on non-Windows platforms. Here are some of the details of this feature. When using the GemBox component on a Windows operating system, the WPF is used for text layout, rasterizing content to a bitmap, and bitmap […]

Read More

Added support for nullable reference types

22nd September 2022

We have updated all our APIs by adding support for nullable reference types. This is a C# feature that helps you minimize NullReferenceException occurrence in runtime by performing a null-state analysis. The feature is disabled by default for existing projects, but it is enabled for new .NET 6 projects. To enable it manually, just add […]

Read More

Removal of System.Drawing (GDI+) dependency on non-Windows platforms

18th August 2022

We have just released new bug fixes for GemBox components with lesser dependency on System.Drawing (GDI+). Over the last several months, we managed to isolate and restrict dependency on System.Drawing from our code for functionalities such as image handling, text measuring, printing, etc. Although GemBox components still reference System.Drawing (for backward compatibility), at runtime, we […]

Read More

Using GemBox components in .NET 5.0 applications

9th February 2021

With the recent release of .NET 5.0, we would like to inform you that GemBox components have been tested on the .NET 5.0 runtime. The behavior of GemBox components on the .NET 5.0 runtime should remain unchanged, however, .NET 5.0 introduced several breaking changes and we observed that the usage of ICU libraries on Windows […]

Read More

Support for PDF on Linux and macOS

17th March 2020

We have just released a new setup, help, and examples for GemBox.Document 3.1, GemBox.Spreadsheet 4.5, GemBox.Presentation 2.3, and GemBox.Pdf 1.3 with the support for creating PDF files and paginating document content on Linux, macOS and other platforms that implement .NET Standard 2.0. Over the last several months we managed to remove dependency on WPF from […]

Read More

GemBox.Bundle 1.1 Released

19th January 2017

We have released a new GemBox.Bundle product, a package of all our components for processing office files in .NET without Microsoft Office. If you need to support more than one Office app (e.g., Excel or Word), GemBox.Bundle is the way to go. GemBox.Bundle includes: GemBox.Spreadsheet GemBox.Document GemBox.Presentation GemBox.Email GemBox.Bundle has the following advantages: Pricing 30% […]

Read More