With SSH you can test, it works and is the best solution to implement this command in your php shell script.
Example of converting a file named filename.doc to pdf :
soffice --convert-to pdf filename.doc --headless
With SSH you can test, it works and is the best solution to implement this command in your php shell script.
Example of converting a file named filename.doc to pdf :
soffice --convert-to pdf filename.doc --headless