I have two folders of PDF files. Each folder has a file with the same name, and I would like to combine those two files. My issue seems to be that I need to keep the original name of the files after I combine them. So its like:
Folder 1: 0001.pdf Folder 2: 0001.pdf
I would need to combine them together into one file, keep the name (0001.pdf) after its combined, and then do that for over 8000 files in one sitting.
I'm not too great with command-line/batching and stuff, but know a little bit. Also would preferably need it to be free as I am doing this on a jobsite computer.