Printing multiple pdf documents

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Perrin Kliot

    #1

    Printing multiple pdf documents


    I'm using a loop to print 5 pdf documents, when I step through the loop
    they print correctly but If I run the program not all of the documents
    print. I suspect that the program is trying to print faster than acrobat
    can handle. How can I get this to print correctly??


    For i = 0 To 4
    ShellExecute(Me .Handle, "print", file" & i + 1 & ".pdf", "", "", 1)
    Next

    Thanks
    Perrin

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
Working...