Assign Dynamic PdfPCell width to dynamically generated PdfPCell
问题 I am using iTextSharp version 5.4.5.0. I am trying to print PdfPTable with Multiple PdfPCell. The Number of PdfPCell will be dynamic. So How can I assign width to the dynamically generated PdfPCell ? I know how to assign width to Static and Fixed number of Cell. But for Dynamic cell, how can I assign width to each of the dynamically generated Cells ? The Number of PdfPCell is not fixed. Please help me ? Thanks. 回答1: Even after some back and forth in comments to the original question, I am not