Could not display image in pdf with PDF document generation module

0
Hi I am using PDF document generation module by mendix to replace document template. I got all other details working but not the image.   What I did: 1) I created a new page which will be exported as pdf. 2) I had my required details and image. 3) In print button, I called "generate pdf from page" activity and called the page.     All details except image is working.   What I tried: 1) Tried committing and end the transaction before generate PDF from page. 2) Tested the read rights of the current user (It is working in page as expected) 3) Tried using image widget and dynamic image. But either didn't help.       Thanks in advance.
asked
1 answers
0

Hi Rishi,

Try to make the layout grid as fixed size or move the image out of the layout grid.

Layout Grids sometimes apply padding, overflow, or flex styles that interfere with image rendering—especially when the image is dynamically loaded.

 

answered