Hi,
I have created a html page and export to PDF,
but there are some css styles are not working.
example:
<table>
<tr>
<td style='width:100px;text-align:justify;text-justify:distribute-all-lines;'>test test</td><td>test test</td>
</tr>
</table>
Note. text-justify:distribute-all-lines; not working