Automate merge pdf files
We are looking to automate a task to merge two pdf files each with the same number of pages, into one pdf file in a specific order, not adding one file to the end of another. We want to create one pdf file from the two pdf files by putting each page of the second pdf file after each page of the first pdf file. A1, B1, A2, B2, A3, B3 etc. It seems an easy task, but with 100 pages manually moving one at a time is possible, but not really a good use of time, and prone to errors if the operative isnt concentrating.
One option might be to export each page in each file to a separate 1 page doc, Doc A to 1,3,5,7,9 etc, and Doc B to 2,4,6,8,10 and then import one after the other back in to one file.
other than that I need to find some way of zippering it together by page number.
Any pointers would be appreciated.
