Versions after 2026.4.101 mess up formatting for Doc->HTML conversion

I have just had to revert GemBox.Document to 2026.3.103, given that the Doc to HTML translator appears to be malfunctioning past this point. It produces an HTML document, but fonts (size and type), appear to be incorrect relative to the source Doc and relative to previous output of the converter on the same source Doc.

Thanks

Todd

Hi Todd,

Please send your source document so we can reproduce the issue and investigate it.

Regards,
Mario

Hi,

The issue was resolved with this NuGet package:

Install-Package GemBox.Document -Version 2026.6.148

Note that this is a hidden (unlisted) version. To install it, you’ll need to run the above command on the NuGet Package Manager Console (Tools → NuGet Package Manager → Package Manager Console).

Regards,
Mario