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,
When you download the document, phpdocx uses the header function to achieve it. After a header is sent with PHP, you can't print anything else in the screen.
Of course you can create the document using createDocx, do anything you need and download it with your own code.
Regards.