-sort
-sort parameter is used to sort the list of source files, that is, to specify the order of their conversion. Files can be ordered by file name, file type, file properties and file size. Ordering can be ascending or descending. The general appearance of the key is as follows:
-sort [Field][Direction]
Field - the field used to sort files. Its allowed values are:
- name - ordering by file name.
- type - ordering by file type (actually, by extension).
- properties - ordering by file properties (image size and color depth).
- size - ordering by file size.
Direction - order direction. Its allowed values are.
- ascending - ascending order.
- descending - descending order.
tips
-
Ordering is most important when creating multipage files from several source images: the images will be written into the file as they are processed by the program.
Example:
ICPCL.exe -dest "{My Documents}" -convertto tiff multipage:multipage -source "c:\my fotos" -sort name ascending