Toolbench
Image Compressor PDF Toolkit QR Code Generator Guides About FAQ Contact

PDF tool

Merge, split and rotate PDF files

Combine documents into one PDF, pull out the pages you need, or fix a sideways scan. Your files are processed on your device and never uploaded.

PDF toolkit
Drop PDF files here PDF files · up to 100 MB each

Files are merged top to bottom. Drag a row, or use the arrows, to change the order.

Merging PDF files

Merging combines several documents into one, preserving each page exactly as it was. It is the fix for the situation almost everyone hits eventually: a form, two scanned ID pages and a bank statement that need to arrive as a single attachment because the portal only accepts one file.

Order is the part people get wrong. Add every file first, then arrange the list before merging. Each row shows its position on the left, and you can drag a row or use the arrow buttons to move it. All pages within a file stay together — if you need to interleave pages from different documents, split them first and merge the pieces.

Merging is lossless. Pages are copied structurally, so embedded fonts, vector artwork and photographs come across untouched. A merged page is exactly as sharp and as selectable as it was in its original document, which is why merging is always preferable to the common workaround of printing to PDF.

Naming the result

The download is called merged.pdf. Rename it to something meaningful before you send it — lease-application-complete.pdf reads better in an inbox than a generic filename, and reduces the chance of the recipient losing it among five other attachments with the same name.

Splitting and extracting pages

Splitting pulls specific pages into a new document. Use it to send one section of a long report, remove a page you should not be circulating, or break a scanned batch into per-document files.

Page ranges accept three forms, which can be mixed freely:

  • 7 — a single page
  • 1-5 — an inclusive range
  • 1-3, 7, 10-12 — any combination, separated by commas

Order is preserved exactly as you type it. Entering 5, 1, 3 produces a three-page document in that sequence, which is a quick way to reorder pages without any dedicated reordering step. A descending range such as 9-1 reverses those pages — useful for scans that came out back to front.

To remove pages rather than keep them, list everything except the ones you are dropping. Removing page 4 of a 10-page document means entering 1-3, 5-10.

Fixing a sideways scan

Scanners and phone cameras frequently produce PDFs where the page content is rotated ninety degrees. Rotating here writes the correct orientation flag into the page, which is how the PDF format itself records rotation.

This matters more than it sounds. The common alternative — screenshotting each page and rebuilding the document from images — destroys the text layer. The result cannot be searched, cannot be copied from, cannot be read by a screen reader, and balloons in size. Rotating the page properly keeps everything intact.

The rotation is cumulative and applies to every page in the file. If a document has mixed orientations, split it into the differently-oriented parts, rotate each, and merge them back together.

Why in-browser matters for documents

Images are one thing. PDFs are usually worse: contracts, medical letters, bank statements, passport scans, signed agreements. The files people most often need to merge are precisely the files they should be most careful about uploading.

A conventional online PDF tool uploads your document to a server, processes it there and deletes it on a schedule. Even when that is done honestly, you are trusting a company's retention policy, its staff, its logging, its backups and its security posture with a document you would not email to a stranger.

Doing the work in the browser removes the question. The file is read by JavaScript running on your machine, modified in your machine's memory, and written back to your downloads folder. You can verify this yourself: open your browser's developer tools, switch to the network tab, and merge a file. No request carries your document, because there is no request.

Why merged PDFs get large

A merged file is roughly the sum of its parts, and scanned pages are the usual reason that sum is uncomfortable. A scan is a photograph of a page — often a full-colour one at 300 dpi, which is around 25 megapixels per sheet. Ten such pages can easily exceed 50 MB.

Three things reliably help, in order of effect:

  • Scan in greyscale or black and white. Unless the document has meaningful colour, this alone often cuts the size by two thirds.
  • Scan at 200 dpi rather than 600. 200 is comfortably enough for text to stay crisp and legible; 600 is for archival reproduction of photographs.
  • Compress the images before they become a PDF. If your scanner produces JPEGs first, run them through the image compressor and then assemble the PDF.

If you are already holding an oversized PDF and cannot rescan, splitting it into two or three smaller documents is usually more practical than fighting an email attachment limit.

Questions

Are my PDF files uploaded to a server?

No. The documents are read from your device into browser memory, rearranged there, and written back out as a download. No copy is transmitted anywhere, so there is nothing to delete afterwards and nothing to leak.

Can I merge password-protected PDFs?

Not while they are locked. A PDF with an open password cannot be read without it, and this tool does not ask for passwords. Remove the protection in the application that created the file — or in your PDF reader's save-a-copy option — and then merge the unlocked copy.

Will merging reduce the quality of my pages?

No. Pages are copied across intact, including their fonts, vector graphics and embedded images. Merging is a structural operation, not a re-render, so a merged page is byte-for-byte as sharp as it was in its original file.

How do I control the order of the merged pages?

Drag any file up or down in the list, or use the arrow buttons on each row. The number on the left shows its position. Files are merged top to bottom, and all pages of a file stay together.

How do I write a page range?

Use single numbers, ranges, or both, separated by commas — 1-3, 7, 10-12. Pages come out in the order you list them, so 5, 1, 3 produces a document in that sequence. A descending range like 9-1 reverses those pages.

Does rotating a PDF re-save the whole document?

It rewrites the page rotation flag, which is how PDF stores orientation, and leaves the page content untouched. This is the correct fix for a scan that appears sideways — and unlike screenshotting the page, it keeps the text selectable and searchable.

Keep going

Other tools you might need