Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is There an API to Run Illustrator JSX Scripts Automatically?

Community Beginner ,
Sep 04, 2025 Sep 04, 2025

Goal: I want to translate text within an .eps file.

Currently, To achieve the goal I’m using an ExtendScript/JSX script, but it has to be run manually in Illustrator via File → Scripts → Other Script → select .jsx file.

Query: Can this process be automated so it runs without requiring Adobe Illustrator to be installed? Is there any API available for this?

 

TOPICS
Scripting , SDK
245
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 05, 2025 Sep 05, 2025

JSX is the script that is automating your workflow. However, that setup needs that the computer has Illustrator installed and then the JSX script is executed by this installed app. What I understood from your post is that you are looking for an API that would take your JSX and execute if remotely on some machine and deliver you the results, you won't be needed to install Illustrator on your machine. That is not possible and no such API exists for Illustrator.

If I have misunderstood your use cas

...
Translate
Adobe
Community Expert ,
Sep 04, 2025 Sep 04, 2025

No there is no remote version of Illustrator like InDesign Server. So this is not an option

-Manan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 04, 2025 Sep 04, 2025

@Manan JoshiI am little confused. Does that mean there is no API for automating JSX script execution?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 05, 2025 Sep 05, 2025

JSX is the script that is automating your workflow. However, that setup needs that the computer has Illustrator installed and then the JSX script is executed by this installed app. What I understood from your post is that you are looking for an API that would take your JSX and execute if remotely on some machine and deliver you the results, you won't be needed to install Illustrator on your machine. That is not possible and no such API exists for Illustrator.

If I have misunderstood your use case please provide more details

-Manan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 05, 2025 Sep 05, 2025

If you have a networked computer that can run Illustrator all the time, you could set up a hot folder where added files are automtically opened in Illustrator. If it has the Tag72a plugin it could then run a custom script that triggers on document-open that does the export and closes the file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 05, 2025 Sep 05, 2025
LATEST

Similar post by the same user. Highly likely to be in the same context.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines