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.
[b]Update:[/b]
Well, I feel dumb. I discovered the problem I was having was related to the output of the docx file. After I unlinked the file, I needed to call [code]exit;[/code], otherwise the top portion of the web interface would get appended to the end of the docx file, resulting in a 'corrupted' file.