Forum


Replies: 4   Views: 336
Simultaneous pdf creation?
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-05-2024 - 20:39

Hello,

The extraOptions option adds extra parameters to the soffice command. If the UserInstallation was being added in the phpdocxconfig.ini file, extraOptions is added at the end of the command, so only the first UserInstallation parameter is readed by LibreOffice. In this case, the best approach is removing UserInstallation from the phpdocxconfig.ini and add a custom one using PHP.

Regards.