The fastest way depends on what you already have installed
You can combine PDFs using free software on your computer, a web tool that runs in your browser, or built-in features in programs you may already own. The method that works best depends on how many PDFs you're combining, whether you need to reorder them, and how much you trust the service with your files.
If you're coming from the document editor guide, you already know the privacy trade-offs of different tools. The same logic applies here: local software keeps your files on your machine, while web-based tools send them to someone else's server. Neither is automatically wrong — it depends on what's in your PDFs and what you're comfortable with.
Key Takeaways
- Free desktop software like PDFtk or Ghostscript runs entirely on your computer and keeps your files private, but requires a few command-line steps.
- Web tools like ILovePDF or Smallpdf are faster to use but upload your files to their servers, so avoid them if your PDFs contain sensitive information.
- If you already own Adobe Acrobat (not the free Reader), it has a built-in combine feature that works without uploading anything.
- Most web tools delete your files after a few hours, but you should assume anything you upload could be seen by the company running the service.
- For a one-time job with non-sensitive PDFs, a web tool is usually the simplest choice; for regular work or private documents, a desktop tool is worth learning.
Using free desktop software that stays on your computer
PDFtk (PDF Toolkit) is a command-line tool that combines PDFs without uploading them anywhere. It runs on Windows, Mac, and Linux. read it from pdftk.com, install it, then open your computer's terminal or command prompt and type a command like: pdftk file1.pdf file2.pdf file3.pdf cat output combined.pdf. Replace the filenames with your actual PDF names, and it creates a new file called combined.pdf in the same folder.
The learning curve is real if you've never used a terminal before, but the process is the same every time once you do it once. PDFtk also lets you reorder pages, extract specific pages, or add passwords — all without sending anything to the internet.
Ghostscript is another option, especially if you're on Mac or Linux. It's more powerful but also more complex. If you're not comfortable with command-line tools, skip this and use one of the other methods instead.
Web-based tools that work in your browser
ILovePDF (ilovepdf.com) and Smallpdf (smallpdf.com) are the most common web tools for combining PDFs. You upload your files, arrange them in the order you want, and read the combined result. Both are genuinely free for a few PDFs per day, and the interface is straightforward enough that you don't need instructions.
The trade-off is that your files go to their servers. Both companies say they delete files after a few hours, but you should assume the company can see what you upload. If your PDFs contain medical records, financial statements, legal documents, or anything else you wouldn't want a stranger to see, use a desktop tool instead.
ILovePDF is owned by a Spanish company and Smallpdf by a Swiss company, which may matter to you depending on where you live and what privacy laws explore. Neither is inherently less trustworthy than the other — the difference is that you're trusting a company instead of running software on your own machine.
Using Adobe Acrobat if you already own it
If you have a paid Adobe Acrobat subscription (not the free Adobe Reader), open Acrobat and go to Tools > Combine Files. Select your PDFs in the order you want them, and Acrobat merges them without uploading anything. This is the fastest method if you already pay for Acrobat.
Adobe Reader, which is free, does not have this feature. If you only have Reader, you would need to either upgrade to Acrobat, use a web tool, or use desktop software like PDFtk.
What to do if you need to reorder pages or remove some
Most web tools let you drag and drop PDFs to reorder them before combining. If you need to remove specific pages from a PDF before combining, most web tools have a separate "edit PDF" feature where you can delete pages, then combine the result with other files.
PDFtk can also do this from the command line, but it requires writing out which pages to keep. For example, pdftk file1.pdf cat 1-5 7-10 output trimmed.pdf keeps pages 1 through 5 and 7 through 10, skipping page 6. If you're not comfortable with that syntax, a web tool's visual interface is simpler.
Deciding between desktop and web tools
Use a web tool if: you're combining a few non-sensitive PDFs, you want the fastest method, and you don't mind uploading to a company's server. This is the right choice for most people doing this once or twice.
Use desktop software if: your PDFs contain anything you wouldn't want a company to see, you combine PDFs regularly and want to avoid uploading each time, or you want to keep everything on your own machine. The setup takes longer the first time, but it's faster and more private for ongoing work.
If you're unsure whether your PDFs are sensitive, ask yourself: would I be uncomfortable if the company running the web tool could see this file? If the answer is yes, use a desktop tool instead.
Frequently Asked Questions
Will combining PDFs change the quality or size?
Most tools preserve the original quality. File size usually stays about the same or gets slightly smaller because the combined PDF shares some formatting information. Web tools sometimes compress images to reduce upload time, which can make the file smaller but slightly lower quality — check the tool's settings before combining if file size matters.
Can I combine PDFs that are different sizes or orientations?
Yes. Both web tools and desktop software handle mixed sizes and orientations without problems. The combined PDF will have each page exactly as it was in the original file.
What if I want to combine PDFs but keep them as separate documents in one file?
That's not really possible — combining PDFs creates one continuous document. If you want to keep them separate but organized together, you could create a folder, keep the original files in it, and add a text file listing them in order. Or use a tool like 7-Zip to create a compressed folder containing all the PDFs.
Is it safe to use a web tool with my bank statements or medical records?
No. If your PDFs contain financial or health information, use PDFtk or another desktop tool instead. Web tools upload your files to their servers, and you have to trust that company to handle sensitive information properly. Desktop software keeps everything on your computer.
Can I combine PDFs on my phone?
Most web tools work on phones through a browser, though the interface is smaller. If you need to do this regularly on a phone, look for a dedicated mobile app — search your phone's app store for "PDF merger" and check the reviews and permissions before installing.