Hi All! Can anyone tell me how to upload and save an image in mendix database and further can be used in PDF template?

0
I just want to save image dynamically in mendix database and use it in the PDF template. So that any one can access those image from different systems. Could you guys help on this?
asked
1 answers
4

Hi Abhinay,

Just use the standard image upload widget (make sure that if you use it in a single object that the image object is created first).

Please read this post on how to do it:

https://world.mendix.com/display/refguide4/Image+Uploader

Then read this post on how to add images dynamically into a PDF file:

https://forum.mendix.com/questions/7624/Rich-text-image-to-show-in-generated-PDF-

...Instead of adding them dynamically into a PDF, you can also use the PDF template to show images. To show multiple images in your generated PDF, add a template grid to your template and show the images in there using the dynamic image viewer.

answered