I'm not familiar with pdf rendering system or postscript, and I'd like to know if in principle - it would be possible to extract the location of a string in a pdf. that is:
- given a pdf with regular text paragraphs (not form-fileds\text boxes or other objects, simple text)
- search for a specific string in the file
- get the x,y coordinates of that the first letter.
I've searched pdf-libs in many languages but they don't seem to allow such operation.
does pdf standard supports this?