Data loss after conversion from xlsx to pdf

Hi,
We convert the attached xlsx doc to pdf and we are observing data loss. The details are highlighted in attached comparison document.

The expectation is that the source xlsx is transformed to pdf without any data loss or layout misalignments.

Thanks & Regards,
Vimal

Hi,

Thanks for your posting and using Aspose.Cells for Java.

I was able to replicate this issue using the latest version:
Aspose.Cells
for Java v7.3.0.4
with the following code.

We have logged this issue in our database. We will look into it and fix the problems and 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-40284.

Java


String path = “F:\Shak-Data-RW\Downloads\Decision+Resources+Inc_2010_NA_0499.xlsx”;


Workbook workbook = new Workbook(path);

workbook.save(path + “.out.pdf”, SaveFormat.PDF);


anita.michel:
Hello, Can you please provide us with the status of CELLSJAVA-40284? Thanks in advance, Anita
Hi,

Thanks for your question.

This issue is unresolved at a moment. However, I have added your comments in our database. Hopefully it will be fixed in next week.

Hi,

Please try this new fix: [v.7.3.1.6 (Java)](https://forum.aspose.com/t/105417)

We have fixed the background color issue in the rendered pages of PDF. Please try it and let us know if you still need further improvement.

Thanks

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.