I am trying to use dompdf to convert HTML to PDF . The format I'm trying to match is: 
However, the generated PDF file has the following formatting problem:

Attributes for the first column:
<td style="width:85% !important;"><p>asdasdasd</p></td>
Attributes for the second column:
<td style="width:100px;vertical-align:top; text-align:center;">1234</td>
Any solutions?
source share