Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Joe Joe is offline
external usenet poster
 
Posts: 92
Default Please help with duplex printing

I have a financial statement document. There are section page breaks
included in the document for page numbers. There is also a page included
later in the document that doesn't have a page number, but the subsequent
pages do. Each page has a header and footer included. When we do final
copies for clients, some of the pages need to have printing on the front and
back, while other pages are only one sided. We have a printer that allows
printing on both sides. How can I set up this document to print only those
pages I want to print duplex while printing others single sided? Or would I
be better off making a copy of the document for duplex printing and insert
blank pages where I only want printing on one side?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Daiya Mitchell Daiya Mitchell is offline
external usenet poster
 
Posts: 903
Default Please help with duplex printing

Depending on what you need--Word has an Odd Page Section Break--this is
commonly used, for instance, at the beginning of a chapter to make sure
that every chapter starts on the right hand side when printed duplex. If
you have a lot of short segments that all all supposed to be
single-sided using an Odd Page Section Break before each one could
work. But if you have, say, a long section that is supposed to be
duplex and a long section that is supposed to be single-sided, that
won't work, as you cannot use a section break in the middle of a
sentence or paragraph.

Another method, slightly more manual---in the Print dialog, you can tell
Word to only print certain sections (see the Help topic "Print specific
pages and sections"). Again, depending on how your document is set up,
you should be able to send section 1 to the printer to print duplex,
then print sections 2-4 single-sided, and so forth. This would involve
using the Print dialog several times to print a single documents, but
would use less paper than the next option.

Failing those 2 possibilities, all I have to offer is: print the
document single-sided, insert blank pages as necessary, then run the
document through the copier duplex.

Joe wrote:
I have a financial statement document. There are section page breaks
included in the document for page numbers. There is also a page included
later in the document that doesn't have a page number, but the subsequent
pages do. Each page has a header and footer included. When we do final
copies for clients, some of the pages need to have printing on the front and
back, while other pages are only one sided. We have a printer that allows
printing on both sides. How can I set up this document to print only those
pages I want to print duplex while printing others single sided? Or would I
be better off making a copy of the document for duplex printing and insert
blank pages where I only want printing on one side?

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Please help with duplex printing

You *may* be able to control which pages print duplex by the use of PRINT
fields to switch the duplex off and on - If your printer accepts PCL
commands, you may be able to use a PRINT field. 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" }

and to turn it off again (Simplex)
{ PRINT 27"&l0S" }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Joe wrote:
I have a financial statement document. There are section page breaks
included in the document for page numbers. There is also a page
included later in the document that doesn't have a page number, but
the subsequent pages do. Each page has a header and footer included.
When we do final copies for clients, some of the pages need to have
printing on the front and back, while other pages are only one sided.
We have a printer that allows printing on both sides. How can I set
up this document to print only those pages I want to print duplex
while printing others single sided? Or would I be better off making
a copy of the document for duplex printing and insert blank pages
where I only want printing on one side?



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
pms pms is offline
external usenet poster
 
Posts: 14
Default Please help with duplex printing

I need exactly this. I have a merged document that needs the first three
pages simplexed and the remainder of the document duplexed. Word 2003
printing to HP Color LaserJet 4700 PCL 6. I tried printing with the suggested
values, but it does not work. Any ideas? Thanks. PMS

"Graham Mayor" wrote:

You *may* be able to control which pages print duplex by the use of PRINT
fields to switch the duplex off and on - If your printer accepts PCL
commands, you may be able to use a PRINT field. 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" }

and to turn it off again (Simplex)
{ PRINT 27"&l0S" }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Joe wrote:
I have a financial statement document. There are section page breaks
included in the document for page numbers. There is also a page
included later in the document that doesn't have a page number, but
the subsequent pages do. Each page has a header and footer included.
When we do final copies for clients, some of the pages need to have
printing on the front and back, while other pages are only one sided.
We have a printer that allows printing on both sides. How can I set
up this document to print only those pages I want to print duplex
while printing others single sided? Or would I be better off making
a copy of the document for duplex printing and insert blank pages
where I only want printing on one side?




  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Please help with duplex printing

I don't have the printer to test, but print fields are preserved across a
merge. Check your printer manual with respect to its use of PCL codes and
that the installed driver does in fact respond to such codes.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


PMS wrote:
I need exactly this. I have a merged document that needs the first
three pages simplexed and the remainder of the document duplexed.
Word 2003 printing to HP Color LaserJet 4700 PCL 6. I tried printing
with the suggested values, but it does not work. Any ideas? Thanks.
PMS

"Graham Mayor" wrote:

You *may* be able to control which pages print duplex by the use of
PRINT fields to switch the duplex off and on - If your printer
accepts PCL commands, you may be able to use a PRINT field. 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" }

and to turn it off again (Simplex)
{ PRINT 27"&l0S" }

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Joe wrote:
I have a financial statement document. There are section page
breaks included in the document for page numbers. There is also a
page included later in the document that doesn't have a page
number, but the subsequent pages do. Each page has a header and
footer included. When we do final copies for clients, some of the
pages need to have printing on the front and back, while other
pages are only one sided. We have a printer that allows printing on
both sides. How can I set up this document to print only those
pages I want to print duplex while printing others single sided?
Or would I be better off making a copy of the document for duplex
printing and insert blank pages where I only want printing on one
side?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing bookfold documents, manual duplex, only pg 7 is printing jjjones Microsoft Word Help 0 October 27th 05 12:58 AM
Duplex printing geojon Microsoft Word Help 1 August 4th 05 08:04 AM
duplex printing [email protected] Microsoft Word Help 1 March 31st 05 11:40 PM
duplex printing Having problems duplex printing Page Layout 1 March 31st 05 11:35 PM
How do I set up duplex printing? Denise - Default printing Page Layout 1 March 31st 05 07:59 PM


All times are GMT +1. The time now is 09:00 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"