Quoting [EMAIL PROTECTED]: > Hi Bruno, > > This works but what I exactly want to know is that put a anchor on a > descriptive field in PDF document and when we click that it should open a > new HTML page with an Image in it. For getting an Image it should post > request to the servlet?
I don't understand the question. You have and Anchor. If you click it, you open an HTML page. If this page needs an image in it, it will look like this: <HTML> <HEAD><TITLE>Text with image</TITLE></HEAD> <BODY> My Image: <IMG SRC="http://users.skynet.be/lowagie/images/vaderdag2.jpg"> </BODY> What is the problem? Bruno ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
