Forum


Replies: 3   Views: 4788
Path for libreoffice on mac os x 10.10.5
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 i-cre8  · 22-09-2015 - 19:55

My development environment is OS X 10.10.5 using MAMP Pro and the test site is running as the default localhost site. I have installed the corporate package and have LibreOffice 4.4.5 installed My config file looks like this: ; libreoffice or openoffice method = "libreoffice" ; libreoffice installation path, absolute path path = "/Applications/LibreOffice.app/Contents/MacOS/soffice" when I run the following in terminal it works just fine: Davids-MBP:MacOS davidbuchholz$ ./soffice --invisible --convert-to pdf /Users/davidbuchholz/Sites/datatags-development/phpdocx_corp_5/examples/FormatConversion/transformDocument/example_text.docx but when I try to run examples/FormatConversion/transformDocument/sample_1.php in the browser I get the docx file created but then it just sits there with no pdf output Any idea what the issue could be and how to resolve ? Thanks.