I split several PDFs into 1 page per Adobe file for processing by another program. After processing I want to re-combine the PDF page files back into their original PDFs using batch mode. How can I do this? Does it take some sort of scripting or is there a piece of software that will do this for me?
If your file names contained the intended page location you could play some tricks with JavaScript to do this in a batch, but it's easier to just write a folder level JS to do it by looping through the files.
The key is to have the files named in a predictable consecutive way. Then you just write a loop using the "insertPages()" function to append all the files together.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script