From: Bruno Lowagie <bruno (at) lowagie.com>
To: HINDI TLC <hindi_tlc (at) hotmail.com>
CC: itext-questions (at) lists.sourceforge.net
Subject: Re: Table Font
Date: Wed, 17 May 2006 13:44:01 +0200
HINDI TLC wrote:
Hi there,
I'm new to itextsharp.
You have used the wrong mail address:
use itext-questions (at) lists.sourceforge.net
I need to create a pdf document which contains a table (i'm using a
PdfPTable) and is populated with data.
I have successfully populated the table with the data.
With Paragraph objects, Phrases, Chunks, Anchors, etc...
However, I need to reduce the font size used in the table.
Any ideas on how do I do this?
Change the font and/or size in the Chunks, Phrases, Paragraphs,...
you are adding to the cell.
br,
Bruno