Search found 1 match

by kylek
Wed Jun 01, 2011 5:11 pm
Forum: Scripting
Topic: Renaming files with javascript math
Replies: 1
Views: 2799

Renaming files with javascript math

I need to rename image files of magazine pages based on printed page number. From the original page number I need an image number the counts the cover and inside cover (page number +2) and a spread number ( ((page number/2) - .1) + 1 ) added to the filename. I am trying to use scripting in the renam...