Hi,
I generates a docx and would transform it into pdf like this:
$docx-> createDocx ($path);
chmod ($path, 0777. 'docx.');
/ / $docx-> transformDocxUsingMSWord ($path, $path. 'docx.'. 'pdf.');
$docx-> transformDocx ($path, $path. 'docx.'. 'pdf.');
chmod ($path, 0777. 'pdf.');
Locally on windows, no problem but on my CentOS 64bit linux server, I get this error in the log message:
phpdocx_logger INFO Running in compatibility mode. Unsupported method.
---
check.php all is ok
i have installed :
- jre
- glibc.i686, libstdc++.i686, xulrunner.i686
Do you have an idea for solve my problem ?