HTMLToQPDF
HTMLToQPDF copied to clipboard
Table
Every table has a border.
I used style, border = 0,
handler.SetContainerStyleForHtmlElement("table", t => t.Border(0f)); (and for good measure td, and tr).
Nothing works.
What am I doing wrong and how do I set the width of td elements?