0

I have a WinForms application and am using AxAcroPDF COM component to display PDF files in my application. I want to highlight occurrences of some text in the PDF document using the AxAcroPDF component. Is there a way to do that?

Hemanshu Bhojak
  • 16,972
  • 16
  • 49
  • 64

3 Answers3

0

Another alternative way is there, you may like to do all kind of text editing features using Foxit PDF Reader. It is now available for major platforms like linux, Windows and Mac.

nifCody
  • 2,394
  • 3
  • 34
  • 54
0

Mendeley (https://www.mendeley.com/) does the work like a charm!

In fact, Mendeley is more than a PDF-reader. You can use it to organize your docs and references .

mendeley does the job

thicolares
  • 295
  • 3
  • 14
0

just since there are no answers here - according to Adobe's API there is a method SetCurrentHighlight, which hightlights text within the specified rectangle (I haven't tried this):

SetCurrentHighlight

Highlights the text selection within the specified bounding rectangle on the current page.

Syntax void setCurrentHighlight(LONG nLeft, LONG nTop, LONG nRight, LONG nBottom);

hello_earth
  • 1,442
  • 1
  • 25
  • 39