Hi,
I am having difficulties when trying to export PDF if any Turkish characters exist such as "ş, ö, ç, ğ, ı, İ". Is there any workaround available?
For Example;
pdfLightTable.Rows.Add(new object[] {"Üyelik Tarihi", "05.03.2018" });
PdfExport is working. But the column heading in the output is as follows: Üyelik Tarihi
Thanks..