1

I am trying to generate a resume in pdf. I am building the resume as a html table with 2 columns. I notice that when the next tr comes, if it does not fit in the current page, it generates a new page. This causes trouble because y could have almost half of the page empty.
Any ideas? Do I need to send special parameter so that my table is not cut?

problem.png

2

I found a workaround. Instead of using tables, I am now using divs. That works much better