Upon reviewing this code snippet:
<table>
<tr>
<td border="1">
<table>
<tr><td>Blah</td></tr>
<tr><td>Blah</td></tr>
<tr><td>Blah</td></tr>
</table>
</td>
<td border="1">
<table>
<tr><td>Blah</td></tr>
<tr><td>Blah</td></tr>
</table>
</td>
</tr>
</table>
In this context:
You will encounter the following:
However, upon clicking "transform" to generate the PDF with XMLWorker, the outcome is as follows:
This leads to a query: Is vertical alignment malfunctioning? How can one reposition the second table to align with the top of its parent cell?