How Can we implement search functionality in AxAcroPDFLib.AxAcroPDF( Pdf ) using C#
Posted
by
V G S Naidu
on Stack Overflow
See other posts from Stack Overflow
or by V G S Naidu
Published on 2012-12-14T05:01:38Z
Indexed on
2012/12/14
5:03 UTC
Read the original article
Hit count: 622
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.
© Stack Overflow or respective owner