PDF N-Up Layout Tool

    Drop a PDF file here or click to upload

    No size limit — large files welcome

    🔒 Your files are processed securely and never uploaded to any server.

    You Might Also Need

    What is PDF N-Up Layout Tool?

    N-Up Layout arranges multiple PDF pages onto single sheets in a grid pattern, reducing the number of pages needed for printing or review. You specify the grid dimensions (columns and rows), and each output page contains that many source pages scaled and positioned to fit.

    The tool uses pdf-lib to embed each source page into the output grid. Each source page is scaled uniformly to fit its grid cell while preserving aspect ratio, and centered within the cell. The output is always A4 size (595.28 x 841.89 points) regardless of the source page dimensions.

    Common layouts include 2-up (two pages per sheet), 4-up (four pages per sheet), and 6-up for thumbnail review. The grid dimensions are fully configurable — any combination of columns and rows works.

    Each source page is scaled uniformly to fit its grid cell while maintaining the original aspect ratio. If the source pages have different sizes, each is independently scaled to fit its cell, so the grid remains uniform even with mixed-size input.

    The scaling calculation uses Math.min(cellWidth/pageWidth, cellHeight/pageHeight) to ensure the entire page fits within its cell without cropping. This means pages with very different aspect ratios will have white space on the shorter dimension, preserving the full content.

    How to Use PDF N-Up Layout Tool

    1. Drop a PDF onto the upload zone, or click to browse and select it.
    2. Set the columns and rows for the grid layout. Default is 2 columns x 2 rows (4 pages per sheet).
    3. Click Arrange. The tool scales each source page to fit its grid cell and arranges them on A4 output pages.
    4. A download button appears with your file, named n-up.pdf.
    5. The output pages are always A4 size (595.28 x 841.89 points). Source pages are scaled to fit their grid cells while maintaining aspect ratio. If source pages are larger than the cell, they are scaled down; if smaller, they are scaled up to fill the available space.

    Why Use PDF N-Up Layout?

    Print preview workflows benefit from seeing multiple pages at once to check layout consistency, page breaks, and sequential flow without flipping through dozens of individual pages.

    Proofreading and editorial review become more efficient with N-Up layouts that show two or four pages side by side, making it easier to spot formatting inconsistencies, header alignment issues, and cross-page content flow.

    Handout and reference card creation uses N-Up to compress long documents into compact, printable summaries. A 40-page report becomes a 10-page handout at 4-up, perfect for meeting materials or quick reference guides.

    Legal teams reviewing large document sets use 4-up or 6-up layouts to quickly scan through hundreds of pages, identifying relevant sections without reading each page individually. The thumbnail view makes it easy to spot visual patterns and formatting issues.

    Printing services and copy shops use N-Up layouts to create proof sheets that show clients how their multi-page documents will look when printed at reduced size. This saves paper during the review phase before committing to full-size production runs.

    Privacy & Security

    Your files never leave your browser. Every step — loading the PDF, scaling pages, arranging the grid, and generating the output — happens on your own device using pdf-lib. Nothing is uploaded to Racira's servers, no copies are stored in the cloud, and no file data is transmitted at any point.

    Frequently Asked Questions

    What happens to pages that don't fit evenly?

    The last output page may have empty grid cells if the total number of pages isn't a perfect multiple of the grid size. For example, 10 pages in a 4-up layout produces 3 output pages, with the last one having 2 pages and 2 empty cells.

    Does it preserve bookmarks and annotations?

    Page content, text, and images are preserved at the scaled size. Bookmarks and interactive form fields are not carried over to the output — the N-Up layout creates a new document with embedded page images.

    Can I use different grid sizes for different sections?

    Not in a single operation. The tool applies one grid layout to the entire document. For mixed layouts, split the document into sections first, process each with different grid settings, and merge the results.

    What grid sizes work best for different use cases?

    2-up (1x2) for side-by-side proofreading, 4-up (2x2) for general review and handouts, 6-up (2x3) for thumbnail scanning of large documents, and 9-up (3x3) for high-density overview of very long documents.

    Can I add page borders or dividers between the N-Up cells?

    Not with this tool. The output contains the scaled page content without any added borders, gridlines, or dividers. For separated cells, you would need to add margins to each source page before running the N-Up tool.

    What output page size is used?

    The output is always A4 (595.28 x 841.89 points). Source pages of any size are scaled to fit the grid cells. If you need a different output page size, the tool does not currently support it — the A4 dimensions are hardcoded.