Hello,
We have layout issues in the conversion from Cells to Pdf, for example see attachments issues.png and madeByAspose.pdf.
- Some rows are unexpectedly indented.
- Some text is too bold.
Conversion in Excel to Pdf is fine, see attachement madeByExcel.pdf.
We are using source code below for conversion:
SaveFormat saveFormat = SaveFormat.Pdf;
Workbook workbook = new Workbook(input);
workbook.Save(output, saveFormat);
Could you help us with fixing our issue?
Thanks a lot.