Forum


Replies: 3   Views: 3278
Size_col example not work on ooo 3.4 and have consequence for conversion plugin
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 QUANTAMEDICAL  · 11-04-2013 - 12:13

2 corrections inserted inside your application :
Createtable.inc
public function createTable()
error of parenthesis corrected : if (isset($args[1]['size_col']) && is_array($args[1]['size_col']) && isset($args[1]['size_col'][$intGridCol])) {

Createdocx.inc
public function createDocxAndDownload()
add header for https and IE7 download error :

header("Pragma: public"); // POUR HTTPS
header("Cache-Control: cache, must-revalidate"); // IDEM

OOO is not a good tools to convert docx, it doesn't interpret correctly Open XML WordprocessingML.
i don't speak about not repect of rowspan ... no insertion of jpeg ...

After passed 3 days on our application, i have to change of conversion tools that do a better work. (Saaspose)