You got it ...because we are printing a whole directory of PDFs (could be as many as 100), we need a way to print a batch of PDF files quickly. If we just print using using reader, won't a new reader open for each PDF?
Hope was to use the APIs in the Standard version of Acrobat. The cobol program is the order entry process running on unix... the PDFs are the MSDS files requested by the customer. We have to print the order and MSDS files togeter. Cobol program creates a temp directory, fills it with the required PDF files and does a shell command to execute the vb program (if the vb program runs on the server where acrobat lives... all works great) and waits for VB program to delete one file in the temp directory. When the one file is gone, the cobol program deletes the temp directory and returns control to the user. Trying to minimize user impact and interaction. Each piece is working perfect.... just not together.