XLS incorreclty rendered to PDF

Hello,

Please see the attached input XLS and output rendered PDF files. Problems:

1. Two first columns disappeared

2. Two first rows disappeared.

3. Text in cell W3 disappeared

4. Picture in column V put lower than in XLS file

Best regards, Evgeniy

Hi,

Thanks for reporting the problem and your interest in Aspose.Cells for Java.

I was able to reproduce this problem using the latest version Aspose.Cells for Java v2.5.4.15. We will fix the problem and update you asap.

This issue has been logged as CELLSJAVA-29409.

Java


String path=“F:/Shak-Data-RW/Downloads/Test02.xls”;


Workbook workbook = new Workbook();

workbook.open(path);


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


Hi,

Please try this new fix: Aspose.Cells for Java v2.5.4.16

The print area has been set as C4:X45, so it is sure that first two columns and three rows will be excluded. For the picture position issue, we have fixed it.

Hi,

Thank you for explanation and quick fix. After removing print area settings I could get the required PDF.

Could you also check the borders between merged cells? Look at the attached files: in PDF the border between cells A7-19 and B7-19 are missing.

Best regards, Evgeniy

Hi,

Thanks for your feedback and providing us your files.

We have added your comment and will fix this issue asap and let you know.

Hi,


Please try the fixed version. We have fixed the issue of borders for PDF.

Thank you.

Hi,

Thanks a lot. It is working now.

Best regards, Evgeniy

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


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