Skip to main content

Merging multiple PDFs

·57 words·1 min

I’d recently downloaded a bunch of separate PDFs that I wanted to turn into a handy file that I could carry around. After grabbing the PDFs, I merged them with:

$ pdfunite *.pdf really-big-output.pdf

PDFUnite is part of Poppler, so be sure to:

$ sudo apt install poppler-utils

… if you don’t have it already. That’s it!

Reply by Email