Forum


Replies: 7   Views: 6266
Generate pdf, convert plugin, no output pdf file
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 h_grados  · 13-08-2015 - 16:30

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));