Question
Rulesstack Solutions LTD
US
Last activity: 5 Jun 2018 7:32 EDT
Displaying Data content image thumbnails in PDF
Use case : We have attachments stored in Image content file as Images, I want to display a thumbnail in PDF.
Steps tried:
It renders fine when I do a show html from ( HTMLStream) but image on PDF comes out as blank.
I tried referring as content url as well but it doesnt work, its working only for binary images. any suggesstion ?
Control
<img border="1px" height="60px" src="<pega:contentURL name='xxxxx.png' path='/webwb/' classType='Image' />" width="60px" />
Points to note: our URL has https so I was not able to give complete url as per pd4ml