HTML to PDF : Data missing

While converting html to pdf, we are facing issues.After conversion data goes missing in pdf but html having all data. Following properties we have set for page options.
AsposePdf.HtmlLoadOptions htmlLoadOptions = new AsposePdf.HtmlLoadOptions();
htmlLoadOptions.PageInfo.Margin.Left = 0;
htmlLoadOptions.PageInfo.Margin.Bottom = 50;
htmlLoadOptions.PageInfo.Margin.Top = 80;
htmlLoadOptions.PageInfo.Margin.Right = 0;
htmlLoadOptions.PageInfo.Height = AsposePdf.PageSize.A2.Height;
Converted pdf file not having all the data and at some places data gets overlap.

@Komal_S

Could you please ZIP and attach your input HTML and problematic output PDF files here for testing? We will investigate the issue and provide you more information on it.

Thank you for the help. Please check attached html file and converted pdf file. I have tried by uploading html file on aspose website also to convert in PDF. There also it is not working.

You can check Project Concept section for reference in pdf and html file for missing data.Code.zip (382.9 KB)

@Komal_S

We have logged this problem in our issue tracking system as PDFNET-53366. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.