Relative Content

Tag Archive for pdfitextlinebetweenspacing

Set the line spacing between 2 lines iTextSharp

I am using iTextSharp to generate pdf. I have a table and need to add text in the table cell. I used Chunks & paragraph to add text in table. For new line I use n in chunks. But the line spacing between 2 lines is very narrow and I wan to increase the line spacing 2 lines. If give give n 2 times that will increase the size. How can I set line spacing? I tried SetLeading but it’s not working.