Forum


Replies: 1   Views: 2259
Phpdocx on server can create .docx but not .pdf
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 info@appcomm.nl  · 27-09-2018 - 11:14

Hi,

I've running PHPDocx on a remote server.
Via SSH I run a small script to create a docx and transform it into pdf.
Creating .docx works oke.
Creating a PDF gives an error.

phpdocx-premium-8.2/classes/../lib/OdfConverter/64/OdfConverter: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
ERROR: connection failed. Please make sure OpenOffice.org is running and listening on port 8100.

does OpenOffice has to be installed on the remote server? And how to get it there without having a screen, only SSH

 

Posted by admin  · 27-09-2018 - 11:38

Hello,

We recommend you to read the documentation available on:

https://www.phpdocx.com/documentation/conversion-plugin

about the conversion plugin. On these pages, you can find how to install and use the conversion plugin. As you can read on these pages, we recommend using the conversion plugin based on LibreOffice to get the best output. The conversion plugin works on Windows, Linux and macOS, and doesn't need X-windows.

Regards.