I have a pdf file which I want to open in a Windows Forms Application and perform following tasks-
- View the pdf document
- Zoom +/- document
- Search Text
- Highlight a specific text
- Show it in a listbox/dropdown
- select those words and highlight in pdf
- Remove selection/Highlight.
I have tried using certain libraries like pdfSharp/iTextSharp even Acrobat Reader OCX control.
Its really bugging me..is there any help??