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.
Hello, I have a similar problem.
Never creates a .pdf file and rather creates 2 files .docx
example_text.docx and tempDocX_55ccc34dd507a.docx
it may be failing ?? I use windows
This is the code I'm using.
$docx->transformDocument('example_text.docx', 'example_text.pdf' ,dirname(__FILE__), array('método' => 'script', 'depuración' => true));