Convert Html to PDF with html styles

We are trying to use Aspose.pdf to to convert html template to pdf template. But we did not get the same output as AbcPdf tool generates. I have attached the both pdf document and pdf template to generate pdf documenaspose.zip (8.4 MB)

Code snippet
htmlContent = File.ReadAllText(“C:\DevlopTSS\CDX\DEV.3.0.0\ClientIntegration\ClosingDisclosurePDFGenerator\SMS.CDX.PrintEngine\Templates\AddendumTemplate - Copy.html”);
byte[] bArray = System.Text.Encoding.UTF8.GetBytes(htmlContent);

byte[] bArray = System.Text.Encoding.UTF8.GetBytes(htmlContent);

Aspose.Pdf.HtmlLoadOptions htmloptions = new Aspose.Pdf.HtmlLoadOptions();
doc = new Aspose.Pdf.Document(new MemoryStream(bArray), htmloptions);
doc.Save(“C:\Users\vsiva\Desktop\CS\addendum-asposepdf.pdf”);

@firstamtitle

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFNET-46329 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.

Can you provide estimates that when this will be resolved?

@firstamtitle

The issue is recently logged in our issue management system and is currently pending for investigations. We schedule issues on first come first serve basis so the resolution of this ticket may take some months. We appreciate your patience and comprehension in this regard.

However, we also offer Paid Support, where issues are used to be investigated with higher priority. Our customers, who have paid support subscription, report their issue there which are meant to be investigated urgently. In case your reported issue is a blocker, you may please consider subscribing for Paid Support. For further information, please visit Paid Support FAQs.

The issues you have found earlier (filed as PDFNET-46329) have been fixed in Aspose.PDF for .NET 22.8.