Hello everyone,
I'm working on a PDF template to summarize the inquiry that a customer sent to us. One field in this entity is for pictures of the customers product. There are 1-3 pictures from the products. The pictures should be printed with the PDF template in a summarizing document for the customer.
I tried the "images" field but there is only 1 picture possible.
That why i tried to use "attachment multiple" in which I could upload several images.
But in both ways I don't know a possibility how to print all uploaded images to the document.
I tried it with the following code:
<p>pictures of the products:</p><p>{{#each cPartPicturesMultiple}} <img src="{{cCPartPicturesMultiple}}" style="width: 80px"> {{/each}}</p>
But there is not an image printed. I'm looking forward if I could get some help from you guys, thank you.
Kind regards
Manfred
I'm working on a PDF template to summarize the inquiry that a customer sent to us. One field in this entity is for pictures of the customers product. There are 1-3 pictures from the products. The pictures should be printed with the PDF template in a summarizing document for the customer.
I tried the "images" field but there is only 1 picture possible.
That why i tried to use "attachment multiple" in which I could upload several images.
But in both ways I don't know a possibility how to print all uploaded images to the document.
I tried it with the following code:
<p>pictures of the products:</p><p>{{#each cPartPicturesMultiple}} <img src="{{cCPartPicturesMultiple}}" style="width: 80px"> {{/each}}</p>
But there is not an image printed. I'm looking forward if I could get some help from you guys, thank you.
Kind regards
Manfred

Comment