How to send File object from illustrator to extension using extend script
I want to send selected image from illustrator to extension but not getting how to resolve this issue
I want to send selected image from illustrator to extension but not getting how to resolve this issue
You can only communicate via strings between the environments, even if this is JSON that you parse once loaded. CEP extensions have plenty of utilities for handling files especially via NodeJS, but this depends entirely on what you're intending to do. If you want to display images created in app in some CEP extension, you're better off exporting the file from JSX, returning filepaths to CEP, then reading the filepaths in CEP as something like base64 and assigning it to an img src attribute like here.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.