Hi,
Thanks for the template file and output PDF file.
After an initial test, I observed the issue as you mentioned by converting your template Excel file to PDF file format. I found that Font family and size are different in Excel to PDF rendering. I noticed all cells have similar font family and size but in the resulting PDF paragraph 11.1.3.1 and 11.1.3.2 (shaded section) looks different as you pointed out.
e.g Sample code: String filePath = “polisNs1.xls”; Workbook wb = new Workbook(filePath); wb.save(filePath + “.out1.pdf”);
I have logged a ticket with an id “CELLSJAVA-41815” for your issue. We will look into it soon.
Once we have an update on it, we will let you know here.
Thank you.