Skip to main content
Inspiring
January 23, 2023
Answered

Using "Flatten Transparency" on an object via Script, Extension or SDK?

  • January 23, 2023
  • 1 reply
  • 850 views

Hi,

I've tried this with a Jsx script but it can't be done without the UI popping up. I know I can record an action and access that, but it's not an elegant solution if I want to sell/licence the script.

 

I have't tried Extension (same as Jsx but with Html5 UI right?) or the SDK. I'm almost willing to learn just to get pass this issue if it is possible.

 

What do you guys think, is it possible with the SDK?

This topic has been closed for replies.
Correct answer erinferinferinf

Hi there,

 

I'm from a Creative Cloud developer experience team, and I don't have an immediate answer to your question, I just wanted to let you know that I'm deeply invested in your problem.

 

I also wanted to share that I bookmarked this post because it represents a common user story for scripters: You want to solve a pain point in your workflow so much that you're nearly willing to dive into the C++ SDK for your usecase.

 

If you do want to try the SDK, I'd recommend downloading it, documentation is included in the download, here: https://console.adobe.io/downloads/ai You can search through the download to try and find commands that could help.

 

If you want to try the Extension route, that's called CEP, and yes, it's HTML with UI, here's the documentation and a Getting Started Guide (Photoshop is the example, but the same steps will work with Illustrator). If you weren't able to find the ExtendScript command you needed in JSX in seems a bit unlikely that CEP will help...

1 reply

erinferinferinf
Adobe Employee
erinferinferinfCorrect answer
Adobe Employee
January 27, 2023

Hi there,

 

I'm from a Creative Cloud developer experience team, and I don't have an immediate answer to your question, I just wanted to let you know that I'm deeply invested in your problem.

 

I also wanted to share that I bookmarked this post because it represents a common user story for scripters: You want to solve a pain point in your workflow so much that you're nearly willing to dive into the C++ SDK for your usecase.

 

If you do want to try the SDK, I'd recommend downloading it, documentation is included in the download, here: https://console.adobe.io/downloads/ai You can search through the download to try and find commands that could help.

 

If you want to try the Extension route, that's called CEP, and yes, it's HTML with UI, here's the documentation and a Getting Started Guide (Photoshop is the example, but the same steps will work with Illustrator). If you weren't able to find the ExtendScript command you needed in JSX in seems a bit unlikely that CEP will help...

iLLMonkeyAuthor
Inspiring
January 27, 2023

Thank you for the links and your answer.

Kernzy
Inspiring
December 13, 2023

I've encountered a similar challenge and am curious if there has been any progress on your end?