1
I’m using the itextsharp library for PDF reporting and although I can generate documents with a nice layout and assign specific widths through an array of dimensions :
Tabela.SetWidths(VetorDeLarguras)
However, when the number of columns in my table is too large, then the library ends up reducing the width of the columns so that other columns can occupy space in the table. Is there any way to prevent this automatic reduction in column width? even if the table extrapolates the page.
Grateful.