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.
Hi there,
is there a boolean attached to the CreateDocx method that evaluates whether a the document output has been successful or not?
thanks in advance.
LW
Hello,
The way to check if the file has been created is to use file_exists function, or a similar one. But if you need to get a return, you can add it on line 4587 in CreateDocx.inc file.
Regards.