How to add dynamic image in Generate document template?

0
Hello All,   I want to add a dynamic logo to the document template where I have a different logo based on different project numbers. Can anyone help me? How can I add the dynamic logo to the document generation pdf?   Regards, Yogeshwar
asked
1 answers
0

Basically, you need to put a data view or template grid with the dynamic image viewer on your page. This dynamic image viewer needs an entity or a generalization of the system image entity. When creating your document make sure that you can reach this entity. 

 

an example, with the image entity and a template grid, please use a generalization of the image entity for specifc images.

 

see also:

How to make an image entity - https://docs.mendix.com/refguide/image-viewer/ 

Info about the dynamic image in template – https://docs.mendix.com/refguide/dynamic-image-document-template/ 

 

 

 

 

answered