Reputation: 15
My XML input will have a base64 encoded Version of an image. The image is dynamic in nature an cannot be embedded using image-embed image option in BIRT. I am using Version >4 BIRT. I tried the URI option With input as base64 but its not working in the preview of PDF. Can any body throw some lightssee how i added. dataimage tag is my base64encoded data
Upvotes: -4
Views: 1101
Reputation: 15
Finally I am able to figure it out.
org.apache.commons.codec.binary.Base64.decodeBase64(row["dcpimage"]).
Upvotes: 2