Is this a issue in itext or itext doesnot support setSimpleColumn to be bottom aligned.
Bottom alignment isn't supported in ColumnText.
There are different workarounds:
1. Use a PdfPTable with a single PdfPCell, or
2. add the content to the ColumnText object in simulation mode to get the necessary height, then add the content for real at the appropriate place, or
3. add the content to a PdfTemplate using ColumnText first, ask ColumnText for the needed height, add the template to the document at the appropriate place.
------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d
_______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php