Hi
Based on a template I need to add one or more images.
Each image should be added on a bank page at the end of the template.
I tried to search for addPage,insertPage etc. but could not find anything
some psedo code
// Load the template
$docx = new CreateDocxFromTemplate($userDoc->getFullPathToTemplate());
// this is what i want
$docx->addNewPageAtTheENd();
$docx->insertImage('/path/to/my/image.png');