Thanks for response George. I wonder if I would be able to run a batch by counting the number of files in a folder and useing this insertPages method put them all together.
You can't do all of that with a single batch sequence. You could run one batch sequence to collect the information (e.g. file names), store it in a global variable, and run some code that loops through the files and adds them to the initial file.
When you run a batch sequence, you cannot control the order that the files are opened, so you would have to figure out some way to order the files, assuming the order is important.
Sure you can, and you don't need to count the number of files. You make a batch sequence that runs over all files in a folder and inserts their pages to the end of a pre-existing file.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
George