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?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowGreetings, 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.