.NET Aspose.PSD generates corrupted photoshop file if SmartObject present

Hello. We have stumbled upon a situation where after opening a .psd file, saving it, and trying to open it in latest CreativeCloud (using latest PSD 27 version), the file fails to open with a generic error
“the file is not compatible with this version of Photoshop”
File that reproduces issue:
LogoOutside.7z (104.0 KB)

From what i can tell, the SmartObject png file in it is causing this issue.

Code that reproduces issue:

var psdFilePath = “LogoOutside.psd”;
var psdSavePath = “LogoOutsideResult.psd”;

var psdImage = (PsdImage)Aspose.PSD.Image.Load(psdFilePath);
var imageOptions = new PsdOptions(psdImage);
psdImage.Save(psdSavePath , imageOptions);
psdImage.Dispose();

We tried hiding the layer containing the object and it still reproduces. Out workaround is to remove
the logo entirely, but need to know if it’s a known issue or not.

We tested on Aspose.PSD [25.5.0] as well as [25.10.0], both reproduce it.
Any idea/help? Thank you

I cannot find the .Rasterize method, nor the documentation page, as it gives a 404.
Can i get some more help, as we cannot flatten nor remove the logo as we need to provide a PSD file close to, if not identical to the one being opened

@IBurzoEvoRWS
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-2616

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.