Is there a way to create a combined pdf of many files using a list of file paths?
I am working with lists of documents. One such list has about 550 files (jpg, docx, pdf) that need to be combined into one pdf file. The files are located across multiple folders/subfolders and not all the files in any folder are to be included. I have an Excel file with full paths to all documents. Is there a way to batch create and combine files based on paths?
Acrobat Pro DC up-to-date subscription
Excel 2010
Windows 7
**********EDIT************
I have figured out a way to do this by using some concatenate formulas in Excel to create the text needed for a bat file to copy files from the many locations to one location and from there using Acrobat's combine feature, but I would really appreciate any input regarding simpler solutions.