How to know the processing ordering in Acrobat Action wizard
acrobat action wizard process files in specific folder , know ordering citeria of acrobat, based on alphaethic/ numeric order same sorting function in php?
since have last file in files list, if ordering citeria different php , hard tell.
thanks.
if need files processed in specific order you're better off not counting on order used in action.
my solution problem collect file paths of files processed action in global array , process them using code (from folder-level script), can sort them in whatever way need them sorted.
More discussions in JavaScript
adobe
Comments
Post a Comment