Skip to content
NewKitApp

Search tools

Jump to any tool by name

July 26, 2026

Merging, Splitting, and Rotating PDFs Without Installing Anything

You don't need Adobe Acrobat for the three most common PDF chores — combining files, pulling out pages, and fixing a sideways scan. Here's how, entirely in the browser.

Merging, Splitting, and Rotating PDFs Without Installing Anything

Most people only ever need a PDF tool for one of three things: combining several files into one, pulling specific pages out of a larger document, or fixing a page that got scanned sideways. None of these require a $20/month subscription or a desktop install — and doing them client-side, in the browser, means the file never leaves your machine in the first place.

Combining multiple PDFs into one

The most common scenario: you've got a cover letter, a resume, and a portfolio as three separate PDFs, and you need to send one file. Or you're assembling a report from several source documents. The order you upload files in is the order they'll appear in the merged output, so it's worth double-checking the sequence before downloading — reordering after merging means starting over.

Try it: Merge PDF

Combine multiple PDFs into one document, in whatever order you choose.

A subtlety worth knowing: merging doesn't "flatten" or re-render the pages, it concatenates the original page objects. That means embedded fonts, vector graphics, and text stay exactly as sharp as they were in the source files — there's no quality loss from the merge step itself, unlike converting pages to images and stitching those together (a shortcut some tools take that noticeably degrades text).

Pulling specific pages out of a larger document

The reverse problem: you have one large PDF — a signed contract, a scanned packet, a multi-chapter report — and you only need pages 4 through 7 of it. Extracting rather than sending the whole document keeps file size down and avoids sharing pages the recipient doesn't need to see.

Try it: Split PDF

Extract specific pages, or split every page into its own PDF.

Two distinct modes matter here. Extracting a page range gives you back one PDF containing just those pages — useful when you need "just this section." Splitting all breaks every page out into its own individual file, which is what you want when a scanner produced one giant PDF from what should have been ten separate documents, and you need each one back on its own.

Fixing a sideways or upside-down scan

Anyone who's scanned a stack of paper documents knows this one: half the pages come out rotated 90 or 180 degrees because of how they were fed into the scanner. Rotating in a PDF viewer's display setting doesn't fix the underlying file — reopen it somewhere else and it's sideways again. The actual page orientation needs to change in the file itself.

Try it: Rotate PDF

Rotate every page of a PDF 90°, 180°, or 270° and download the result.

Rotation can be applied per-page rather than to the whole document, which matters for scans where only some pages came out wrong — you don't want to fix three sideways pages and end up rotating the twenty that were already correct.

Why doing this client-side actually matters

For anything containing personal information — a signed contract, a scanned ID, financial statements — uploading the file to a server you don't control, even briefly, is a real (if usually low) privacy risk, and it's one that's completely avoidable: merging, splitting, and rotating are all operations a modern browser can do entirely on its own, using pdf-lib running client-side. The file is read, transformed, and handed back to you as a download — it's never transmitted anywhere. That's not a compliance checkbox, it's just how the tools above are built.