We are using Data Driven pages to create multiple pdfs (each with there own mxd) based on a common dataset. Each PDF is being saved into a separate folder with the same name in each folder (ie: folder1\abc.pdf, folder2\abc.pdf, folder1\def.pdf, folder2\def.pdf, etc) and would like combine them into one file based on the file name. We will have between 350 and 400 files in each folder that would be combined.
Hoping that someone might have a python script that would assist with this process they could share.