Argument Exception value cannot be null

Using the current latest version 23.10 having a space in the domain name for an image source causes
System.ArgumentNullException: Value cannot be null.

	private static void ArgumentExceptionValueCannotBeNull()
	{
		const string html = "<html><body><img src='http://www .google.com'></body></html>";

		using (var document = new Aspose.Html.HTMLDocument(html, "."))
			Aspose.Html.Converters.Converter.ConvertHTML(document, new PdfSaveOptions(), "out.pdf");
	}

@GrantWalker

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): HTMLNET-5014

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as HTMLNET-5014) have been fixed in this update. This message was posted using Bugs notification tool by avpavlysh

1 Like