HI,
I need to embed an html table within a docx and transform it to pdf with libreoffice library.
This table has one column with fixed size and an unknown number of columns, these must to be auto sized.
Like that:
<table>
<tr>
<td width="10%">N.</td>
<td>N.</td>
<td>N.</td>
...
</tr>
</table>
Actually all columns appears to be the same width in the pdf.
I read that each columns need to have a defined width, but is there a way to do not have to define width attribute?
I use PhpDocx6.5 Pro with LibreOffice v 5.1.6.1
Thanks
Gianluigi