Dear Scripters,
I KNOW I can script all this, but I need your help to find my way home…
I have a doc made of 15 pages, each of these contains three or four instances of the same image, in different dimensions (iPhone, iPad, Android, Web, etc.).
I prepared the pages assigning a different ScriptLabel to each instance, like:
Page 1
p1_HW
p1_HMT
p1_HNMT
p1_lightbox
…
Page 2
p2_HW
p2_HMT
p2_HNMT
p2_lightbox
…
and so on.
I'd like to export automatically each instance as a jpg, naming it by its ScriptLabel.
BTW, is it possible to filter processing of the instances depending on what's AFTER the first underscore of the ScriptLabel?
Just, if you can, give me some rough directions on what's the best way to approach the script, then I'll try to figure out myself…
g