I have a windows form in VB.net having the following tools
- Adobe pdf Reader(AxAcroPDF)
- A Text box
- Two Buttons
On Clicking the first button ,the pdf file selected using Open dialog box will appear on AxAcroPDF. I Want to SELECT a desired text from the pdf shown and then to display this text to the text box(Copy & Paste Method) on the click event of the second button. I cannot find the AxAcroPDF.Selectedtext property.I searched a lot and also tried to use iTextSharp to accomplish it.But failed. Please Help !