I am seeking a suitable method to present PDF files in a web browser (specifically IE8 and newer) for a project. The browsers being utilized already have Adobe Acrobat Reader installed, making it the preferred tool for viewing PDFs.
Is there a way to access the currently open instance of Adobe Acrobat Reader within a div to perform actions such as changing pages or navigating to a specific bookmark? Additionally, is it feasible to detect text selection events?
Any suggestions or help would be greatly appreciated. Thank you!