Change Log

Include change log for:

Current Release

EO.Total 2023

EO.Total 2022

EO.Total 2021

EO.Total 2020

2/29/2024 - EO.Total 2024.0.49

This build contains updates to the following products:

EO.WebEngine (Affecting EO.Pdf and EO.WebBrowser)
  • Added Windows 7 support;
EO.Pdf
  • Changed PdfDocument to ignore invalid page contents. Peviously invalid page contents causes it to throw an exception;
  • Fixed EngineOptions/WebViewOptions not working with HTML to PDF issue;
  • Fixed EOPdfDemo app not display demo source code on "C# Source Code" and "VB.NET Source Code" tab issue;
  • Fixed PdfRender.RenderAsEMF incorrectly scales the output on high DPI system issue;
EO.WebBrowser
  • Fixed calling WebView.StopLoad immediately after the WebView has been created may render the WebView unusable issue;
  • Fixed closing WebView quickly while some resources may still be loading causes the browser engine to crash issue;
  • Fixed requesting client certificate from service worker context causes the browser engine to crash issue;

1/31/2024 - EO.Total 2024.0.20

This build contains updates to the following products:

EO.WebEngine (Affecting EO.Pdf and EO.WebBrowser)
  • Fixed WebView.LoadHtml does not property handle UTF8 encoding issue;
  • Upgrade to Chromium v120;
EO.Pdf
  • Added HtmlToPdfOptions.Mode property to allow rendering result more close to the browser engine’s printing result (experimental);
  • Fixed HTML to PDF converter sometimes unable to read font data from the system in Windows Azure issue;
  • Fixed HTML to PDF converter throws IndexOutOfBoundsException while repeating some table header/footer issue;
  • Improved automatic recovery strategy for HTML to PDF converter under low memory conditions;