Something in the code is causing the job to break the page boundary. It my be one or two extra lines before the terminating form feed. You need to do some line counting here.
Many printer have a Don't Print Blank Pages setting.
I'm going to bet the files contain PCL copy commands, and the printer was changed from parallel to ethernet.
When connected parallel, unterminated jobs sent back to back would appear as one job to the printer, so this method would work.
With ethernet, any job sent to the printer is clearly...
You cannot enable duplex in the middle of a page. Duplex is one of several commands that work only at the beginning of a page, before any printable text.
But, Word print fields are processed at the beginning of the job, so this should work, right?
However, the printer driver will send some...
It's probably getting through, but...
The copy command is only honored if it is at the beginning of the job. If you are putting this in the middle, it will be ignored.
Try adding some printable text {PRINT 27"&l2X Copy=2"} to ensure that the print field is getting processed and sent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.