PDF viewer not rendering correctly

When we tried uploading a pdf it’s only one of the pdf page that is not rendering properly.

image.jpg (357.6 KB)

I have attached the image of the raw and processed page.
The left side image is the processed page and the right side is the raw pdf page that is been uploaded. Can you please help us to know why is this not rendering properly? We used aspose.pdf version 20.12.0. we even tried to downgrade the version and we have the same issue with other versions too.

I have attached the pdf with the page for your testing.
US Businesswear Market- Working from Home Accelerates Casualization, Hitting the Formal Clothing Market Oct 1 2020 - first page (1).pdf (4.3 MB)

@publishinteractive

We were able to reproduce the issue in our environment while using Aspose.PDF for .NET 21.1 and have logged it as PDFNET-49390 in our issue tracking system:

Document pdfDocument = new Document(dataDir + "US Businesswear Market- Working from Home Accelerates Casualization, Hitting the Formal Clothing Market Oct 1 2020 - first page (1).pdf");
for (int pageCount = 1; pageCount <= 1; pageCount++)
{
 string tmpImgToInsert = DateTime.Now.Ticks + ".png";
 using (FileStream imageStream = new FileStream(dataDir + tmpImgToInsert, FileMode.Create))
 {
  var pngDevice = new PngDevice(new Resolution(300));
  pngDevice.Process(pdfDocument.Pages[pageCount], imageStream);
  imageStream.Close();
 }
}

We will further look into details of the issue and will let you know as soon as it is resolved. Please be patient and spare us some time.

We are sorry for the inconvenience.

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