Adding toolbars to browser plugin

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

  1. #1

    Default Adding toolbars to browser plugin

    I have developed a small plugin, which adds some buttons to the toolbars in Acrobat. This works fine if I open the pdf i acrobat, the buttons are added to the toolbar, but if I open the pdf in my browser and browserplugin for acrobat is used I don't get any of the buttons i've added. Is it not possible to use a plugin in the browser plugin for acrobat or am I doing something wrong?
    CasparNielsen@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Flash plugin proxy settings inherited from browser?
      I've been trying to get a SimpleConnect to work through a firewall for some time. I'm trying to connect to a FCS application. I've tried using...
    2. How to customize and control Acrobat Browser Plugin
      Hello all, there are some possibilities to customize Acrobat Professional and Acrobat Reader using C++, C#, VB, JavaScript, a.s.o. Is there also...
    3. Folder Level JavaScripts with Acrobat Browser Plugin
      Hello, I have to customize Acrobat in the way that I disable some menu items and toolbar buttons and therefore add my own buttons. I can do...
    4. Please help --> How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if flash plugin is not available in browser
      Hi, Please help How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if...
    5. since adding the RAW plugin, loading a jpg freezes PS 7.01
      Since incstalling the RAW plugin, whenever I attempt to load a .jpg file which has not been previously saved in PhotoShop, PhotoShop 7.01 will freeze...
  3. #2

    Default Re: Adding toolbars to browser plugin

    There's a setting like "ButtonIsExternal" - you'll need to check the
    name. Also visit your program carefully: you cannot use
    AVAppGetActiveDoc(): it may return NULL or a document open separately
    in Acrobat.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Adding toolbars to browser plugin

    I think I've found the method you'r talking about. It's called: AVToolButtonSetExternal. The problem is it's not documented in any of the pdf's from the SDK. Any help on how to use the method would be greatly appreciated.
    CasparNielsen@adobeforums.com Guest

  5. #4

    Default Re: Adding toolbars to browser plugin

    Use the documentation of Acrobat SDK version 6.
    Bernd Alheit Guest

  6. #5

    Default Re: Adding toolbars to browser plugin

    I found the method in the old documentation and it solved the problem. Thanks for the help both of you.
    CasparNielsen@adobeforums.com Guest

  7. #6

    Default Re: Adding toolbars to browser plugin

    Just one quick question. Is it possible to add your own toolbar to the browser plugin or can I only add to existing toolbars. It works fine in Acrobat, but it doesn't show in the browser plugin.
    CasparNielsen@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