Expand my Community achievements bar.

How to build custom design editor to edit adobe illustrator files

Avatar

Level 1

Hi all,

I want to have a custom design editor for one of my javascript-based projects. where users can import the files and can edit the contents of imported files. The user should be able to import and export files programmatically.
Also, the users should be able to create new design templates using that editor. so that the templates can be used and modified later on by other users.
Like the user can create a template with multiple layers for name, phone, and other icons and elements which can be changed by some other users later on.
The custom editor should be able to import the following file types

  • .ai
  • webp
  • png
  • jpg etc

is that possible? which one is the best option to achieve this functionality?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 4

Hi @GulzarAli ,

 

Could you provide a bit on context on what you are trying to achieve? App Builder is specifically designed for extending Adobe products at the moment, and may not be suited for general purpose application development.