![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
In a mail mered document, I need to have the first two pages set up to print
back to back (letterheaded) and the following pages on plian A4, before completeing the merge. can anyone advise, please. |
Ads | |
#2
|
|||
|
|||
![]()
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) There are similar constructions for bin settings, check your printer documentation. 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" } -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org salvatore wrote: In a mail mered document, I need to have the first two pages set up to print back to back (letterheaded) and the following pages on plian A4, before completeing the merge. can anyone advise, please. |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can you save individual document pages as seperate word files? | John Calligy | Mailmerge | 2 | April 12th 05 09:14 AM |
Printing Selected Pages from a Document Containing Multiple Page Numbering Schemes | Don | Page Layout | 5 | January 14th 05 04:07 AM |
Printing Selected Pages from a Document Containing Multiple Page Numbering Schemes | Don | Formatting Long Documents | 7 | January 14th 05 04:07 AM |
Printing multiple pages in 1 problem | Anthony | Microsoft Word Help | 1 | January 10th 05 12:18 PM |
Printing single pages or a range of pages | Craig | Mailmerge | 1 | December 13th 04 02:51 AM |