How to Merge and Split PDF Files Without Uploading Them

Joining PDFs, pulling out a few pages and turning a sideways scan the right way up are three of the most common PDF jobs. You can do all of them in a web browser without sending your documents to anyone's server. This guide shows how, with page range examples and a fix for the classic "one page is sideways" problem.

Why it matters where your PDF is processed

Many online PDF services upload your file, process it on their servers and send the result back. For a restaurant menu that's fine. For a passport copy, a salary certificate, a tenancy contract or a bank statement, you may not want a copy sitting on someone else's computer, even for an hour.

SAA Tool's PDF Merge, Split PDF and Rotate PDF do the work inside your browser using open-source libraries (pdf-lib for the PDF editing, JSZip for ZIP files). Your file is read from your device, processed in memory and saved back as a download. You can check this yourself: open the tool, let the page finish loading, switch off Wi-Fi or turn on aeroplane mode, and run the job. It still works, because nothing needs to be sent anywhere.

The trade-off is that your own device does the work. Very large PDFs, with hundreds of pages or hundreds of megabytes, can be slow on an older phone. A laptop copes better.

How to merge PDFs

  1. Open PDF Merge.
  2. Click Browse and select all the files at once (hold Ctrl on Windows or Cmd on a Mac to pick several), or drag them onto the box together. You need at least two.
  3. Look at the list of file names that appears. That's the order they'll be joined in.
  4. Click Merge PDFs. The combined file downloads as SAA-Tool-Merged.pdf.

Pages are copied as they are, so text stays sharp and nothing is recompressed. Two things to know: the tool has no drag-to-reorder list, and choosing files again replaces the earlier selection rather than adding to it. Pick everything in one go.

Getting the page order right

The files are joined in the order your browser lists them. Many file pickers list selected files by name, so numbered names such as 01-contract.pdf, 02-passport.pdf and 03-certificate.pdf usually do the trick.

If the order still comes out wrong, you don't need to start again. Split PDF saves pages in the order you type them, so you can reorder the merged file in one step.

For example, you merged a 4-page contract, a 1-page passport copy and a 2-page certificate, and the result came out as certificate (pages 1 to 2), contract (pages 3 to 6), passport (page 7). To get contract, passport, certificate, open the merged file in Split PDF, choose Extract some pages into one PDF and type 3-6, 7, 1-2.

How to split a PDF, with page range examples

Split PDF has two modes under What do you want?

  • Extract some pages into one PDF takes the pages you list and saves them as a single new file.
  • Save every page as its own PDF (ZIP file) turns a 12-page document into 12 one-page PDFs, packed in a ZIP with names like report-page-01.pdf. On Windows, right-click the ZIP and choose Extract All. On a Mac, double-click it.

After you add a file, the tool shows how many pages it has, which helps when writing ranges. Here's how the Pages box reads what you type:

You typeYou get
3Page 3 only
1-3, 5Pages 1, 2, 3 and 5
8-endPage 8 to the last page (8-last also works)
1-4, 6-endEverything except page 5, handy for dropping a blank page
5, 1-4Page 5 first, then pages 1 to 4
3, 2, 1Pages 1 to 3 in reverse order

A few rules worth knowing. A backwards range like 5-1 is read as 1 to 5, so to reverse pages, list them one by one. Each page is included once, so typing a page twice has no effect. A range that runs past the end is cut at the last page, and a page number beyond the end is skipped with a note.

Common uses: sending only the signed page of a contract, removing blank pages from a scan, or cutting one long scan into separate documents by running the tool a few times with different ranges.

Fixing sideways or upside-down scans

Rotate PDF turns every page by the same amount. Choose based on where the top of the page points now:

  • Top of the page on the left: choose 90° clockwise.
  • Top of the page on the right: choose 270° clockwise (the same as 90° anticlockwise).
  • Upside down: choose 180°.

Rotation changes a setting on each page rather than redrawing it, so there's no loss of quality and the file size barely changes. If you pick the wrong option, just rotate the result again.

When only one page is sideways

Rotate PDF can't turn a single page on its own, but the three tools together can. Say page 4 of a 10-page PDF is sideways:

  1. In Split PDF, extract 4. You now have a one-page file.
  2. Rotate that file in Rotate PDF.
  3. Merge the original 10-page PDF with the rotated page. The result has 11 pages, with the rotated page last (or first, depending on the order).
  4. Open the merged file in Split PDF and type 1-3, 11, 5-10. That puts the rotated page in position 4 and leaves the old sideways page out. If the rotated page landed first, type 2-4, 1, 6-11 instead.

Things that can trip you up

  • Password-protected PDFs. The tools can't open them and will tell you so. If you know the password, open the file and use Print > Save as PDF to make an unprotected copy, as long as the file allows printing.
  • Bookmarks and form fields. Merged and split files are built fresh from the pages, so bookmarks, fillable form fields and links that jump to other pages may not carry over. Keep your originals.
  • Digitally signed documents. Any of these changes creates a new file, and a digital signature won't be valid on it. Send signed PDFs exactly as you received them.
  • File size. Merging five 3 MB files gives you roughly 15 MB. If that's too big for email, see how to make a PDF smaller.

Frequently asked questions

Is there a limit on how many files or pages I can merge?

The tools don't set one. The practical limit is your device's memory, so very large jobs are easier on a computer than on a phone.

Does merging or splitting reduce quality?

No. Pages are copied across unchanged, so text, images and scans look exactly as they did.

Can I use these tools on my phone?

Yes, they work in mobile browsers. Tap Browse and pick your files from the Files app on an iPhone or your file manager on Android. If the PDF arrived by email or WhatsApp, save it to your files first so it's easy to find.

Can I turn a PDF page into an image instead?

Yes. See how to turn PDF pages into JPG or PNG images.

More guides