pdfunite
PDF merging utility. More information: <https://github.com/mtgrosser/pdfunite>.
Install
- All systems
-
curl cmd.cat/pdfunite.sh
- Debian
-
apt-get install poppler-utils - Ubuntu
-
apt-get install poppler-utils -
Alpine
-
apk add poppler - Arch Linux
-
pacman -S poppler - Kali Linux
-
apt-get install poppler-utils - CentOS
-
yum install poppler-utils - Fedora
-
dnf install poppler-utils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install poppler-utils - OS X
-
brew install poppler - Raspbian
-
apt-get install poppler-utils - Docker
-
docker run cmd.cat/pdfunite pdfunitepowered by Commando
PDF merging utility. More information: <https://github.com/mtgrosser/pdfunite>.
-
Merge 2 PDFs into a single PDF:
pdfunite path/to/fileA.pdf path/to/fileB.pdf path/to/merged_output.pdf -
Merge a directory of PDFs into a single PDF:
pdfunite path/to/directory/*.pdf path/to/merged_output.pdf
© tl;dr; authors and contributors