Hello, I'm trying to create page, which will answer with a docx file.
This page creating file fine with "$docx->createDocx('file');". But once i change it to "$docx->createDocxAndDownload('file');" file appears to be broken. And word cannot open it. Only one line change does this.
Any suggestions?