Hello,
I have an application in which i change a template docx created a new template and turns it into pdf .
On my test server it works correctly , but on my production server, generates the docx is good but not the pdf and I have no error message.
CLI mode it works well (even Apache) but not via http .
The configuration of two servers is identical , library are the same etc. ..
Here configuraiton :
PHPDocx version Corporate
Centos 6.4 64bit
OpenOffice 4.0.1 ( headless mode enabled )
Java 1.5
Note: on my test server at the generation docx or pdf I see an output like this: wprogressprogress ... and ca foncitonne well . But on the production server I have no output ( and yet is generated docx )
Do you have an idea to solve my problem?
Second minor problem :
When inserting a html docx with background color in a table cell CSS, the bottom of my text takes a different color ... ( in pdf no worries)