Need to combine a resume, cover letter, and certificates into a single PDF? Or merge monthly invoices into one file for your accountant? Here are three free methods to merge PDF files online — including one that processes everything in your browser without uploading files to any server.
Method 1: Browser-Based Merging (Most Private)
This is the most privacy-friendly method because your files never leave your device.
- Open the Utility Spark Merge PDF tool
- Drag and drop your PDF files into the upload area (or click to browse)
- Rearrange the files by dragging them into your desired order
- Click "Merge" — the tool combines them using the pdf-lib JavaScript library running entirely in your browser
- Download the merged PDF
Why this is the best method: No file uploads, no server processing, no privacy concerns. Your documents stay on your device the entire time. This is especially important for sensitive documents like financial statements, legal contracts, or identity documents.
Method 2: Using Preview on Mac
If you are on a Mac, the built-in Preview app can merge PDFs:
- Open the first PDF in Preview
- Go to View → Thumbnails to show the sidebar
- Drag additional PDF files into the sidebar at the position you want
- Save the combined document (File → Export as PDF)
This method is free and private but requires a Mac computer.
Method 3: Command Line with PDFtk (Advanced)
For developers or power users who prefer the command line:
pdftk file1.pdf file2.pdf file3.pdf cat output merged.pdfInstall PDFtk via your package manager (brew install pdftk-java on Mac, apt install pdftk on Ubuntu). This is the fastest method for batch processing.
Tips for Better PDF Merging
- Check the page order before merging — it is harder to reorder pages after combining
- Compress after merging if the combined file is too large — use our PDF Compressor
- Split before merging if you only need specific pages from a document — use our Split PDF tool first