Re: Mail-merge batch print
- From: "Graham Mayor" <gmayor@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 7 Jul 2008 11:04:11 +0300
If your printer accepts PCL commands, you *may* be able to use PRINT fields.
A PRINT field is simply a type of field that allows you to send instructions
directly to the printer.
There are 3 possible data values for duplex setting: PRINT 27"&l0S" simplex
PRINT 27"&l1S" vertical duplex . PRINT 27"&l2S" horizontal duplex
(bookformat)
The codes after PRINT are 27 (escape), double quote, ampersand, lowercase L,
0, 1 or 2, uppercase S and finally terminated with a double quote.
Thus for horizontal duplex you would insert the following field :
{ PRINT 27"&l2S" }
Thus you can choose when to turn on and off the duplex function. Otherwise
you would have to merge to a new document and then use a macro to
selectively print. To aid that set up a separate copy of the printer driver
so that one driver defaults to duplex mode and the other to simplex mode.
The macro could then switch between the printer drivers according to the
page numbers - see how to switch printers at
http://www.gmayor.com/fax_from_word.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"Anne Marie" <AnneMarie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B6E00A30-F26D-4EA3-A952-22A416E94E91@xxxxxxxxxxxxxxxx
Hello,
I'm trying to batch print a number of mail-merge documents such that the
selected record in the source is passed to all of the mail-merge documents
and then printed. I thought I could solve it by combining all the
mail-merge
templates into a single mail-merge template, but I need different
printing
options for each one (eg. some in duplex and others single-paged). Is
there
a way to achieve this?
Thanks!
--
Anne Marie
.
- References:
- Mail-merge batch print
- From: Anne Marie
- Mail-merge batch print
- Prev by Date: Re: Mail merge pagination problems
- Next by Date: Re: Mail-merge batch print
- Previous by thread: Mail-merge batch print
- Next by thread: Re: Mail-merge batch print
- Index(es):
Relevant Pages
|