Custom Toolbar button in Adobe Acrobat Reader

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

  1. #1

    Default Custom Toolbar button in Adobe Acrobat Reader

    Hello Everyone,
    I need to add a custom toolbar button in Adobe Reader using C# 2.0 and performed some custom tasks by clicking on this button.

    Could anyone guide me, how to add a custom toolbar button in Adobe Reader application?

    PS: I have create a Shared Addin for adding Custom Toolbar for office applications but have no idea how to start for Adobe Reader application.

    Your instant reply will be highly appreciated. Thanks in advance.

    Best Regards,
    Malik Irfan
    Malik_Irfan@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Acrobat 8 ToolBar Button
      Does anyone know how to add a toolbar button using AVToolButtonNew? It does not seem to work on Acrobat 8. The button is added but the icon is not...
    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. Adobe Reader 7.0.8 vs Acrobat 6.0.1 Pro
      Found the fix myself. Made Others Read/Write on the file /Library/Applications Support/Adobe/Adobe Registration Database. Read Only should have been...
    4. Help with acrobat toolbar button?
      hi People, I have been asked to develop a toolbar or button to be placed on the acrobat reader and acrobat professional also. I basically want...
    5. Adobe Acrobat (Full) 5.0.5 --> Adobe Reader 6.0.1
      We've got a nice Adobe Reader 6.0.1 install working here, with one problem: If Adobe Acrobat (a.k.a. "full" or "Adobe Writer") v5.0.5 is on the...
  3. #2

    Default Re: Custom Toolbar button in Adobe Acrobat Reader

    You can add buttons with Acrobat JavaScript or a plug-in.
    Bernd Alheit Guest

  4. #3

    Default Re: Custom Toolbar button in Adobe Acrobat Reader

    Hello Bernd,

    I am totally new for Acrobat product, Could you please guide me, how to create a plug-in? Any sample code/tutorial?

    Thanks for your reply.

    Best Regards,
    Malik Irfan
    Malik_Irfan@adobeforums.com Guest

  5. #4

    Default Re: Custom Toolbar button in Adobe Acrobat Reader

    Look at 'Introduction to SDK' in the Acrobat SDK ([url]http://www.adobe.com/devnet/acrobat/[/url]).
    Bernd Alheit Guest

  6. #5

    Default Re: Custom Toolbar button in Adobe Acrobat Reader

    As Bernd recommends, you need to start by downloading the Acrobat SDK which has all documentation, sample code, etc.

    HOWEVER, in order to develop a plugin for Adobe Reader, there are two things you are going to run into very quickly.

    * You MUST use C/C++. C# is not supported.
    * You MUST get a (paid for) license from Adobe Systems in order for your plugin to run. (there is no cost to develop a plugin for Adobe Acrobat, however).
    Leonard_Rosenthol@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