Forum


Replies: 5   Views: 3622
Noob needs simple tut
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 edkocol  · 24-03-2015 - 21:00

I am sssuming $docx->createDocx($docxfilename); creates the file on the server not the client computer Are both files in the following statement located on the server? $docx->transformDocument($docxfilename, $pdffilename); I ask because we do not want the "docx" file to be on the client computer/PC and we have the process in place to download the PDF to the client computer.