Need an Acrobat JavaScript to do the following:
01. Number pdf file names in a folder.
02. ADD a number at the beginning of each file name but not change the original file name.
examples: abc.pdf becomes 0001 abc.pdf; xyz.pdf becomes 0002 xyz.pdf etc.
03. To make this less complex, add a 4 digit number (0001, 0002, 0003 etc) unless there is a way to fine tune the number of digits depending on the number of files in the folder.
