I've a question. I need in my wpf application to open a pdf file (I think best solution is a webbrowser), highlighting a phrase, clicking a button and extracting position (coordinates into pdf) of phrase that I selected in the pdf file. I need exact coordinates of phrase into pdf. How can I proceed?What could be best solution?Thanks
Asked
Active
Viewed 878 times
1
-
possible duplicate of [How to find x,y location of a text in pdf](http://stackoverflow.com/questions/4740157/how-to-find-x-y-location-of-a-text-in-pdf) – Paul Zahra Mar 09 '15 at 10:52
-
@PaulZahra *possible duplicate of...* - I don't think so: The OP wants the exact position of text highlighted in some PDF viewer while the question you linked to is about coordinates of text extracted from a PDF without GUI intervention. – mkl Mar 09 '15 at 11:25