내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

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?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 답변 개

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.