Forum


Replies: 6   Views: 4584
Ordered lists appear with all items as number 1
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 jorgelj  · 07-02-2014 - 07:56

Hello,



You can upload the document to DropBox or other service.



In this line of code:




$docx->transformDocx('example_01.docx','example_01.html',array("method"=>"direct","odfconverter"=>true));


You're missing the third parameter that is the path to the temp folder (null if system default path), and the options array is the fourth parameter.



What version of PHPDocX are you using? You can get this info in the README file.



Regards.