Package org.jpedal.manipulator
Class NUp
java.lang.Object
org.jpedal.manipulator.NUp
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
N-Ups a document
-
Constructor Summary
ConstructorsConstructorDescriptionNUp
(PageRanges pages, int rows, int columns) Performs the N-Up operation on a subset of pages.NUp
(PageRanges pages, int rows, int columns, float scaling) Performs the N-Up operation on a subset of pages. -
Method Summary
-
Constructor Details
-
NUp
Performs the N-Up operation on a subset of pages.- Parameters:
pages
- the pages to N-UProws
- the number of rows of pagescolumns
- the number of columns of pages
-
NUp
Performs the N-Up operation on a subset of pages.- Parameters:
pages
- the pages to N-UProws
- the number of rows of pagescolumns
- the number of columns of pagesscaling
- the scaling applied to each N-Up'd page
-