Copy link to clipboard
Copied
I have Acrobat DC (The Full version) I am looking for a way to go to a network share and select multiple PDF files and print them all at the same time. The issue I am having is it opens a new instance of Acrobat for each PDF it prints locking my machine up from use until the printing is done. Is there a way around this with Acrobat DC?
Conceivably, within Acrobat itself, you could either use an action or probably better, Javascript, to go through a directory (whether locally stored or on a network share), open each PDF file, invoke printing with predetermined print parameters, initiate printing, and close the PDF file moving on to the next PDF file in the directory.
However, this is a serial operation in term of opening the PDF file and generating the print stream. Once the print stream is generated, control is returned to Acro
...Copy link to clipboard
Copied
Conceivably, within Acrobat itself, you could either use an action or probably better, Javascript, to go through a directory (whether locally stored or on a network share), open each PDF file, invoke printing with predetermined print parameters, initiate printing, and close the PDF file moving on to the next PDF file in the directory.
However, this is a serial operation in term of opening the PDF file and generating the print stream. Once the print stream is generated, control is returned to Acrobat, i.e., Acrobat is not waiting for physical completion of printing, just the spooling to complete. And while this is happening, you cannot use Acrobat for any other tasks.
Actually in the scenario you describe, there really is only one instance of Acrobat, but it is serving multiple windows serially!
- Dov
Copy link to clipboard
Copied
Thanks Dov,
Yep, I understand the situation with printing multiple PDF's and it serving multiple windows, I guess I'm more looking to get some help on setting up the predetermined print parameters, and or Javascript, so that I can get to that point. Everything I've found online goes about halfway there, but doesn't lay it out step by step. Understand that every situation is different, but it would be nice to have Adobe create a tutorial that walks people through this type of thing. It seems alot of people have been asking for it, but not quite getting to the finish line. Or create canned scripts that someone can just plug in and manipulate to suite their environment (Apologies if these already exist, but I have yet to find them).
Copy link to clipboard
Copied
I simply combine all PDFs into one and hit print once. It make take a few minutes if there are a lot of files or many pages but it works.
Copy link to clipboard
Copied
The easiest solution is to use a printer capable of printing PDF files on its own.
The second easiest would be to to just drop the files to a print server and the print server does the hard work. I'm sure there are solutions on the market.
The third easiest would be combining the PDFs in a portfolio.
This thread is however nearly a year old, so I would not bother too much answering this.
Copy link to clipboard
Copied
To print multiple pdf files at once, checkout the steps mention below: