Image in Header is lost when saving as PDF

Hi,
I’m having an issue when saving Excel documents as PDF.
In the attached example the image from header is not shown in PDF (example attached).
I used actual Aspose.Cells version (24.3).
When saving from Excel as PDF image is there.

The code I used:

string urlBase = @"..\D12676_Excel_Header.xlsx";
Aspose.Cells.License lic = new Aspose.Cells.License();
lic.SetLicense("Aspose.Total.lic");
try
{
    Aspose.Cells.Workbook xlsx = new Aspose.Cells.Workbook(urlBase);
    xlsx.Save(urlBase.Replace(".xlsx", "_X2.pdf"), Aspose.Cells.SaveFormat.Pdf);

}
catch (Exception ex)
{
    Console.WriteLine(ex.Message);
    Console.WriteLine(ex.StackTrace);
}

Thanks and best regards
Udo
D12676_Excel_Header.zip (53.7 KB)

@u.engelhardt,

Thanks for the template XLSX file.

After an initial test, we reproduced the issue you described by converting your template XLSX file to PDF. We found image in the header was lost when saving your Excel file as PDF.

We require thorough evaluation of the issue. 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): CELLSNET-55473

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.

@u.engelhardt,

We are pleased to inform you that your issue, previously logged as “CELLSNET-55473”, has been resolved. The fix will be included in an upcoming release (Aspose.Cells v24.5) that we plan to release in the second week of May 2024. You will be notified when the next version is released.