Relorer / HTMLToQPDF

HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
MIT License
80 stars 26 forks source link

Table #4

Open gijsstrik opened 1 year ago

gijsstrik commented 1 year ago

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?