Hi there!
I have the latest release of Aspose.Pdf for .NET (5.3.0.0)
When I export my HTML table to pdf the format of the column width doesn’t produce expected results.
For example:
--------------------------------------
Plant | D | Min | Max | Avg|
| ay| | | |
--------------------------------------
Saturn |1 | 1.67 | 15.72| 5.06|
-------------------------------------------
etc…
My Table looks like the above, when the day column has plenty of space to fit in one line. I tried css nowrap and min-width. Any suggestions.
I have included the code used to generate the html and the html in the attachment.
Thank you