Forum


Replies: 2   Views: 3741
Program terminates after createdocxanddownload v3.7 pro
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 admin  · 07-07-2014 - 06:35

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.