Glad you managed to sort the problem.
To change the numbering change that line to ..
Then at the end of the script add this function ..Code:var saveFile = new File(decodeURI(file.fsName.slice(0,-4) +"-Page" + zeroPad(k,3) + EXT));
Code:function zeroPad(n, s) { n = n.toString(); while (n.length < s) n = '0' + n; return n; };



LinkBack URL
About LinkBacks




Reply With Quote
