Quickstart
- pdfunite is a command line utility
- it is part of “Poppler”, a PDF rendering library
- Install poppler:
- Arch Linux:
pacman -Syu poppler - Ubuntu:
apt install poppler-utils - MacOS:
brew install poppler
- Arch Linux:
- create several pdf files
- merge them into one output file:
pdfunite input1.pdf input2.pdf inputN.pdf output.pdf