Forum


Replies: 19   Views: 5741
Issue with transformdocx
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 efenel  · 27-11-2013 - 17:51

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 ?