How to merge several PDFs into one file.

Install

<pre lang="bash">
apt install poppler-utils

Merging PDF files

<pre lang="bash">
pdfunite one.pdf two.pdf three.pdf output.pdf