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

Use of ExtendScript Toolkit CS6

New Here ,
Apr 28, 2020 Apr 28, 2020

Hi, with the update of the Catalina operating system, it is no longer possible for me to use a script generated with ExtendScript Toolkit CS6.
The script was used to create new files indd from a single multi-page file, as many as the pages of the original file. The new files each contained one of the pages contained in the source file, e.g. if the starting file had 5 pages, 5 files were created of which the first contained page 1 of 5, the second page 2 of 5 and so on. The 5 files were then, always with the same script, renamed by inserting in the script the 5 names for each destination file.
Can anyone help me by indicating if there is another tool that now replaces ExtendScript Toolkit CS6 to be able to launch a script with the same functions?
Thanks for your help.

TOPICS
Scripting
4.7K
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

Engaged , May 06, 2020 May 06, 2020

Hi Manan,

 

I have it! I was making a silly mistake. I should have flipped the slider in Settings in the Creative Cloud app to "show older apps". Once I did that, ESTK appeared and I downloaded and installed it in the usual way (see screenshot below).

 

Many thanks again to everyone for all your help, and I hope I haven't wasted too much of your time! — Jeremy

 

Screenshot 2020-05-06 at 13.13.42.pngexpand image

 

 

Translate
Community Expert ,
Apr 28, 2020 Apr 28, 2020

Hi,

 

Visual studio code with the extendscript add-on is now the recommended method - https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

 

regards

 

Malcolm

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 ,
Apr 28, 2020 Apr 28, 2020

If you just need to execute the script then Extendscript or its alternative is not required. You can execute it from the scripts panel. See the following link

https://indesignsecrets.com/how-to-install-scripts-in-indesign.php

 

-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 Expert ,
Apr 29, 2020 Apr 29, 2020

You (and many others) confuse ExtendScript and the ExtendScript Toolkit (ESTK). The Toolkit is a script editor/debugger, but it's a 32-bits application and they're no longer supported in Catalina. ExtendScript is a script language that works fine in Catalina. As Malcolm and Manan mention: to run a acript, run it from InDesign's Scripts panel. To edit a script, use a plain text editor or, if you want to do some interactive debugging, use the ESTK plug-in in VS code.

P.

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 ,
May 06, 2020 May 06, 2020

I just did a clean install of Mojave in the hope of using the ExtendScript Toolkit again, but as far as I can see, it's no longer available. When I right-click a script in the InDesign Scripts Panel, and choose "Edit Script", nothing at all happens! Any suggestions as to the least bad alternatives? If I edit my scripts using BBEdit (say), can I get InDesign to launch it when I choose "Edit Script"?

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 ,
May 06, 2020 May 06, 2020

Hi,

 

As stated above the ExtendScript TOOLKIT is a 32bit application and is therefore (pretty much) End of lived, the replacement is to use visual studio with the extendscript extension installed. (see link below)

 

https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

 

Regards

Malcolm

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 ,
May 06, 2020 May 06, 2020

I see it in my CC Cloud app, but that's on Windows. Maybe check again. If it's really no there, for the (pre-Catalina) MacOS you can download it here:

https://adobe-extendscript-toolkit.software.informer.com/3.5/

And there are some other places as well, just Google around.

I disagree with Malcolm that because the ESTK is a 32-bits application it's no longer usable, and that the ESTK plug-in for VS Code is so wonderful. I tried it, and like many others, went back to Adobe's ESTK. It has far fewer issues than the plug-in.

(Edit: Uwe replied with a more useful answer.)

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 ,
May 06, 2020 May 06, 2020

Hi Peter,

 

I didn't say it wasn't useful, just that it is close to the end of its live, as it is a 32bit application, and is unlikely to be updated to a 64 bit application.

 

I agree the Visual Studio Code add-in is far from being the perfect replacement, but at some point the is a good chance it will be the only option, and the sooner we use it and log bugs, feature requests against it, the less painful that day will be when it comes.

 

