Re: [iText-questions] How is it possible to get the x, y position of a certain word found by the PRTokeniser?

2008-06-17 Thread Daniel_R
Bruno Lowagie (iText) wrote: > > Daniel_R wrote: > >> I used the PRTokeniser object to locate the String that I'm looking for, >> my >> question is how can I get the x,y position of the word inside the pdf for >> inserting the image later on... >

[iText-questions] How is it possible to get the x, y position of a certain word found by the PRTokeniser?

2008-06-16 Thread Daniel_R
Hi, I need to locate a certain word inside the pdf and insert some picture near that word... I used the PRTokeniser object to locate the String that I'm looking for, my question is how can I get the x,y position of the word inside the pdf for inserting the image later on... Thanx ahead Dan

[iText-questions] Is it possible to add Annotation to image that inside a Chunk that inside Phrase that inside HeaderFooter object?

2008-04-21 Thread Daniel_R
Hi... I'm looking for a way to attach a url to an image that is inside a footer the onlt way i know its possible to add url to an image is by using annotation like this Image vImage = Image.getInstance("name.jpg"); vImage .setAnnotation(new Annotation(0f,0f,0f,0f,new URL("http://www.cnn.com