PDF Page Division is the process of splitting each page in a PDF document into two separate pages along a center line. The result is a new PDF with twice as many pages as the original, where every page contains exactly one half of its source page.
This tool uses the PDF cropBox property to define the visible area of each page. When you choose vertical division, the cropBox for the first half-page is set to cover from the left edge to the horizontal center, and the second half covers from the center to the right edge. Horizontal division works the same way along the vertical axis. No pixels are re-rendered and no quality is lost.
Scanning two-sided documents on a flatbed scanner — Placing two pages side-by-side on the scanner glass produces a single PDF page containing both. Dividing vertically separates them into individual pages.
Converting landscape spreads to portrait pages — A landscape-oriented document with two columns can be split into single-column portrait pages for easier reading on mobile devices.
Preparing booklet pages for single-page viewing — Booklets often arrange pages in spread format. Dividing them restores the intended single-page reading order.
Splitting oversized pages for printing — Large-format PDF pages that exceed your printer's paper size can be divided and printed on standard paper.
Extracting half-page content from merged documents — When two documents have been combined into facing-page layouts, division separates them back into individual pages.
| Feature | Description |
|---|---|
| Vertical Division | Splits each page along the vertical center line, creating left and right halves |
| Horizontal Division | Splits each page along the horizontal center line, creating top and bottom halves |
| Batch Processing | Divides every page in the PDF automatically |
| Client-Side Processing | All operations run in your browser using pdf-lib; no files are uploaded to any server |
| Single-File Output | All divided pages are combined into one PDF named split-half.pdf |
| Zero Cost | Free with no watermarks, file size limits, or account requirements |
Drag and drop a PDF file onto the upload area, or click the upload zone to browse and select a file from your device. The tool accepts any standard PDF document regardless of page size or orientation.
Select one of the two division modes:
Divide Vertically (Left/Right): Splits each page down the vertical center. The left half becomes one page and the right half becomes another. This is the default mode and works best for side-by-side scanned documents and two-column layouts.
Divide Horizontally (Top/Bottom): Splits each page across the horizontal center. The top half becomes one page and the bottom half becomes another. Use this for documents stacked vertically on a single page.
Click the "Divide Pages & Download" button. The tool processes every page in your PDF and creates a new document where each original page has been replaced by its two halves. The result downloads automatically as split-half.pdf.
| Property | Vertical (Left/Right) | Horizontal (Top/Bottom) |
|---|---|---|
| Split line | Runs top to bottom at the horizontal center | Runs left to right at the vertical center |
| First half | Left portion of the page | Top portion of the page |
| Second half | Right portion of the page | Bottom portion of the page |
| Best for | Side-by-side scans, two-column layouts, booklets | Top-bottom stacked content, landscape-to-portrait conversion |
| Page orientation | Output pages are portrait if original is landscape | Output pages are landscape if original is portrait |
Flatbed scanner cleanup: When you place two document pages on a flatbed scanner at once, the resulting PDF has both pages on a single sheet. Vertical division separates them into the correct one-page-per-sheet format.
Booklet de-imposition: Print-ready booklets arrange pages in imposed spreads for folding and binding. Dividing these spreads restores the original single-page reading sequence.
Mobile-friendly reformatting: Wide landscape PDFs with two columns of text are difficult to read on phones. Dividing vertically creates narrow portrait pages that fit mobile screens without horizontal scrolling.
Poster separation: Large posters saved as single PDF pages can be divided into smaller sections for easier handling, emailing, or archiving.
Form field separation: When two forms have been scanned onto one page, division isolates each form into its own page for individual processing.
Your PDF file is never transmitted over the internet. Everything is processed locally using client-side JavaScript and the pdf-lib library.
Dividing a PDF page splits it into two separate pages along the center line. Each half of the original page becomes its own page in the output PDF. If your document has 5 pages, the output will have 10 pages.
Yes. The tool is completely free with no watermarks, usage limits, file size restrictions, or account requirements.
Yes. All processing happens in your browser using client-side JavaScript. Your files never leave your device and are not uploaded to any server. The tool does not store, log, or share your documents.
Vertical division splits each page into left and right halves along a line running from top to bottom. Horizontal division splits each page into top and bottom halves along a line running from left to right.
Yes. Every page in your PDF is divided. If you only want to divide specific pages, first use the PDF Extract Pages tool to isolate those pages, then divide them.
Currently, the tool splits pages at the exact center (50%). Custom split positions are not supported in this version.
Yes. The tool uses PDF cropBox operations rather than re-rendering. This means all text, vector graphics, images, and formatting are preserved exactly as they appear in the source document. No pixels are generated or resampled.
You receive a single PDF file named split-half.pdf containing all the divided pages. The output has twice as many pages as the input.
Yes. The tool runs in any modern web browser, including mobile browsers on smartphones and tablets. The drag-and-drop upload area supports tap-to-browse on touch screens.
The PDF Posterizer splits large pages into a grid of smaller pages at specific paper sizes (A4, Letter, A3) with configurable overlap for physical assembly. This Divide tool simply splits each page in half along the center, regardless of page dimensions or target paper size.