Referencing a SVG image using the current latest version, 23.10, causes:
System.NullReferenceException: ‘Object reference not set to an instance of an object.’
private static void NullReferenceException()
{
const string html = "<html><body><img src='https://logincdn.msauth.net/shared/1.0/content/images/backgrounds/2_bc3d32a696895f78c19df6c717586a5d.svg' /></body></html>";
using (var document = new Aspose.Html.HTMLDocument(html, "."))
Aspose.Html.Converters.Converter.ConvertHTML(document, new PdfSaveOptions(), "out.pdf");
}