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?