Bad renderer image to pdf

Hello,

The version of aspose.cells on production is 7.7.0.0 .

we use this Library to open xls file.

We import data and modify this file

after we want to generate pdf file to send it to our clients.

but the renderer image of the final file is very bad.

see examples :

- With Excel.jpeg : pdf generate from excel

- WithAspose : pdf generate from aspose last version

- RCVGB.xls : origin file which is open, modify and conver to pdf

I Check with the lastest version (Free version) and it's always the same probleme

so for the moment we use aspose to modify the file but we use another way (Interop Excel) to generate the final pdf file.

Best Regards

Hi Bruno,

Thanks for your posting and using Aspose.Cells.

We were able to replicate this issue with the latest version: Aspose.Cells
for .NET v8.1.0.3
. Rendered image is not clear 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-42787.

I have attached the output pdf for a reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\RCVGB.xls”;


Workbook workbook = new Workbook(filePath);

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

Hi Bruno,

Thanks for using Aspose.Cells.

We have fixed this issue.

Please download and try the latest version: Aspose.Cells
for .NET v8.1.2.2
and let us know your feedback.

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


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