Greetings, i'm having an issue with replacing a placeholder in my docx document, such as for example $IMAGE$, with an actual image. Is there such a function?
Greetings, i'm having an issue with replacing a placeholder in my docx document, such as for example $IMAGE$, with an actual image. Is there such a function?
Hello,
You just need to replace the placeholder by a WordFragment. We recommend you to check the samples included within the package and the examples available on http://www.phpdocx.com/api-documentation/templates/replace-variable-word-fragment-Word-document
Regards.