Hello everyone, I am currently exploring document template for a business need. Currently the business is using mail merge to perform receipt printing. The reason being is that the template contains a dynamic image (bar-code) this varies based on the address of the customer. With mail merge, we couldn't able to automate this receipt printing process. The end user needs some automation in this business process as they want to do it batch. With this business need, I am exploring Document template as one option, but in document template I couldn't able to show the bar-code image dynamic. In the existing mail merge template they used image control using INCLUDEPICTURE option. I even tried the same way it didn't work in document template.
The URL of the barcode looks something like this https;//{public facing url}/[merge field of address] this will generate a bar-code image. I want to include this image in the document template. Anyway to achieve this?