Blob image not coming in rtf template
Hi
I have queried per_images table and got image column which is in b64 encoded form.now while preparing rtf template i tried to get this image in jpg format.But nothing is coming in the rtf template.
<fo:instream-foreign-object content-type="image/jpg"><?Field_Name?></fo:instream-foreign-object>
it looks the encoded 64 is not getting converted to jpg format