<?= Html::a('Stamp', ['/news/stamp'], ['class'=>'btn btn-primary']) ?>
public function actionStamp () {
return $this->render('stamp');
}
use PhpOffice\PhpWord\TemplateProcessor;
$template = new TemplateProcessor('/var/www/basic/web/Dogovor.docx');
$template->setValue('company_name', 'ror');
$template->setValue('worker', 'roe');
header("Content-Disposition: attachment; filename=MyFile.docx;");
$template->saveAs('MyFile.docx');
save("php://output");
файл открывается, но в нем отображается не мой шаблон, а разметка страницы с формой