|
|
---|
Parameter(CNCfolding)
|
Select and enter one of the following.
|
None
|
Unspecified
|
True
|
Execute the C-folding process
|
False
|
Do not execute the C-folding process
|
Parameter(CNCfoldSetting)
|
Select and enter one of the following.
|
pattern1
|
[Face Down + Portrait]
C-folds the document with the printed surface on the outside, and the short edge that includes the upper left corner on the outside for portrait documents. (For landscape documents, the short edge that includes the upper right corner is on the outside.)
|
pattern2
|
[Face Down + Landscape]
C-folds the document with the printed surface on the outside, and the short edge that includes the upper right corner on the inside for landscape documents. (For portrait documents, the short edge that includes the upper left corner is on the inside.)
|
pattern3
|
[Face Up + Portrait]
C-folds the document with the printed surface on the inside, and the short edge that includes the upper left corner on the outside for portrait documents. (For landscape documents, the short edge that includes the upper right corner is on the outside.)
|
pattern4
|
[Face Up + Landscape]
C-folds the document with the printed surface on the inside, and the short edge that includes the upper right corner on the inside for landscape documents. (For portrait documents, the short edge that includes the upper left corner is on the inside.)
|
Example
|
To print the file "sample.ps" using the C-folding function with Pattern 1 (face down portrait orientation):
$ lpr sample.ps -o CNCfolding=True -o CNCfoldSetting=pattern1
|