Re: [iText-questions] How to Add HyperLink Image
GigiJK wrote: Hello, Can anyone show me how to add a hyperlink image on the upper lefthand corner of a pdf file using iText? Create the image: Image gif = Image.getInstance("../../chapter10/resources/iTextLogo.gif"); Add the hyperlink: gif.setAnnotation(new Annotation(0, 0, 0, 0, "http://ww
[iText-questions] How to Add HyperLink Image
Hello, Can anyone show me how to add a hyperlink image on the upper lefthand corner of a pdf file using iText? Thanks _GJK