<DUPLEX>

<< Click to Display Table of Contents >>

Navigation:  Common vpxPrint tags > Printing >

<DUPLEX>

<DUPLEX>

 

Printer duplex processing.  

 

Syntax :

<DUPLEX=         NO |     V[ertical] |       H[orizontal]

                 [,EXACT]

>

 

<DUPLEX=H,EXACT> and < DUPLEX=V, EXACT> print an exact sheet when printing a selection of pages in duplex mode:

oSelecting page 1 or 2, the exact two-sided sheet is printed with page 1 and 2.
Selection 2-3 prints 1-2-3-4, as the original full report.

oIf no EXACT option is specified in the <DUPLEX> tag, only the page selection is printed.
Usually, printing one page is not a problem. But when selecting pages 2-3 the result is not correct, a 2-sided page on a unique sheet with pages 2 and 3 on both sides will be printed.

 

Examples:

         <DUPLEX=H> or <DUPLEX=HORIZONTAL> <DUPLEX=NO> </DUPLEX>

         <DUPLEX=H,EXACT>

 

Notes:

The <DUPLEX=NO> will set the printing to simplex mode,

If <DUPLEX> is specified without any parameter or an invalid value is specified, then DUPLEX=HOR is assumed.

if no <DUPLEX> tag is specified, the printer setting applies.