Skip to main content

Learn my favorite free and effective way to consolidate several PDFs into one file on Windows and Mac

 

PDF button on screen Laptop computer converting process of document to another format Convert PDF files with online programs.

You don't need to pay to combine your PDFs into one document.

juststock/Getty Images

Merging PDF files doesn't have to be complicated or expensive. In fact, I've been doing it for years without spending any money at all. Whether I need to organize project files, create a presentation or just reduce digital clutter, combining PDFs can be done with minimal effort on Windows and Mac devices.

While Adobe Acrobat is a well-known solution, it requires a paid subscription that starts at $13 per month. Fortunately, there are free alternatives I've explored over the years that work just as well. Here's how I've learned to merge PDF documents without spending a single dime, no matter which operating system I'm using in the process.  

Need more PDF help? Check out our tips on how to easily sign PDFs and four free apps for better PDF editing.

How to combine PDFs on Windows

Windows doesn't have a built-in PDF merging tool but I use a free app from the Microsoft Store called PDF Merger & Splitter by AnywaySoft.



Here's how to use it:

  1. Download and open PDF Merger & Splitter from the Microsoft Store
  2. Select Merge or Split. If you just need to merge two documents without changing the order of any pages, choose Merge. If you want to combine parts of each document, choose Split
  3. Click Add PDFs and select all the files you want to merge. You can rearrange the order or sort them by name and preview the result.
  4. When you're ready, click Merge, then name and save your new PDF.

If you want more control over which pages to include, I recommend using the Split feature first to extract specific pages or page ranges. You can then merge only the parts you need into a single file.

Read more: How to download Windows 11 free

How to combine PDFs on Mac

If you're on a Mac, you're in luck because MacOS comes with a free built-in tool called Preview that makes PDF merging straightforward.

To combine two PDFs:

  1. Open one of the PDFs in Preview.
  2. Go to View > Thumbnails to see a sidebar with page thumbnails.
  3. Select the thumbnail where you want to insert the other file.
  4. Choose Edit > Insert > Page from File, then select the second PDF and click Open.
  5. Save the merged document with File > Export as PDF.

To merge parts of one PDF with another PDF:

  1. Open both PDFs in Preview and enable thumbnails in both via View > Thumbnails.
  2. Hold down the Command key and click the page thumbnails you want to add to the other document.
  3. Drag the selected pages into the thumbnail sidebar of the destination PDF. (If you have MacOS Sierra or earlier, drag the thumbnails directly into a thumbnail in the other PDF.) 
  4. Rearrange, rotate or delete pages as needed.

Note that some secured or encrypted PDFs may not support merging. To check permissions, go to Tools > Show Inspector, then click the lock icon.

Now that you've mastered combining PDFs, make sure to check out other hidden Mac tips and secret Windows 10 tips, and how to download Windows 11 and Microsoft Office apps free.

Comments

Popular posts from this blog

Starlink is only for the rich or for big offices!" — that’s what many people think

  "Starlink is only for the rich or for big offices!" — that’s what many people think. But actually, that’s not true. With a little effort and some smart planning, even ordinary people in villages — shopkeepers, rickshaw pullers — can use this high-speed internet if they come together as a group. How is it possible at such a low cost? Let’s break it down: Starlink’s monthly bill is around 4,200 to 6,000 BDT. That may seem expensive for one person, but if 20 to 25 people share the cost, it becomes very affordable: Monthly cost per person (if 20 people share): 4,200 ÷ 20 = just 210 BDT! One-time setup cost (dish, router, etc.): Around 50,000 BDT (only paid once) So even a rickshaw puller could use high-speed Wi-Fi by paying just 200–250 BDT per month! Here’s how it works, in simple steps: 1. Install the Starlink dish in an open space with a clear view of the sky. 2. A cable runs from the dish to the Starlink modem. 3. The modem is connected to a Wi-Fi router. 4. The ...

Level Up Your Code: Discover 2025's 10 Leading AI Assistants for Coders

  In 2025, testing software isn't just about finding bugs — it's about working smarter. With the rise of powerful and accessible AI tools, Vibe coders now have the opportunity to test faster, more efficiently, and with fewer headaches. AI testing tools are driving this transformation. These tools go beyond basic automation — they can detect edge cases, write test scripts, debug in real time, and even suggest fixes or improvements. In this list, we’ll explore the top 10 AI testing tools every modern developer should know. Whether you're coding a quick prototype or managing a large-scale project, having the right AI assistant in your workflow can make a huge difference. That’s why we’ve put together this list of 20 must-try AI coding agents. From full-stack builders to browser automators and IDE companions, these tools are shaping the future of development and you’ll want to know about them. Build APIs Faster with  Apidog  Say goodbye to tab-switching. If you are working wi...

5 Great Linux Utilities to Monitor Your System Resources in the Terminal

  Although the standard Linux utilities have served us well over the years, in some scenarios they fall short. If you've ever found yourself writing a one-liner to poll a command or struggling to parse a badly formatted table, then it's a clear sign that the tools at hand are lacking. What you need are better tools; what I have are better tools—five that will make your Linux life easier. 1 NCurses Disk Usage (ncdu) To view the sizes of directories, du is a solid choice, and it's generally the first pick for most people. However, it lacks exploratory capabilities. A few times a year, my system complains to me that it's running low on disk space, and I find myself exploring the file system to manually delete large directories of accumulated garbage. This is where du lacks, and where ncdu shines. With its simple interface,  ncdu provides blazing-fast exploration to size up directories . Those familiar with Vim will feel at home because it uses Vim keys for navigation; tho...