I am facing significant performance issues when converting HTML to PDF using Aspose.PDF. Specifically, it takes almost 2.5 minutes to load the HTML memory stream into the Aspose.Pdf.Document constructor.
using System;…...UTF8.GetBytes($"<html><pre>{cont...MemoryStream(System.Text.Encoding.UTF8.GetBytes(content))) { HtmlLoadOptions...