pdfunite

PDF merging utility. More information: <https://github.com/mtgrosser/pdfunite>.

Install

All systems
curl cmd.cat/pdfunite.sh
Debian Debian
apt-get install poppler-utils
Ubuntu
apt-get install poppler-utils
Alpine
apk add poppler
Arch Arch Linux
pacman -S poppler
image/svg+xml Kali Linux
apt-get install poppler-utils
CentOS
yum install poppler-utils
Fedora
dnf install poppler-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install poppler-utils
OS X
brew install poppler
Raspbian
apt-get install poppler-utils
Docker
docker run cmd.cat/pdfunite pdfunite powered 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