Copy link to clipboard
Copied
Hi everyone.
I have CS2020, CS2025, and CS2026 installed on my computer.
Sometimes I prefer using CS2020 in InDesign because it feels faster, but when working in Photoshop standalone, I prefer CS2026.
Is there a way to use a script to always open images in CS2020 within InDesign?
Thank you
Copy link to clipboard
Copied
You can set Adobe Bridge (Preferences > Filetype Associations) to open the specific version you wish to use. Thereafter, a double-click in Bridge opens in the version you told it, while the Finder/Explorer window double-click would open in the current version.
Copy link to clipboard
Copied
I never install Adobe Bridge.This software is too bulky.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
How about using BridgeTalk?
Please refer to this.
Open image in Photoshop right after placing
I don't have Photoshop installed, so I can't test it, but for example:
Open InDesign 21 from InDesign 20 and display the message.
var bt = new BridgeTalk();
bt.target = 'indesign-21';
bt.body = 'alert("Hello")';
bt.send();I haven't specified the #targetengine, but it works for now. I'm not entirely sure about this part.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now