Drawing Tool Error

Hi,

When using drawing tool in a worksheet there ise no problem with aspose.cells. But if i want to convert it to pdf yellow rectangles’ locations are changing.

I attach original and converted file.

i use Aspose.Cells v8.4.1.0

Waiting for your response.

Thanks.

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue after converting your excel file into pdf using the following code with the latest version: Aspose.Cells
for .NET v8.4.2.7
. Yellow rectangles locations are changing in the output pdf.

We have logged this issue 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

  • CELLSNET-43712 - Yellow rectangles locations are changing in the output pdf

I have also attached the screenshot highlighting this issue for a reference.

C#

string filePath = @“D:\Downloads\original.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.pdf”);

@ademirel
For CELLSNET-43712,please try our latest version Aspose.Cells 21.6.0.
If you find any issue, please provide the source Excel file to help us analyze it.