I have a large number of directories, and there are a lot of PDF files in them. I have to print the largest PDF file in each subdirectories with the path in the footer. I have searched a lot on the internet, and have found this article.
Based on it, I managed to create a new PDF manually with the path in the footer, but I can't really understand how to write a batch file in order to make it automatic. So I need to find the largest PDF in the subfolders, define actual path, and add path to footer, and then save them as a new file in the current subdirectory. Can you please help me with this? Thanks a lot!