Thank you for your help. I tried the following but the resulta were the
same: space between lines int the cell are the same no matter what i did.
ph = new Phrase((float)0.1, st.getM_data2(), plainFont);
cl = new Cell(ph);
t.addCell(cl);
-or-
Hi,
before answering your question I would like to recommend the following two
things:
* Please read the online tutorial, or even better buy the book "iText in
Action". While the focus of both is on the PDF generation, the basic
principles of generating PDF documents work exactly the same way