Skip to main content
Participant
July 14, 2010
Question

How to create our own plugins

  • July 14, 2010
  • 3 replies
  • 12339 views

Hi All,

I want to create my own plugin, Is there any tutorial available. I want to do it in java.

Thanks in Advance.

This topic has been closed for replies.

3 replies

Barb Binder
Community Expert
Community Expert
September 7, 2018

Actually, it should be here: FrameMaker Scripting

I'll take care of moving it. In the future, Pads Balan, please specify which application you are using when you post questions on the community forums. There are lots of forums, and each forum is monitored by experts on that specific product. Even if you can't find the right forum, telling us which application you are using allows us to move it to the right one for you to ensure a timely response.

~Barb

~Barb at Rocky Mountain Training
Jongware
Community Expert
Community Expert
September 7, 2018

(Barb: Pads Balan was the original poster and posted in the InDesign (general) forum so it was appropriate to delegate him towards the InDesign SDK forum. The resurrection of this almost-decade old InDesign thread and its link to FrameMaker is from himanshuy.)

Barb Binder
Community Expert
Community Expert
September 7, 2018

Hi Jongware:

I see that now and will branch this to a new thread.

~Barb

~Barb at Rocky Mountain Training
Harbs.
Legend
July 14, 2010

Depending what you are trying to do, the CS SDK might be what you are looking for (in CS5)...

http://forums.adobe.com/community/creativesuites/cs_sdk

Harbs

Community Expert
July 14, 2010

You might want to try posting on the Scripting or SDK forums?

As far as I know, creating plugins for InDesign is difficult and requires knowing C languages and also intricate knowledge of the program workings or something?

What is this plugin you want to create going to do for you? Perhaps there is already a plugin or a suitable alternative not requiring a plugin?

Jongware
Community Expert
Community Expert
July 14, 2010

The only way to write a custom plugin is with C++. You cannot use any other language, because you need the custom framework Adobe uses.

Perhaps it's possible to write a script that does what you need? To write a script you can use AppleScript or VBScript (platform dependent), or Javascript -- Javascript is not Java -- platform independent, for the largest part. You can even use any other language that supports InDesign's COM object interface (http://www.manuelabadia.com/blog/PermaLink,guid,d57337b5-b4da-4cb0-ad22-595379ca24ad.aspx).

Through scripting you can manipulate every single object inside InDesign; to "step out of the box" and actually add functionality, you need a "real" plugin.

Participant
July 19, 2010

Thanks for ur reply, I have used "Adobe InDesign Plug-in Editor for InDesign CS3" and created the sample from given sdk, it was successfully built, but I didnt get any "plugin" menu in Indesign as specified in the following link http://labs.adobe.com/wiki/index.php/InDesign_Plug-in_Editor. I have tried in Mac with CS4 and CS5 and I dont have CS3. I am not able to download CS3, when ever I try to download CS3 I am getting the link to download CS5 only.

Can you please tel me how to create the plugin using javascript or c++, Is there any tutorial (like Lets get started) available?

Thanks in advance.