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.
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.