To break html table row to next line to convert to pdf

1.1k Views Asked by At

I want to convert an HTML table into pdf to take a print. But while converting into pdf table row goes beyond the page so I want to break the table row to next line. Is there any HTML table attribute or CSS to make that happen?

1

There are 1 best solutions below

3
On

If long text makes your rows too wide, maybe the CSS word-wrap Attribute can help you.

For example: https://css-tricks.com/almanac/properties/w/word-break/