Hey it's me again
I downloaded now the namespace enterprise package version 4.1. Then I followed the instructions from a forum post (http://www.phpdocx.com/en/forum/default/topic/874). And again I tried to create and download a word file but I get this error now:
Runtime Notice: Declaration of FPDF::_putstream() should be compatible with TCPDF::_putstream($s, $n = 0)
My code looks like this (not complete code):
$docx = new CreateDocx(); $docx->addText('Lorem ipsum...');
What am I doing wrong?