Skip to main content
Known Participant
February 24, 2009
Question

How to call the illustrator plugin?

  • February 24, 2009
  • 1 reply
  • 594 views
Is it possible to call the illustrator-plugin through sdk? Could you please provide any samples.
This topic has been closed for replies.

1 reply

A. Patterson
Inspiring
February 24, 2009
Are you talking about invoking part of the core Illustrator product from the SDK? If so, a great deal of it is available through various headers relating that part of the product (e.g. font related functionality can be fond in AIFont.h).

If you want to more specifically invoke filters or menuitems as found in the runtime, you probably want to use AIActionManager.h to fire off an action. if that's what you want, you can find examples and details on these forums elsewhere (I've posted in numerous threads on the subject).