Skip to main content
kavyabJune11997
Participant
February 20, 2019
Question

HTML Plugin development for illustrator from scracth

  • February 20, 2019
  • 3 replies
  • 2293 views

Hi, I am a new bee to the development of third party HTML plugins for illustrator. I am not sure how to start? what tools to be installed on my computer? which IDE to use? what exact steps to follow for developing extensions to the illustrator?

Could anyone please help me out with this.

Thanks

This topic has been closed for replies.

3 replies

Srishti Bali
Community Manager
Community Manager
February 21, 2019

Discussion moved to Illustrator SDK

Nikhil R Gupta
Community Manager
Community Manager
February 20, 2019
kavyabJune11997
Participant
February 21, 2019

Hi Nikhil,

Thanks for your reply.

Document providing information on developing c++ document. How do I implement HTML and javascript plugin ?

Thanks,

Kavya

Known Participant
February 26, 2019

Kavya,

I started by building and installing the FreeGrid and FreeGridUI example. (yes, you need 2 plugins: a C++ 'Illustrator' plugin and a CEP plugin for the UI)

Luckily I used to write plugins when all was still done in C++, so most of the stuff in that example made sense, and I was able to leap into the HTML world by using this example. But it is true that the Illustrator SDK documentation deserves an update to make it 'compatible' with the contents of the SDK, and it should contain at least one example explaining how to build UI 'the way that Adobe wants us to do it'

Myra Ferguson
Community Expert
Community Expert
February 20, 2019

Here's the SDK for Illustrator, the programming guide, and additional information Adobe Illustrator SDKs | Adobe Developer Connection