Making an Acrobat plugin available in Reader

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

  1. #1

    Default Making an Acrobat plugin available in Reader

    Hi all,

    I've written a simple plugin for Acrobat with the 6.0 SDK. It works fine. Now I want to make it available in Reader 7.0 (and in 6.0 of course, it just happens that i have 7 on my machine).

    According to the documentation all I need to do is insert "#define READER_PLUGIN 1" and "#include "PIRequir.h"". I put these lines in my "PIMain.c" file. Then I dropped the "Myplugin.api" into the plugins folder of Reader 7.0, "C:\Program Files\Adobe\Acrobat 7.0\Reader\plug_ins" on my machine.

    Am I missing something fundemental here? I was under the impression that the SDK covered both Reader and Acrobat.

    BTW all my plugin does is add a menu and 2 menuitems, I then call some VB activexs from thier "MyMenuItemCommand" rountines.

    Thanks in advance,
    Brian Power
    Brian_Power@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How to automate the Acrobat Reader plugin in Internet Explorer
      Hi, I have been trying to figure out how to automate the Acrobat Reader plugin in Internet Explorer. My goal is to find a way to allow users of...
    2. Is custom encryption possible with Adobe Reader Plugin SDK?
      Hi All, Can someone please tell me if the following scenario is doable with Adobe Reader plug-in's: - I provide encrypted pdf's (not Adobe...
    3. Making Acrobat 7.0 Pro the default PDF reader
      How do I make Acrobat 7.0 Pro the default PDF reader in Mac osx 10.4. Apple Preview is the currently the default reader. If I want to view a PDF in...
    4. 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...
    5. upgrade acrobat reader 5 to acrobat reader 6.0.1
      I have installed acrobat reader 6.0.1, so instead of upgrading acrobat reader 5, it installed fresh copy. now i have two acrobat reader. Does any one...
  3. #2

    Default Re: Making an Acrobat plugin available in Reader



    Am I missing something fundemental here?




    Yes, read the document ReaderEnabling.pdf.
    Bernd Alheit 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