Re: [iText-questions] How to Add HyperLink Image

2006-02-24 Thread Bruno Lowagie
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

2006-02-23 Thread GigiJK
Hello, Can anyone show me how to add a hyperlink image on the upper lefthand corner of a pdf file using iText?   Thanks _GJK