I have set up a small program to search a folder, open up each .pdf file and send it to the printer. Everything is working fine, except that the printer produces one extra blank page after each document - this does not happen when I manually print an individual document.
The same thing happens if I only have one document to print, or more. Any idea how this could be stopped?
The print line I am using is simply:
I have tried all options for the last two, and it does not change anything (true, true; false, true; false, false)
If I set the number "2" to "1", then nothing prints.
The same thing happens if I only have one document to print, or more. Any idea how this could be stopped?
The print line I am using is simply:
Code:
Call AcroExchAVDoc.PrintPages(0, 0, 2, True, False)
I have tried all options for the last two, and it does not change anything (true, true; false, true; false, false)
If I set the number "2" to "1", then nothing prints.