Hello, I'm trying to convert a .mht/.html file with Aspose.Pdf 10.5.0. These files may contain language specific letters (eg. German umlauts). The resulting PDF will either remove these characters or replace them with q…... Code: var path = @“C:\temp\test”; var htmlFile...options = new HtmlLoadOptions(path) { InputEncoding = “UTF-8” };...