Iam working in django. I converted the html code of
<table border="1">
<tr height="50px"><td><b>Name</b></td></tr>
<tr height="220px"><td>Description</td></tr>
<tr height="50px"><td>Mail</td></tr>
</table>
into pdf using pisa in django. All are going well except the alignment. I need the row spacing in pdf as i mentioned in the html table height. Can anyone Please help me to get the same alignment in pdf (row spacing) as same as html?