Desperate Now
John
jo...@worldwide-wines.moc (spam filter, switch the moc)
My guess:
You send the printer control codes. Somewhere in there is the
code to turn on duplex. Since you have already sent stuff to the
printer, when you switch over it thinks you have already printed
on the front of the page and puts later stuff on the back of
the page. Or something along those lines.
Anyhow, you may need to isolate the commands so that it knows they
don't count for "stuff being printed" purposes. At least some HP
printers like for you to do this, if you don't they print a blank
page. This is done via an <ESC>P at the start and an <ESC>\ at the
end of any PCL being sent (neither of these escape codes is documented
in the PCL 5 Technical Reference Manual - it is possible that they
are specific to HP and Canon may use something else).
--- Carl
It works fantastic now. Thank you for taking the time to reply to my post.
John
I seem to remember solving that (at least partially) by:
1. In the job setup, using the sequence to select duplex side two near
the end of the job setup sequence(s).
2. In page setup, include the "next side" sequence.
...I think, not 100% sure anymore. That was getting onto four years ago
already, and at least three jobs ago.
...oh yeah, remember to enclose the whole thing(s) in extended escape
sequence delimiters (<ESC>P, <ESC>\).
...I think...
--
David J. Dachtera
dba DJE Systems
http://www.djesys.com/
Unofficial Affordable OpenVMS Home Page:
http://www.djesys.com/vms/soho/
Using Cannon Image Runner printers/copiers. I have the correct pcl codes to
do landscape etc. When I put the ESC P and ESC \ in the code I get a blank
page with the check symbol and the number 2 print out, if I remove them then
the first page of the document prints on the back side of the first page.
Any ideas ?
John
"David J. Dachtera" <djesys...@fsi.net> wrote in message
news:3BE217C8...@fsi.net...