php-stamp
php-stamp copied to clipboard
The XSL-way templating library for Word DOCX documents.
Столкнулся с проблемой, что размеры полей у исходного шаблона и выходящего документа различаются. В результате документ "съезжал" и не был похож на исходный. Можно подумать в сторону либо выставления размеров...
приветствую Если в строке, куда идет вставка данных, присутствуют кавычки-ёлочки («»), то не происходит подстановка значений, а в конечном документе остается [[full_name]]. yii 2.0.30 php 7.3.9
My `docx`-Template contains the placeholder `[[brief.anschrift]]` which should be replaced by a multiline string: ``` Line 1 Line 2 Line 3 Line 4 ``` The array passed to the `$templator->render(...)`...
It'll be nice to have templating ability in this document sections, isn't it?
After the release of PHP 8.1.2, template generation stopped working, gives the following error: Uncaught TypeError: PHPStamp\Templator::searchAndReplace(): Argument #1 ($nodeList) must be of type DOMNodeList, bool given, called in. After...