Same N-up means that one page is shown "N" times on one sheet side. Same N-up is specified by both @NumberUp and @StepRepeat.
Syntax
XPath: /JDF/ResourcePool/LayoutPreparationParams/
Supported range
@NumberUp
The @NumberUp defines that N pages must be shown on one sheet side. The type of this attribute is "XYPair", where X is the number of columns and Y is the number of rows.
@StepRepeat
The @StepRepeat defines that the same page must be shown "N" times on one sheet side. The type of this attribute is "IntegerList". The format of the list of integers is "A B C": A is the number of columns. B is the number of rows. C is the number of pages, but values higher than 1 are not supported.
@NumberUp |
@StepRepeat |
Imposition |
---|---|---|
"2 1" "1 2" |
"2 1 1" "1 2 1" |
Same 2-up |
"2 2" |
"2 2 1" |
Same 4-up |
"3 2" "2 3" |
"3 2 1" "2 3 1" |
Same 6-up |
"3 3" |
"3 3 1" |
Same 9-up |
"4 4" |
"4 4 1" |
Same 16-up |