0

I have a pdf page. There is plain text on it from start to end i.e.

This is a sample pdf and my aim is to get the cordinates of specific word or line.

I need to find the coordinates of the word "specific". I am using iTextSharp in c#.net What is the best way to do it?

vefthym
  • 7,422
  • 6
  • 32
  • 58
  • 2
    Did you try _anything_ to solve your problem? Please read [FAQ], [ask] and [help] – Soner Gönül May 12 '14 at 12:06
  • There is no such thing as "plain text" in PDF. Please read http://stackoverflow.com/questions/6523243/how-to-highlight-a-text-or-word-in-a-pdf-file-using-itextsharp You can examine `TextRenderInfo` snippets, but there is no guarantee that a `TextRenderInfo` elements correspond with a "specific word". Your question starts with wrong premises that reveal a lack of understanding of PDF. – Bruno Lowagie May 12 '14 at 12:09

0 Answers0