Combining PDFs using pdfunite¶
Install it:
sudo apt -qy install \
poppler-utils
Then combine PDFs like:
pdfunite one.pdf another.pdf yetanother.pdf output.pdf
Not much to that…
pdfunite¶Install it:
sudo apt -qy install \
poppler-utils
Then combine PDFs like:
pdfunite one.pdf another.pdf yetanother.pdf output.pdf
Not much to that…