How to detect if the Acrobat Reader it's installed in a host.

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default How to detect if the Acrobat Reader it's installed in a host.

    I´m developping a web-application and I need open a pdf file. How do I detect if the host have Acrobat reader installed in your pc?
    Adenízio_Pereira@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Distribution of installed versions of Reader
      Hello, Can anyone point me to data showing the distribution of Adobe Reader versions installed on PCs worldwide (ie the proportion of end users...
    2. Cant detect new flash player version installed
      Hi, After installing the flash player 9 in my Mac OS X 10.3.5, I cannot find where exactly it is installed (Installation was successful). After...
    3. Acrobat Pro/Reader 7 Batch enable commenting for Reader 7
      I have been searching for a good way other than opening and saving each file using Acrobat 7 Pro in order to enable commenting in Reader 7. Is there...
    4. Installed Reader 6 but pdf opens in Acrobat 5
      I have Adobe Acrobat 5.0.5 along with IL10, ID2 and PS6. I downloaded Adobe Reader 8, but every PDF file I select opens with Acrobat 5. This includes...
    5. Acrobat 6.0 installed (with no errors) but no printer was installed
      I have just installed Acrobat 6.0 on a windows XP desktop (with all the MS patches). It also have MS Office 2003 installed on it. The install runs...
  3. #2

    Default Re: How to detect if the Acrobat Reader it's installed in a host.

    There is not a reliable method of detecting whether or not Acrobat is installed. You can use IE-specific JavaScript to detect it, though.

    If you're developing a client (i.e. an IE front-end), you can query HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe. If this key exists, either Acrobat or Reader is installed on the user's PC.

    Nathan
    Nathan_Strong@adobeforums.com Guest

  4. #3

    Default Re: How to detect if the Acrobat Reader it's installed in a host.

    A lot of times folks would rather be told that the file is a PDF and they would need the reader (show link). It sounds like you may be wanting to detect and then force an installation. If so, you can expect some folks to never return to your web site - people do not like their computer played with by others.

    The detection is a bit problematic. I think that Nathan's solution will probably work. The problem is typically related to programs that were looking for AA3 and earlier. They never detect the newer versions of AA or AR. This would suggest a detection problem that hopefully Nathan's solution has fixed.
    William_A._Davis@adobeforums.com Guest

  5. #4

    Default Re: How to detect if the Acrobat Reader it's installed in a host.

    There is a simpler way to check and these two documents might help to do it...

    <http://support.adobe.com/devsup/devsup.nsf/docs/52970.htm>

    <http://support.adobe.com/devsup/devsup.nsf/docs/51621.htm>

    ~T
    Tembowa@adobeforums.com Guest

  6. #5

    Default Re: How to detect if the Acrobat Reader it's installed in a host.

    PLEASE do not try. The reasons why this is such a bad idea are covered
    regularly in this forum.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139