» 5. Command Line Settings » Finishing Functions » Double Parallel Folding [CNDoubleParallelFolding]/[CNDoubleParallelFoldSetting]
|
Double Parallel Folding [CNDoubleParallelFolding]/[CNDoubleParallelFoldSetting]
Executes double parallel folding, and enables you to select a pattern for double parallel folding.
$ lpr [File Name] -o CNDoubleParallelFolding=[Parameter] -o CNDoubleParallelFoldSetting=[Parameter]
Parameter (CNDoubleParallelFolding)
Select and enter one of the following.
None
Unspecified
True
Execute double parallel folding
False
Do not execute double parallel folding
Parameter (CNDoubleParallelFoldSetting)
Select and enter one of the following
pattern1
Sheets are output with the printed side on the outside, face down in portrait orientation.
Portrait orientation documents are folded into 4 sections with the short edge that includes the upper left corner on the outside, and landscape documents with the short edge that includes the upper right corner on the outside.
pattern2
Sheets are output with the printed side on the outside, face down in landscape orientation.
Portrait orientation documents are folded into 4 sections with the short edge that includes the upper left corner on the inside, and landscape documents with the short edge that includes the upper right corner on the inside.
pattern3
Sheets are output with the printed side on the inside, face up in portrait orientation.
Portrait orientation documents are folded into 4 sections with the short edge that includes the upper left corner on the outside, and landscape documents with the short edge that includes the upper right corner on the outside.
pattern4
Sheets are output with the printed side on the inside, face up in landscape orientation.
Portrait orientation documents are folded into 4 sections with the short edge that includes the upper left corner on the inside, and landscape documents with the short edge that includes the upper right corner on the inside.
Example
To print the file "sample.ps", specifying the double parallel fold function with face down, portrait orientation:
$ lpr sample.ps -o CNDoubleParallelFolding=True -o CNDoubleParallelFoldSetting=pattern1