Saving a workbook as pdf: some text in cells is disappearing and alignment problem with indent

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

In attachment you can see the loaded xls file and the generated pdf by aspose.cells.

I use apose.cells version 4.9.0.3 (see forum thread 233632 and 233617)

Here is the C#.net code:


WorkbookDesigner designer = new WorkbookDesigner();
designer.Open(@"c:\issueX.xls");
designer.Workbook.Save(@"c:\issueX.pdf", FileFormatType.Pdf);

1st issue: Indent (excel: cell --> Format Cells --> Alignment --> Indent)

When you have 2 lines in 1 cell, the indent is not applied on the second line.

See issue1.xls --> cell C5

Result: issue1.pdf

2nd issue: some text is cell are disappearing

See: issue2.xls --> cell C78

Result: issue2.pdf

When you look at the pdf a part of the first line of cell C78 is missing.

When you a bit closer, you will see the first line of cell C78 merged in cell C77.

To see this you have to copy past the pdf cell C77 into notepad.

This is again urgent for our company.

Greets

Sébastien

http://www.elia.be

Hi,

Thanks for providing us the template files.

We found the issues as you have mentioned. We will figure them out soon.

We have logged it into our issue tracking system with an id: CELLSNET-16377. We will let you know when it is sorted out.

Thank you.

Hi,

Please try the attached version, we have fixed your mentioned issues.

Thank you.

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


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