Forum


Replies: 4   Views: 1582
Strange table behavior after running macro savetodocxtoc
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 02-03-2020 - 14:50

Hello,

We recommend you to check you are settings widths to tables and cells when creating them (https://www.phpdocx.com/documentation/conversion-plugin/preparing-the-templates-for-its-conversion):

Set the sizes of the tables manually when using addTable or embedHTML methods. So, instead of keeping the sizes with automatic values according to the content, indicate specific values for each row, column and cell.

Also please check you are using the latest release of LibreOffice (www.libreoffice.org).

Regards.