Shape to image Error by KarlMa

Hi,

Thanks a lot for your updates.
I’ve tried the new version and found the last “zbyk” issue was fixed.
But,I met “zbzv” error with another excel file(02.xls):

com.aspose.cells.CellsException: Shape to image Error!
at com.aspose.cells.zbzv.a(Unknown Source)
at com.aspose.cells.zbzv.a(Unknown Source)
at com.aspose.cells.zbzv.a(Unknown Source)
at com.aspose.cells.SheetRender.toImage(Unknown Source)

Could you help check it?

Merry Christmas!

Hi,


Thanks for your posting and using Aspose.Cells as well as Merry Christmas and Happy New Year 2017.

We were able to observe this issue and logged it in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSJAVA-42126 - Shape to image Error while rendering 02.xls to Pdf

I have also shown the exception generated with this code for a reference.

Java
Workbook wb = new Workbook(dirPath + “02.xls”);

PdfSaveOptions opts = new PdfSaveOptions();
opts.setOnePagePerSheet(true);

wb.save(dirPath + “out.pdf”, opts);

Exception
<span style=“color: rgb(255, 0, 0); font-family: “Courier New”; font-size: small;”>Exception in thread “main” com.aspose.cells.CellsException: Shape to image Error!
at com.aspose.cells.zbzv.a(Unknown Source)
at com.aspose.cells.zbzv.a(Unknown Source)
at com.aspose.cells.zcac.a(Unknown Source)
at com.aspose.cells.zcac.a(Unknown Source)
at com.aspose.cells.Workbook.save(Unknown Source)
at ClsAspose.f1(ClsAspose.java:38)
at ClsAspose.main(ClsAspose.java:16)

Hi,


Please try our latest version/fix: Aspose.Cells for Java v16.12.4.

We have fixed your issue now.

Let us know your feedback.

Thank you

Hi,

I’ve tried the new version: Aspose.Cells for Java v16.12.4. and the issue was fixed.
Thanks a lot!




Best Regards!
Karl
Hi,

Thanks for your feedback and using Aspose.Cells.

It is good to know that your issue is resolved with the latest fix. Let us know if you encounter any other issue, we will be glad to look into it and help you further.

The issues you have found earlier (filed as CELLSJAVA-42126) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.