Skip to main content
September 15, 2014
Question

How to use Third Party DLL in Adobe Illustrator Plug In

  • September 15, 2014
  • 1 reply
  • 635 views

Hi Everyone,

I want to design plug-in for Adobe illustrator CS6(64 bit). As first step I am referring sample plug ins from ../SDK/SampleCode. I am not getting how to use third party DLL in plug in.

Please let me know how to refer C# DLL in illustrator plug in.

Thanks in advance.

This topic has been closed for replies.

1 reply

A. Patterson
Inspiring
September 16, 2014

There's no C# API for the Illustrator SDK, so your plugin must be C++ at the very least. That said, you can probably write a bridge if you need to call out to a C# library/DLL.

September 17, 2014

Thanks Patterson. I will write a bridge as you said.