Hi All,
I have to resize around 600 artworks in different sizes with the following conditions
app.preferences.rulerUnits = Units.PICAS
Switch (case)
}
case 1 width <= 20 (No resize); break
case 2 width >20 AND <=25 (Resize to 20); break
case 3 width >25 AND <= 39 (No resize); break
case 4 width >39 (Resize to 39);
}
Any help.
Regards,
Vinoth