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.
I do not know why, but if I use the parameter "lineBreaks" when merging two documents, the second one being a HTML table, I get the HTML dumped on screen.
removing that parameter fixes it
Thanks
Hello,
Sorry, we have fixed that var_dump in dev version. Please edit DocxUtilities.inc and remove line 2456.
Regards.
Cheers
anyway I do not get anything at line 2456
I have this on line 4911:
var_dump($firstDocx['section'][$firstNumSections]->saveXML());
I commented it out