Aspose.HTML doesn't support embedded base64 encoded images for PDF conversion

Aspose.HTML doesn’t appear to support images embedded via base64 encoding when converting to PDF. The HTML example below and the attached PDF output from HTML Converter - Convert HTML to PDF, DOCX, images online for free demonstrates this…

<!DOCTYPE html>
<html>
	<head>
		<title>Aspose.HTML base64 img issue</title>
	</head>
	<body>
		<p>
			A red dot base64 encoded img...
		</p>
		<div>
			<img src="data:image/png;base64,%20iVBORw0KGgoAAAANSUhEUgAAAAUA%20AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO%209TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot">
		</div>
	</body>
</html>

I’ve also attached a screenshot of how it looks in a browser.
aspose-html-base64-img-issue.pdf (5.6 KB)
aspose-html-base64-issue-browser.jpg (128.0 KB)

@rgabbard

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-5776

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-5776) have been fixed in this update. This message was posted using Bugs notification tool by avpavlysh