Class NUp

java.lang.Object
org.jpedal.manipulator.NUp
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class NUp extends Object implements org.jpedal.manipulator.Manipulation
N-Ups a document
  • Constructor Details

    • NUp

      public NUp(PageRanges pages, int rows, int columns)
      Performs the N-Up operation on a subset of pages.
      Parameters:
      pages - the pages to N-UP
      rows - the number of rows of pages
      columns - the number of columns of pages
    • NUp

      public NUp(PageRanges pages, int rows, int columns, float scaling)
      Performs the N-Up operation on a subset of pages.
      Parameters:
      pages - the pages to N-UP
      rows - the number of rows of pages
      columns - the number of columns of pages
      scaling - the scaling applied to each N-Up'd page