hi,
i tried to replace variable $IMAGE$ by our image COR.jpg, but nothing append.
In the docx , stay $IMAGE$
my code:
$path_signature = "C:\\wamp64\\test\\COR.jpg";
$docx = new Phpdocx\Create\CreateDocxFromTemplate("C:\\wamp64\\test\\test\\BE.docx");
$docx->replacePlaceholderImage('IMAGE', $path_signature);
$docx->createDocx("C:\\wamp64\\test\\BE.docx");
Can you help me? thank you