I need to write a little utility that search for a string in a PDF file and then place an image on the string.
I just realized iText cannot achieve the task of search the position X,y of a string in PDF document, because it is not a renderer. (I'm in wrong, please tell me!! :) )
So I'm trying hard to find a solution.
Now I'm programming it in JAVA so it is preferable to have a library or something else for JAVA, but in any case please tell me if you know a solution or a hint.. :)
THANKS!