Reply To: Looking for a way to batch change color space across multiple documents

Home Page / Forums / General InDesign Topics (CLOSED) / Looking for a way to batch change color space across multiple documents / Reply To: Looking for a way to batch change color space across multiple documents

#14368649
Masood Ahmad
Participant

You can try this one liner to change the Transparency Blend mode to RGB

app.documents[0].transparencyPreferences.blendingSpace = BlendingSpace.RGB;

save this code as a ‘[name].jsx’ JavaScript file and run it using the batch export utility on the folder containing your 40 files.

https://creativepro.com/files/kahrel/indesign/batch_convert.html

Hope this will help.

This article was last modified on July 29, 2022

Comments (0)

Loading comments...