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