Merge, Split, and Reorder PDF Pages (Free): Windows, Mac, iPhone, and Online (No Watermarks)
By Abdulbatin Anaza • Last updated: May 2026 • Estimated reading time: 14–20 minutes
Need to combine multiple PDFs into one file, pull out a few pages, or fix the order? You can Merge, Split, and Reorder PDF Pages fast—and free—on Mac, Windows, iPhone/iPad, or with safe web tools.
This guide shows the best no‑watermark methods, batch options, privacy tips (what to avoid uploading), and quick fixes when pages won’t appear in the right order or the file size balloons—everything you need to Merge, Split, and Reorder PDF Pages confidently.
Related how‑tos:
- Sending a big PDF after editing? Share Large Files Safely (No Account Needed)
- Want tidy names after combining? Rename Files in Bulk (Windows & Mac)
- Just need images instead of a PDF? Take Screenshots on Windows, Mac, and Chromebook
When to merge vs split vs extract (quick picks)
Here’s when to Merge, Split, and Reorder PDF Pages for the best result:
- Merge: Combine many PDFs (in order) into a single document—great for reports, receipts, or scans.
- Reorder: Fix page order via drag‑and‑drop thumbnails (Preview on Mac, PDFsam/PDF Arranger on Windows/Mac/Linux).
- Split/Extract: Pull specific pages (e.g., 3–7) into their own PDF for sharing or archiving.
Privacy tip: Use offline apps for anything sensitive (IDs, contracts, client docs). Prefer offline tools whenever you Merge, Split, and Reorder PDF Pages, and use online tools only for non‑private files with clear deletion policies.
Method 1: Mac (Preview) — merge, reorder, and split (built‑in, easy)
On macOS, Preview can Merge, Split, and Reorder PDF Pages with simple drag‑and‑drop.
A) Merge PDFs in Preview
- Open the first PDF in Preview (double‑click).
- Show the sidebar thumbnails: View → Thumbnails.
- Drag each extra PDF from Finder into the thumbnail sidebar. Drop where you want it to appear.
- File → Save (or Duplicate to keep originals separate) → choose a name/location.
B) Reorder or delete pages
- Reorder: In the sidebar, drag thumbnails up/down.
- Delete: Select page(s) → press Delete (or Edit → Delete).
C) Split or extract specific pages
- Select the pages you want in the sidebar (hold Command for non‑adjacent), then drag them to your desktop or a Finder folder—Preview creates a new PDF with just those pages.
- Or: File → Print… → Pages: enter a range (e.g., 3–7) → bottom‑left PDF → Save as PDF.
These steps let you Merge, Split, and Reorder PDF Pages quickly without extra software.
Apple help: Combine PDFs in Preview
Method 2: Windows & Mac — PDFsam Basic (free, offline, no watermark)
PDFsam Basic (Windows/Mac/Linux) is a free desktop app to Merge, Split, and Reorder PDF Pages offline—great for privacy.
A) Merge multiple PDFs
- Install and open PDFsam Basic → choose Merge.
- Add files (or drag‑and‑drop). Use arrows to reorder; double‑click a file to pick a page range if needed.
- Optional: keep bookmarks, add a table of contents, etc.
- Choose an output folder → click Run. No watermark.
B) Split or extract pages
- Open Split.
- Pick a split type: by page numbers (every N pages), by ranges (e.g., 1–3, 10–12), or by size/odd/even.
- Select output folder → Run.
C) Reorder or rotate pages
- Open Visual Reorder (or Visual Document Composer in some versions).
- Drag pages to reorder; select and rotate if needed → Run.
Alternative (lightweight): PDF Arranger lets you visually Merge, Split, and Reorder PDF Pages and crop/rotate on Windows/Linux/Mac.
Method 3: iPhone/iPad — Shortcuts (batch‑friendly, free)
On iOS/iPadOS, use Shortcuts to Merge, Split, and Reorder PDF Pages from the Files or Photos apps.
- Open Shortcuts → tap + to create a new shortcut.
- Add actions:
- Select Files (toggle Select Multiple)
- Combine PDFs (or Make PDF if Combine PDFs isn’t available)
- Save File (choose iCloud Drive/On My iPhone)
- Name it “Merge PDFs” → run it → pick your PDFs in order → choose a save location.
Split/extract on iPhone/iPad: Open the PDF in Files → Quick Look → Share → Print → choose page range → pinch‑out to full preview → Share → Save to Files (creates a new PDF with just those pages). This gives you a mobile way to Merge, Split, and Reorder PDF Pages when needed.
Apple help (Shortcuts): Shortcuts User Guide
Method 4: Online tools (fast—avoid sensitive documents)
For convenience, online tools help you Merge, Split, and Reorder PDF Pages quickly—skip them for private docs.
- iLovePDF — Merge/Split: ilovepdf.com/merge_pdf • /split_pdf
- Sejda PDF (online + desktop): sejda.com/merge-pdf • /split-pdf
- Smallpdf — Merge/Split: smallpdf.com/merge-pdf • /split-pdf
- Adobe Acrobat Online (limits apply): adobe.com/acrobat/online/merge-pdf.html
Privacy tips:
- Prefer tools that process files client‑side or let you delete uploads immediately.
- Avoid uploading IDs, tax documents, contracts, or anything confidential.
- Download and verify the output before you close the tab.
Method 5: Command‑line (advanced, cross‑platform)
Use CLI tools like Ghostscript and qpdf to Merge, Split, and Reorder PDF Pages precisely or automate workflows.
A) Ghostscript (merge or range export)
# Merge file1.pdf and file2.pdf into merged.pdf
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf
# Export pages 3–7 from input.pdf into part.pdf
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dFirstPage=3 -dLastPage=7 -sOutputFile=part.pdf input.pdf
Docs: Ghostscript docs
B) qpdf (precise page control)
# Merge specific ranges from two PDFs (1–4 from a, 6–8 from b)
qpdf --empty --pages a.pdf 1-4 b.pdf 6-8 -- out.pdf
# Extract pages 10–15 into extract.pdf
qpdf input.pdf --pages . 10-15 -- extract.pdf
Docs: qpdf docs
Batch workflows (fast and repeatable)
Use these repeatable flows to Merge, Split, and Reorder PDF Pages without fuss:
- Mac (few files, visual): Preview → drag PDFs into the sidebar → reorder → Save.
- Windows/Mac/Linux (many files): PDFsam Basic → Merge → Add entire folders → sort → Run.
- CLI automation: Use qpdf or gs in a script to build packets (e.g., monthly statements).
After batch jobs, consider a quick rename pass so files sort well: Rename Files in Bulk.
Keep quality, size, and orientation correct
To Merge, Split, and Reorder PDF Pages without surprises, keep an eye on these:
- No recompression (when possible): Merging with Preview/PDFsam doesn’t normally re‑encode pages, so quality stays the same.
- Orientation: Rotate pages before merging (Preview: select thumbnails → Tools → Rotate Left/Right; PDFsam: rotate in Visual Reorder).
- File size grew: Large scans or mixed DPI can bloat the result. Re‑export or compress with a “retain quality” setting if needed (avoid extreme compression for text).
- Searchable text: If the PDF is a scan (images only), use OCR in a separate step so text is selectable/searchable.
Security and permissions (read this before merging)
Before you Merge, Split, and Reorder PDF Pages, check document rights and handle sensitive data carefully.
- Encrypted/locked PDFs: You need the password to open or modify. Do not bypass protections you don’t own rights to remove.
- Workflows: For client deliverables, keep originals, produce a merged copy, and strip any sensitive metadata before sharing.
Troubleshooting (real fixes)
If things go wrong while you Merge, Split, and Reorder PDF Pages, try these quick fixes:
- Pages imported out of order.
Sort your files in the merge tool first (name files with 001‑, 002‑, etc.). In Preview/PDFsam, drag thumbnails to fix order before exporting. - Some pages are sideways.
Rotate affected pages before the merge (Preview → Tools → Rotate; PDFsam → Visual Reorder → Rotate) and re‑export. - Output has a watermark.
Use offline tools like Preview or PDFsam Basic. Some online tools add watermarks on free tiers—pick ones that don’t or switch to desktop. - File is too big to email.
Trim unneeded pages first, export at reasonable DPI (for scans), then send via a link: Share Large Files Safely. - I can’t select text in the merged PDF.
Your sources are scans (images). Run OCR (e.g., Google Drive → “Open with Google Docs” to OCR simple docs, or a dedicated OCR app) and then merge.
Helpful resources
These trusted tools help you Merge, Split, and Reorder PDF Pages reliably:
- Apple — Combine PDFs in Preview (Mac): support.apple.com
- PDFsam Basic (desktop, free): pdfsam.org
- PDF Arranger (visual arranger): github.com/pdfarranger/pdfarranger
- iLovePDF — Merge/Split: ilovepdf.com
- Sejda — Merge/Split: sejda.com
- Smallpdf — Merge/Split: smallpdf.com
- Ghostscript docs: ghostscript.readthedocs.io
- qpdf docs: qpdf.readthedocs.io
Summary: fastest path by device
Here are the quickest ways to Merge, Split, and Reorder PDF Pages on any device:
- Mac (built‑in): Preview → drag PDFs into the sidebar → reorder → Save. Extract by dragging selected thumbnails to Finder.
- Windows/Mac (powerful & private): PDFsam Basic → Merge/Split/Visual Reorder → Run (no watermark).
- iPhone/iPad: Shortcuts → Select Files (multiple) → Combine PDFs → Save File. For ranges, use Print → Save as PDF.
- Online (non‑sensitive): iLovePDF/Sejda/Smallpdf → Merge/Split → download → delete from site.
After you Merge, Split, and Reorder PDF Pages, share cleanly with a link (no size limits): Share Large Files Safely. Keep your archive neat with consistent names: Rename Files in Bulk.
More helpful guides:
– Compress PDF Without Losing Quality
– Share Large Files Safely (No Account Needed)
– Rename Files in Bulk (Windows & Mac)