Truncated text in some cells after conversion to PDF

After conversion to PDF using Aspose.Cells 5.1.3 text in some cells is truncated.
(Cell A7 in attached example).

Please take a look.

Best regards,
Alex.

Hi,

Please try the attached latest fix v5.1.3.3. I have tested with it using your template file, it works fine with it.

Thank you.

The problem occurs using workheet.PageSetup.FitToPagesTall = 1; option (even in the latest version).

var wb = new Workbook(sourceFileName);
foreach (Worksheet workheet in wb.Worksheets)
{
workheet.PageSetup.FitToPagesTall = 1;
}
wb.Save(resultFileName);

Not high priority. We can avoid using this option.

Hi,

Yes, now using your suggested line of code before conversion, I can find the issue.

I have logged your issue into our issue tracking system with an id: CELLSNET-20590. We will figure it out soon.

Thank you.

Hi,

Please try the attached version, we have fixed your issue.
Thank you.

Thank you, the fix works.

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


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