Image output mirrored while transforming an excel worksheet into PDF

Hi All,


I am using Aspose Cells 7.3.0.3 for Java for converting an excel workbook to PDF. I see that the image in the output pdf is mirrored. This doesn’t happen to all images. I am not sure on the difference between images rendered properly and these images.

I have already posted a similar question on Text being mirrored - Free Support Forum - aspose.com

for which a defect CELLSJAVA-40276 was raised.

Can you please confirm that this issue is also the same?

I am attaching the source excel workbook and the target PDF output.

Thanks,
Smitha

Hi,

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

I have checked your sample.xls and sample.pdf files. It seems you have provided me wrong sample.xls file.

Could you please recheck it and provide me correct sample.xls file?

We will soon look into your issue and help you asap.

Hi,


Sorry for the mistake. Attached the proper sample.xlsx.

Thanks,
Smitha

Hi,

Thanks for providing us the correct xlsx file.

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

We have logged this issue in our database. We will look into it and fix the problems. Once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSJAVA-40282.

I have attached the output pdf file for the reference.

Java


String path = “F:\Shak-Data-RW\Downloads\Sample.xlsx”;


Workbook workbook = new Workbook(path);

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


Thanks. Is this issue linked to CELLSJAVA-40276 ?


Thanks,
Smitha

Hi,

Yes, this issue is similar and related to older issue, so I have also linked this issue with CELLSJAVA-40276

Hi,

Thanks for your using Aspose.Cells for Java.

It is to inform you that we are working over your issue. Once the issue is resolved, we will update you by posting on this thread

And
since your thread is also attached with Aspose.Cells issue tracker
system, so you might also get automatic notification when the issue will
be resolved.

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


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