Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Yes, it can be done using a script, like this one I've developed:
http://try67.blogspot.com/2009/10/combine-pdf-files-from-text-list.html
You'll just need to save your Excel file as a text file first, and then
you'll be able to use the script to combine all the files defined in it
(PDF files only, though!) with a single click.
On Thu, Feb 16, 2017 at 5:14 AM, Crockett <forums_noreply@adobe.com>
Copy link to clipboard
Copied
My current file groups include large numbers of non-PDF files which need to be converted as part of the combining process, but thank you for letting me know about your script because it is likely I will have the same task in the future with all PDF files in different locations.
By the way, I have previously purchased several scripts from your website and they are great timesavers.
Copy link to clipboard
Copied
Very happy to hear it!
Regarding the non-PDF files: Yes, it's a bit annoying, but one workaround is that you can use a simple Action in Acrobat to convert all of these files to PDFs, and then use my script to combine them. Not ideal, but it works...