I’m trying to simply open a PDF from my application when a certain button is clicked by checking if the user has Adobe Reader installed, and if they do, then to open the PDF using Adobe Reader.
I’m pretty sure this is possible, but I’m a little lost as to how I would accomplish this.
Help would really be appreciated!
I’m trying to simply open a PDF from my application when a certain button
Share
Basically you can do this by launching pdfreader from your application.Check the following code for that.
where path is nothing but actual path for your pdf file.Hope this will help you.