Added by Michael Shestero over 9 years ago
I use WPdfRenderer to make reports with tables from XHTML to PDF.
The problem is that sometimes when I have much data the table is too wide for paper size (even in landscape mode) and the right columns are cut off.
Question: how can I hardly restrict the table width for "printing" area size (in source XHTML, in CSS or using some option of renderer)?
Perhaps there are several possible solutions?