Converting document xlsx to PDF using .NET . Boxes come empty

We upload the Excel document to the system. When we make the image format as pdf, the attached boxes are empty. In other words, this problem occurs when converting excel to pdf.
Aspose is checked with the latest dll.
empty_box.7z (227.8 KB)

@srmbimser,

Thanks for the template file.

Please notice, I am able to reproduce the issue as you mentioned using your template file. I found shapes/boxes are empty (text inside the shapes are not rendered) when converting XLSX document to PDF file format. I have logged a ticket with an id “CELLSNET-52186” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@srmbimser,

This is to inform you that your issue (logged earlier as “CELLSNET-52186”) has been resolved now. The fix will be included in our upcoming release (Aspose.Cells v22.11) which is scheduled in the first half of November, 2022. You will also be notified when the next version is released.

Also, please find attached the output (result) by our internal (latest) fix for your reference.
CELLSNET-52186.pdf (107.8 KB)

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

Hello, this error had been fixed but has recurred now. Currently, we are using Aspose Cells version 24.1. Can you assist, or should we open a new ticket?

@srmbimser
By using the following sample code for testing in the latest version v24.1, we can obtain the correct results. Please refer to the attachment. net_out.zip (111.4 KB)

The sample code as follows:

Workbook workbook = new Workbook(filePath + "PER.OS.GNL.025_7 (1).xlsx");

workbook.Save(filePath + "net_out.pdf");

If you still have any questions or confusion, please provide your sample code and we will check it soon.