Hello All,
we purchased a corporate license few days ago but we have a problem using the PDF conversion plugin.
We try to run the advanced/Transform.php example, but this is working only when we do not use the ODFConverter:
// using default method without OdfConverter
$docx->transformDocx('example_text.docx', 'example_text.pdf', null, array('odfconverter' => false));
When we use the common method:
// using default method
$docx->transformDocx('example_text.docx', 'example_text.pdf');
the PDF is not generated (the docx yes), and we do not get any log or error.
We are sure that OpenOffice is running in headless mode (the check is green in the check page, we run the command "lib/openoffice/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard" from the PHPDocx dir), and the OdfConverter is correctly running (we checked all the points in http://www.phpdocx.com/documentation/pdf-conversion-plugin-installation-guide#linux).
Thanks
Roberto