I can generate a dynamic pdf using html template and html template from doc service followed by PDF from HTML smart service. But cant display image. In html template i am using image src and in src i make it as pv and pass the image field/rich text image with document image having document id from appian. Image is displayed as image icon but no image displayed. Any idea on how to get these done dynamically?
Thanks in advance
Discussion posts and replies are publicly visible
If i have dynamic images loaded lets say 3 images, You mentioned -> separate max-width CSS for the image tag made the difference. This tag will be applicable on images wherever i show it. It should bring up the images right?
I use that CSS to adjust the size of the images. Without it, all images are rendered full page.
got it. will try it. thanks