How to control Adobe Reader

JamworkS

Registered User.
Local time
Today, 18:00
Joined
Sep 1, 2011
Messages
49
Hiya guys,

If you've read my other post in this forum, I'm using PDFCreator to merge any given PDFs into only one.

The problem I have now (still haven't resolved the other in my first post) is that for every PDF I add to the printer's queue it opens up Adobe Reader and until you close that one, it won't let you continue.

I want to automate the creation of PDFs, I want it to read from an specified directory and merge them all. But it poping up Adobe Reader for every PDF file I want to combine, it's a pain in the neck.

What I've tried is to the following after adding a PDF file to the queue (and triggering Adobe Reader opening), but it won't work.

Code:
Shell "taskkill /f /im AcroRd32.exe", vbHide
DoEvents

Any ideas?
 

Users who are viewing this thread

Back
Top Bottom