The PDF I can produce at the moment: (source: yart.com.au)
I want the text to fill up the space in the lower left. How can I do that? Thanks!
For Cocoa Dev, yeah we can set line spacing for the text using PdfPCell's SetLeading property as: PdfPCell.SetLeading(float fixedleading, float multiplied leading);
PdfPCell.SetLeading(float fixedleading, float multiplied leading);