Table Column Width Percentages

I am using an Aspose.Pdf.Table


I want to set the row width in percentages and also word wrap. But I could now see a way to specify the row width in percentage relative to the page width.

I saw this has been asked before 10 years but I am hoping it is resolved by now.
Table and Column Widths as Percentages?

Hi Helen,

Thanks for contacting support.

Technically speaking, a column has width attribute and row can have height attribute and with current release of Aspose.Pdf for .NET, you can specify the columns width information and also set the row height information. Furthermore, you can get page dimensions and set row height and column width information dynamically. Please visit the following link for further details on

PS, typically column width information can be specified using table1.ColumnWidths = “100 100 100”; where 100 represents 100 points width factor.