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

android - Pass an Serializable object in AIDL -

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

How to use Authorization & Authentication in Asp.net, C#? -