Hi ,
When I load an xls file and save it back to a pdf some fields are empty.
In attachment you can see the loaded xls file and the generated pdf by aspose.cells.
WorkbookDesigner designer = new WorkbookDesigner();
designer.Open(@"c:\aa.xls");
designer.Workbook.Save(@"c:\aa.pdf", FileFormatType.Pdf);
When you look at cell C23 and C24 in excel, you'll see they are disappeared in the pdf file.
In the pdf file the text of cell C23/C24 is invisible but still selectable.
When the text is longer (C25), it is visible in the pdf file.
What is wrong? Or am I missing something?
Greets
Sébastien