Image formatting is lost during excel to pdf saving

Using Aspose.Cell, image formatting is lost during excel to pdf saving with grouped images and rotation on one of them.

While using MS Excel and save as “.pdf”, no formatting is lost

with the sample code in a little .cs project :

        string dataDir = dataDir = @"D:\Temp\Aspose\";
        Workbook workbook = new Workbook(dataDir + "test.xlsx");
        workbook.Save(dataDir + "test with aspose.pdf", SaveFormat.Pdf); 

I managed to recreate the bug.

I will attach the test fill with some test
Test 1 is grouped image without rotation
Test 2 is grouped image with rotation (90°)
Test 3 is ungrouped image with rotation

the problem is visible in the file with “Test 2”, the image is rotated 90° in compraison to the original one
Aspose.zip (1.4 MB)

@julien.mevel.isilog,
This issue is reproduced and logged in our database for further investigation. You will be notified here once any update is ready for sharing.

This issue is logged as:
CELLSNET-47789 - Image orientation is different after Excel to PDF conversion

@vleb.isilog,

We are pleased to inform you that your issue (“CELLSNET-47789”) has now been resolved. The fix will be included in an upcoming release (Aspose.Cells v24.1) that we plan to release in the first half of January 2024. You will be notified when the next version is released.

The issues you have found earlier (filed as CELLSNET-47789) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi