I just purchased the pro version. (v2.4)
Every document I generate is empty. Even if I try the examples. I did not get any errors. does anybody know what could cause this problem?
for example:
require_once '../../classes/CreateDocx.inc';
$docx = new CreateDocx();
$docx->addText( 'This is a test.' );
$docx->createDocxAndDownload('newFile');
I can download newFile.docx as expected. But it's empty when opening in Word 2007 (windows). If I open the newFile.docx in a other text editor it's also a empty file.