Dynamically generate pdf files

0
when click on image I need to download the pdf files for every row. the downloading pdf file should be different for every row.  I have 10 different rows  and there can be number of rows as well . For every row there should be an image and when i click on that, it should download the pdf file. Can someone please  suggest me how to do that. If there any microflow created for that please provide me that
asked
1 answers
1

Im guessing you want to create a pdf of the image?

In that case you can create a microflow that creates a document template. This document template can be generated as type pdf. Inside the document template you  can set the image. 

See also: https://docs.mendix.com/refguide/document-templates

answered