My two cents

 

Malcolm

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 ,
May 06, 2020 May 06, 2020

Hi Malcolm. Fair enough. It won't be updated to 64-bits, I'm sure. It may be true that the more people use it and comment on it, the better it gets, though I don't have high hopes.

 

Peter

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 ,
May 06, 2020 May 06, 2020
LATEST

What kind of bugs are we talking about? Editing itself, maintaining larger projects, interconnectivity with InDesign? Is there a Uservoice to report and review current issues? (or a close analog, such as GitHub's own Issues.)

 

I haven't used the ESTK in ages -- currently I am perfectly satisfied with Sublime Text 3, and reasonably content with inserting all kinds of alerts if code needs debugging.

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 ,
May 06, 2020 May 06, 2020

Hi Jeremy,

the ExtendScript Toolkit app is still available for download. And it still should work with OS X Mojave.

Important: It will work only after you did some bug fixing on the tool itself.

This is necessary because of a bug that is Mac OS X specific and hit all versions of the ESTK ( CS6 and CC ) as far as I can see. On all OS X versions where the ESTK can run.

 

Here a download link for an istaller of the latest version of the ESTK for Mac OS X:

https://prodesigntools.com/adobe-cc-direct-download-links.html

 

ESTK-DownloadInstaller-Mac-OSX.PNGexpand image

 

Below a guide for bug fixing the ESTK after it is installed:

https://medium.com/adobetech/workaround-for-extendscript-toolkit-debugger-error-1116-f067f81f96c6

 

FWIW: You may need to assign suffixes like *.jsx and *.jsxbin to the ESTK App through your Mac OS X Finder tools.

Cannot tell this because I do all my work on Windows for a while now…

 

Regards,
Uwe Laubender

( ACP )

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 ,
May 06, 2020 May 06, 2020

Hi Uwe,

 

That sounds great, thanks, but unfortunately when I click on the link for the Mac OS version of the ESTK, I get an "access denied" message. Any ideas about how to get round that?

 

Jeremy

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 ,
May 06, 2020 May 06, 2020

Sorry Jeremy,

I had to make clear that you have to read the "Note: Very Important Instructions" above the list of download links and do as adviced there point by point. You have to leave a cookie at a special site so that the Adobe server that hosts the downloader can identify you as a person with a valid Adobe ID.

 

Regards,
Uwe Laubender

( ACP )

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 ,
May 06, 2020 May 06, 2020

Hi Jeremy,

Try the following link from the official Adobe Github account

https://github.com/Adobe-CEP/CEP-Resources/tree/master/ExtendScript-Toolkit

 

-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 ,
May 06, 2020 May 06, 2020

Hi Manan,

 

Unfortunately, I get the following error message when I try to install that:

Screenshot 2020-05-06 at 12.32.50.pngexpand image

 

By the way, I greatly appreciate all the help everyone here is giving me. Thanks to all!

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 ,
May 06, 2020 May 06, 2020

Jeremy, now i am out of ideas. I had used the same installer to install it on my MAC OS Mojave and it worked just fine. Do you think something on your MAC is corrupting the download? Can you try downloading it on some other machine and then transfer it on your MAC, or maybe clone the repo on your MAC using git and then try rather than using HTML download

 

-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 ,
May 06, 2020 May 06, 2020

Hi Manan,

 

I have it! I was making a silly mistake. I should have flipped the slider in Settings in the Creative Cloud app to "show older apps". Once I did that, ESTK appeared and I downloaded and installed it in the usual way (see screenshot below).

 

Many thanks again to everyone for all your help, and I hope I haven't wasted too much of your time! — Jeremy

 

Screenshot 2020-05-06 at 13.13.42.pngexpand image

 

 

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 ,
May 06, 2020 May 06, 2020

Hi Jeremy,

great! But still, you have to debug the installed ESTK if you want to use it successfully.

 

Regards,
Uwe Laubender

( ACP )

 

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