Image in excel file not included when saving as PDF

Hello,

I am evaluating Aspose Cells for .NET to fill an immediate need to convert excel workbooks to PDF. I've encountered an issue with images not be rendered that is preventing me from purchasing the product.

I have a sheet that defines a two-page print area and specifies that rows 2-8 are to be repeated at the top of each page. In those rows, there is both text in a cell and an image. The text is rendered correctly, but the image does not appear in the resulting PDF

I've attached a simple xls file that you can use to reproduce this issue along with the output I get when using the following code:

Dim wb As Aspose.Cells.Workbook = New Aspose.Cells.Workbook()
wb.Open("C:\ImageOutsidePrintArea.xls")
wb.Save("C:\ImageOutsidePrintArea.pdf", Aspose.Cells.FileFormatType.Pdf)

I'm using Aspose.Cells for .NET version 4.9.1.0

I hope there is an easy solution to this.

Thank you

Mike Forman

Hi,

Thanks for providing us the template files.

After an initial test, I have found the issue you have mentioned. We will figure it out soon.

I have logged your issue into our issue tracking system with an issue id: CELLSNET-17038.

Thank you.

Hi,

Please try the attached version. We have fixed your issue.

Thank you.

Hi again,

Please ignore my previously attached version/fix
v4.9.1.7 as
there was an internal bug in it (we found).
Please use the new fix
v4.9.1.8 (attached) in which we have fixed the bug.

Thanks and
sorry for any inconvenience.