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...
>
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
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