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;…...pdf"; string content = System.IO.File.ReadAllText(htmlFileName);...UTF8.GetBytes($"<html><pre>{content}</pre></html>"))) { Document...