How to insert logo dynamically in RTF template header
Summary: We have a RTF template in that we are showing logos in header and same will be different for different Business units. now we have a base 64 encoded format of image in field same needs to be shown in PDF header through RTF template.
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<fo:instream-foreign-object content-type="image/jpg"><?IMAGE1?></fo:instream-foreign-object>
0