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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -