How is this width calculated for iTextSharp page width when creating a pdf?
float[] widths1 = new float[] { 20f, 20f, 60f };
float[] widths1 = new float[] { 20f, 20f, 60f };
tbfooter.SetWidths(widths1);
tbfooter.WriteSelectedRows(0, -1, document.LeftMargin, writer.PageSize.GetBottom(document.BottomMargin), writer.DirectContent);
A Fair Lending and Equal Employment Opportunity Agency. For assistance: Individuals with disabilities may contact the ADA Administrator at 924-123-4567, TTY 456-765-1234 or ADA@ILoveThisForum.org
The footer above is a long string (using smaller font size 8) but pdf only shows only the half; has about 2 inch space on the left and 1.75 inch on the right. It looks like:
xxxxxxxxxxxxxxxxxxxxx A Fair Lending and Equal Employment Opportunity Agency. For assistance: Individuals with disabilities xxxxxxxxxxxxxxxxx
where X=empty space
