Pranit wrote:
> I am trying to create a pdf table using PdfPTable and PdfPCell.
Then why don't you read the documentation?
> Although I am able to get both the image and text on the table my problem is
> that the alignment on them isnt working, i.e. the text is sticking too close
> to the image
I am trying to create a pdf table using PdfPTable and PdfPCell. I am trying
to accomplish this using a nested table. I am inserting the image into one
cell, and the text into another cell and adding this table with two columns
to the cell of the main table in which I want the image and text.
Al