java - Using image with hyperlink -
i using birt api design pdf.there need show image hyperlink given url. image needs have url hyperlinked , on image click given url should open:
imagehandle image = null; image = factory.newimage(uuid.randomuuid().tostring()); image.setfile((string) mediaimagemap.get(mediatype)); i able add image pdf using imagehandle unable link(hyperlinked) given url image. suggestions?
Comments
Post a Comment