Text in output file display differently from original file

Hi Team

We have an original file which has differently display line wrapping after conversion into PDF. Please find attached for original file and the result after conversion.

output file
image.jpg (57.7 KB)

original file
image.jpg (59.8 KB)

original file
20240808131405828-217640.zip (26.4 KB)

@pootun
By testing on the latest version v24.8 using sample file, we can reproduce the issue. Found that texts have differently displayed line wrapping after converting file to PDF.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-56489

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@pootun,

Could you please try to call autofit rows for “auto” rows before rendering to PDF if it makes any difference?
e.g.,
Sample code:

Workbook wb = new Workbook("e:\\test2\\20240808131405828-217640.xlsx");
wb.Worksheets[0].AutoFitRows(true);
wb.Save("e:\\test2\\out_net1.pdf");