How Can we implement search functionality in AxAcroPDFLib.AxAcroPDF( Pdf ) using C#
- by V G S Naidu
Hai,
I am using the AxAcroPDFLib.AxAcroPDF library to Display the files in the winforms Control using the line,
"AxAcroPDFLib.AxAcroPDF.src = path; "
it's loaded the file well and when we click CTRL+F it showing
search box and searching the searched string well. But we need to
implement the search funtionality programatically using the Dotnet
Code to automatically search the string in pdf file.*To do so i didn't
find any supported methods to find the string programatically.
please provide the solution to to implement the search functionality in pdf files.
Thank you.