N-up is a grid layout
In N-up printing, N original pages share one output sheet. Two-up commonly uses a 1×2 grid, four-up a 2×2 grid, six-up a 2×3 grid and nine-up a 3×3 grid. Each page is scaled into one cell, while any unused cells on the final sheet remain empty.
Vector pages can be scaled without rasterizing
PDF page content can usually be copied, scaled and positioned directly. Text and vector artwork therefore stay sharp and text can remain selectable. Rasterizing first would turn every page into an image, adding a quality and file-size tradeoff that this layout operation does not require.
Fitting a page into its cell without distorting it
A grid cell rarely has exactly the same aspect ratio as the original page, so the page can't just be stretched to fill it; that would visibly squash or stretch the content. The standard fix is to scale the page down uniformly (same factor for width and height) until it fits entirely within the cell in whichever dimension is more constraining, then center it in the remaining space. This is the identical "fit inside a box without distortion" logic used anywhere an image needs to sit inside a frame of a different shape.
Match orientation to the grid and document
Landscape often suits a side-by-side two-page grid, while portrait may use space better for taller arrangements. This is a useful starting point rather than a fixed rule. Page proportions, margins and reading direction can change which orientation produces the largest legible result.
More pages mean smaller type
Paper savings come at the cost of scale. Nine pages on one sheet are much harder to read than two, especially when the source contains small type or detailed diagrams. Preview the actual document before choosing a grid; two-up or four-up is often more practical for material meant to be read on paper.
Details that affect the finished sheets
If the page count does not fill the last grid, the remaining cells stay blank. Pages do not need to be duplicated or stretched.
The usual order is left to right and then top to bottom, but printer conventions and right-to-left layouts can differ. Check the preview before printing.
Printing one page on smaller paper still produces one page per sheet. N-up reduces the sheet count by placing several source pages together.
Put multiple pages on one sheet
Orisod’s N-Up PDF tool places 2, 4, 6 or 9 pages on each sheet with a live preview. Processing stays in your browser, and vector content is repositioned without deliberate rasterization.
Combine PDF pages →The method relies on a grid, a scale-to-fit calculation and a position for every page. Preserving the original PDF objects keeps the result more useful than a collection of page screenshots.