I\'m trying to add a table to a document using iTextSharp. Here is an example:
Document document = new Document(PageSize.LETTER,72, 72, 72, 72); PdfWriter writer
Users can also set table width by Percentage.
t.WidthPercentage = 100f;