Batch Printing
We use PDF Creator to batch print inspection reports from software written in vba. We use a simple printform procedure which works quite well for our purposes. Each report contains approximately 80 - 120 pages. PDF Creator works very well at running a batch print of all these forms by auto-naming them so we don't have to name and save each of them separately as they are created.
Trouble is, at the end of the process we have up to a 120 pdf files which now must be combined into a single pdf report. This is very labourious considering we generate 50 reports at a time.
Is there a way to, first, batch print the pages a report into a single document by combining as the procedure runs. Secondly, once the report is generated, before moving on to the next report, autosaving with a predefined name from a list.
Any help would be greatly appreciated.....