Reset Scale transformations on multiple objects (Script)
I want to be able to reset scaling values on objects in InDesign, without changing their size. I found the following script snippet online, that does the job:
app.selection[0].redefineScaling();
But it only works on one object at the the time, even if I select multiple ones. Is there a way to make it work on multiple objects? Keep in mind that I know next to nothing about scripting 😅
