Is there any jquery plugin/script to detect Adobe Reader on user system ? and it is not then show a message to download.
Code should be compatible with all A-grade browsers.
Is there any jquery plugin/script to detect Adobe Reader on user system ? and it is not then show a message to download.
Code should be compatible with all A-grade browsers.
I'm not sure, but is the pdf not automaticly downloaded when Adobe or a similar plugin is not available?
I don't have adobe reader, but I do have Foxit reader, which will take care of Acrobat documents. Therefore it's not a good idea to try to detect what the user has installed. Instead let the users system deal with it. If they have Adobe Reader, then it will deal with PDF files, if not, it will download and open in an app that can deal with it. If you want to help a user, add a discreet link to download Adobe Reader next to the link to the file their downloading.
Don't do this. Some users (like me) prefer to just download the PDF and not let it display in browser (through adobe readers browser plugin).
Then, there is no way to detect if the user has any program to display PDF files installed. Systems vary wildly (e.g. on Mac OS X you do not need Adobe Reader, there the "Viewer" application can display PDF files).