+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    The Script Master
    Join Date
    May 2009
    Location
    Bradford,UK
    Posts
    208
    Thanks
    0
    Thanked 39 Times in 34 Posts
    Glad you managed to sort the problem.
    To change the numbering change that line to ..
    Code:
    var saveFile = new File(decodeURI(file.fsName.slice(0,-4) +"-Page" + zeroPad(k,3) + EXT));
    Then at the end of the script add this function ..
    Code:
    function zeroPad(n, s) { 
       n = n.toString(); 
       while (n.length < s)  n = '0' + n; 
       return n; 
    };

  2. #12
    Junior Member
    Join Date
    Nov 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks Paul ...

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.9
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0
Copyright 2011 Photoshop Gurus Forum. All rights reserved.
All times are GMT -5. The time now is 12:27 PM.
vBulletin Skins