hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

PDF not rendering correctly a table with rowspan #80

Open thulnar opened 2 years ago

thulnar commented 2 years ago

i'm having problems rendering a table with rowspan, borders don't show in right way image thats how is showing and im using .resumen tbody td { border: gray solid 1px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; }