I have an ASP.NET C# application using MVC. I need to open a PDF file at a specific page in an iframe. I will have to search for a text inside the PDF and open the PDF at the page where the text occurs. How do I do this?
I have tried iTextSharp. But was not able to implement it. Can anyone help me in this regard?
Also tried using Acrobat and AFORMAUTLib, but was not able to.