I am trying to use Aspose.PDF to convert an HTML document to PDF and then return it to the browser using an HTTP Response. The relevant code is:
Aspose.Pdf.HtmlLoadOptions plo = new Aspose.Pdf.HtmlLoadOptions();
Aspose…...PdfSaveOptions()); PS: We tested using 22.7 version...