I have a folder with hundreds of small PDF files to print.
How can I make a batch job to print them out in alphabetical order?
|
| ||||
|
feedback
|
|
Details here about silent print command in Adobe reader: http://support.adobe.com/devsup/devsup.nsf/docs/52080.htm so you can do (batch file):
or (cmd prompt):
| |||||||||||
feedback
|
| |||
|
feedback
|
|
I know this isn't stackoverflow, but the only way I could do this would be in python. Recepie for printing pdf file:
Recepie for list all files from a dir:
Recepie for sorting alfabetically the list of files:
Well just by joining the 3 recepies, you can have your problem solved. | |||
|
feedback
|