I ask the user community for advice. I have 890 folders, each of which contains one and a half to two dozen pictures. The folder structure is as follows:
d:\docs\001\01.png
d:\docs\001\02.png
…
d:\docs\001\17.png
d:\docs\002\01.png
d:\docs\002\02.png
…
d:\docs\002\14.png
…
d:\docs\890\18.png
d:\docs\890\19.png
How can I automate the processing of these documents so that I end up with the following hierarchy?
d:\docs\001.pdf
d:\docs\002.pdf
…
d:\docs\890.pdf
Even with the Shell Menu, sending each folder for conversion, then renaming the resulting PDF, moving it, and deleting the original folder is quite a tedious task. Especially considering the need to
control the number of PDF-Tools processes running.