How would I scale every object to some percent?
Hi,
I'm working on a script that creates elements, and occasionally changes the size of the page. I want to add a parameter to my Dialog box called "scale." It should be a percentage value, and it should simply scale all objects to that percentage.
The point of this parameter would be to accomodate InDesign Page size limit. The only way I can think of to implement this would be to multiply every single number I have by that percent. However, this seems like a lot of work, and it seems like the sub-optimal approach.
Is there some other way to implement this?
