Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
swapneel_kulkarni@adobeforums.com #1
How do I invoke a Adobe Plugin from another Client application
Hi,
I have written a plug in for Adobe.
I need to know how do i invoke this plug in from an external application
For
e.g a VB.NET Form has a button which on clicked would invoke this plug in
Thanks for your suggestions in advance
swapneel_kulkarni@adobeforums.com Guest
-
Adobe Plugin
Hi, We have an adobe plugin(imports csv data to pdf form) developed in version 6 and 7 but in version 8 it's not working so,migrated to Adobe 8 by... -
Invoke another Component from Application.cfc
I am adding a session tracker to my application.cfc file. I have gotten to a point where I notice a couple of blocks of code that repeat and could... -
Adobe 5, Plugin error when trying to download
Have Windows 98, when trying to download keep getting plugin error, any suggestions would be greatly appreciated. Thank You -
Invoke a method in Java webservice thro' soap call from Asp.net client.
Hi, I am trying to access a java webservice. I know the method's signature. I used 'SoapHttpClientProtocol.Invoke' method. This method is builds... -
ADOBE RAW Plugin doesn't work with EOS 10D
I just bought the ADOBE RAW file plugin to work with Photoshop Elements 2.0. My camera is a Canon EOS 10D. I can't get the plugin to open the... -
Leonard_Rosenthol@adobeforums.com #2
Re: How do I invoke a Adobe Plugin from another Client application
Pick your favorite form of IAC/IPC and implement it. COM, DDE, Named Pipes, Shared memory, shared file, etc. It's up to you.
Leonard_Rosenthol@adobeforums.com Guest
-
swapneel_kulkarni@adobeforums.com #3
Re: How do I invoke a Adobe Plugin from another Client application
The plug-in that i have written creates a menuitem in Adobe
I want to know how do i call menuitemexecute for the custom menuitem that i have written
Thanks
swapneel_kulkarni@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: How do I invoke a Adobe Plugin from another Client application
I've already answered your question in the most complete way possible.
What did you not understand about my answer?
Leonard_Rosenthol@adobeforums.com Guest
-
swapneel_kulkarni@adobeforums.com #5
Re: How do I invoke a Adobe Plugin from another Client application
Leonard
I would like to know how to do it
I know that you can use IAC to call a plug-in
I need to know the function call that i need to make in order make it happen
MenuItemExecute doesnt seem to work for me.. or maybe i am doing something wrong there
I can call menuitemexecute("SaveAs") but menuItemExecute("MyMenuItem")
doesnt work
Please advise
swapneel_kulkarni@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: How do I invoke a Adobe Plugin from another Client application
Your menu item is NOT "MyMenuItem", it's more likely something like "ABCD:MyMenuItem". Look at your code in the plugin when you registered it...
Leonard_Rosenthol@adobeforums.com Guest
-
swapneel_kulkarni@adobeforums.com #7
Re: How do I invoke a Adobe Plugin from another Client application
Leonard
Thanks a lot
It worked..
swapneel_kulkarni@adobeforums.com Guest
-
athirukk #8
Re: How do I invoke a Adobe Plugin from another Client application
Hi Swapneel - Can you please post the sample code which you used to invoke plugin method from outside Acrobat? It will really help me.
Thanks,
AT
Junior Member
- Join Date
- Dec 2010
- Location
- Dayton
- Posts
- 2



Reply With Quote

