Aspose PDF for .NET 22.10 PDF save option to svg issue

Environment:
Aspose.PDF .net 22.10
net6.0 in official .net6 container: mcr.microsoft.com/dotnet/aspnet:6.0

It appears the latest version have some issue with the following PDF. I am using svg save options, last working version is 22.5.

Code snippet:

// save the first page as a pdf file
var pdfFirstPage = new Aspose.Pdf.Document();
pdfFirstPage.Pages.Add(pdfDoc.Pages[1]);
var pdfSaveOptions = new Aspose.Pdf.SvgSaveOptions();
pdfFirstPage.Save(outStream, pdfSaveOptions);

Sample file:
BG 2nd test 6_10 Signature I - 9.14.2022 11_51_06 AM CDT.pdf (56.9 KB)

@ssuluh

Can you please share what exactly is the issue you are facing? Is it some exception or output file? Please share OS details in which you are working.

The issue is the page is corrupted, all the image and text are smushed into 1 line, and it look like text are inverted. This is what it looks like given the attached file above.
image.png (32.0 KB)

@ssuluh

We have logged an issue PDFNET-53094 in our issue tracking system for this case. We will look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.