Access Plug-in Function using GetInterface

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

  1. #1

    Default Access Plug-in Function using GetInterface

    Hi,
    I am new to Interapplication Communication in Acrobat SDK 9, Here in the document i found that using "GetInterface" we can access the third-party functionality, I don't find any samples to implement the functionality. Any one who knows the procedure that need to be done in Acrobat Plug-in as well as in C# please let me know!.

    My objective is I need to access a method in my plug-in from C#.

    Thanks in Advance,

    Kumar.K
    KUMARARAJA@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Creating single plug-ins from many plug-ins
      Hi, I have some 10-15 plug-ins, now i want to create a single plug-ins, which inturn loads all these plug-ins to Acrobat. Is it possible to do...
    2. Access Plug-in doesn't work in Development Server
      I have downloaded the Linux development version of the flash media server version 3.0. Video streaming works fine. I want to write a C/C++...
    3. After 6.0.1 update: Error while loading plug-in ebook.api . . . 2 plug-in registering w/same name.
      Today I updated my Acrobat 6.0 standard to 6.0.1 when the program prompted me. The update ran fine, I rebooted the machine as it asked. Now when I...
    4. WS Interoperablity: plug-and-play, plug-and-pray, or plug-and-pry?
      Hi- Are web services interoperable? The debate continues. The answer is yes and no. The real question is when, where, and how much. Here's a set...
    5. Cannot access Network Non plug and play printer
      I have a web service that want to print something to a printer connected on another computer in the network. And that printer happens to be a...
  3. #2

    Default Re: Access Plug-in Function using GetInterface

    There is nothing Acrobat-centric about this. Use standard Windows API calls to expose your functionality via COM/OLE and then use standard C# methods to "attach" it.
    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