Skip to main content
Inspiring
February 6, 2010
Question

Call Photoshop script from Indesign script CS4 JS

  • February 6, 2010
  • 1 reply
  • 2182 views

Hi, I open Photoshop linked file from InDesign in Photoshop and I need same InDesign script to run Photoshop script on the file. How I can call the Photoshop script from InDesign script.

Thank you very much for your help.

Yulia

This topic has been closed for replies.

1 reply

Kasyan Servetsky
Legend
February 6, 2010

You can do this using BridgeTalk. Check out the attached script -- it opens and resizes linked raster images (TIF, PSD and JPEG) in Photoshop and sets them to 100% in InDesign.

Kasyan

YuliaartAuthor
Inspiring
February 8, 2010

Thank you, Kasyan.

800 lines of script is little be intimidating.


What we are trying to achieve is to open jpgs in Photoshop and resave them as tiffs and replace same jpg with corresponding tiff in Indesign as it was placed before.

Is there a way to call Photoshop from Indesign through appleScript.

I have most of the script done for Indesign and I have Photoshop shript ready that saves jpgs as tiffs done. I am only missing the part where I can call this existing Ph. script from Indisign.


We prefer not to use BridgeTalk if possible, because we have a lot of programs open and running in the same time, and would like to avoid to open one more program (BridgeTalk).


Thank you very much for your great help.

Yulia

Inspiring
February 8, 2010

> Is there a way to call Photoshop from Indesign through appleScript.

Assuming you're using js, you can use doScript to run an AppleScript script to drive Photoshop. Or you can write the whole thing in AppleScript, and talk directly to whatever apps you like.

--

Shane Stanley <sstanley@myriad-com.com.au>

AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>