Open
Description
The image added through setImageValue using TemplateProcessor is not showing image properties as image with png or jpg so am not able to convert it to pdf using other libraries such as unoconv
<?php
$document = new \PhpOffice\PhpWord1\TemplateProcessor($docx_temp_file_path);
$document->setImageValue('image', 'path to image');